Hi,
I am not sure, whether i can post this issue here or not.
I have been struggling with this issue for 3 days.
I was provided with IBM wehsphere webservice WSDL file. Using svcutil, did generated proxy class and output.config files.
I was able to create the object of proxy class without any issue. But when i am trying to make a call to webservice operation, getting following error.
I am catching the error with FaultException catch block. Exception details are as follows:
FaultException.Code.Name = server
faultException.Code.Namespace = http://schemas.xmlsoap.org/soap/envelope/
faultException.Code.SubCode = null
Please help me, is this client error or service error. If it is client error, please provide the solution.
Error Message : BIP3113E : Exception detected in message flow MF_MVDA_HTTP.SOAP HTTP Input (broker CARBRKD01)
Stack Trace : System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
............................
.............................
Any help is appreciated.
Thank you.
I am not sure, whether i can post this issue here or not.
I have been struggling with this issue for 3 days.
I was provided with IBM wehsphere webservice WSDL file. Using svcutil, did generated proxy class and output.config files.
I was able to create the object of proxy class without any issue. But when i am trying to make a call to webservice operation, getting following error.
I am catching the error with FaultException catch block. Exception details are as follows:
FaultException.Code.Name = server
faultException.Code.Namespace = http://schemas.xmlsoap.org/soap/envelope/
faultException.Code.SubCode = null
Please help me, is this client error or service error. If it is client error, please provide the solution.
Error Message : BIP3113E : Exception detected in message flow MF_MVDA_HTTP.SOAP HTTP Input (broker CARBRKD01)
Stack Trace : System.ServiceModel.Channe
at System.ServiceModel.Channe
at System.ServiceModel.Channe
at System.ServiceModel.Channe
at System.ServiceModel.Channe
Exception rethrown at [0]:
at System.Runtime.Remoting.Pr
at System.Runtime.Remoting.Pr
..........................
..........................
Any help is appreciated.
Thank you.