Dear colleague,
I'm using the Visual Studio 2008 Express edition to create a silver light application. When calling a web service created in net weaver platform, I got the following error:
Following are the detail error message. Can anybody tell me where goes wrong?
'Unrecognized message version'.
System.ServiceModel.CommunicationException was unhandled by user code
Message="Unrecognized message version."
StackTrace:
at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
at TestAbapWebService.ServiceReference1.ws_ssc_usr_get_user_listClient.ws_ssc_usr_get_user_listClientChannel.EndSscUsrGetUserList(IAsyncResult result)
at TestAbapWebService.ServiceReference1.ws_ssc_usr_get_user_listClient.TestAbapWebService.ServiceReference1.ws_ssc_usr_get_user_list.EndSscUsrGetUserList(IAsyncResult result)
at TestAbapWebService.ServiceReference1.ws_ssc_usr_get_user_listClient.EndSscUsrGetUserList(IAsyncResult result)
at TestAbapWebService.ServiceReference1.ws_ssc_usr_get_user_listClient.OnEndSscUsrGetUserList(IAsyncResult result)
at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
InnerException: