This is a migrated thread and some comments may be shown as answers.

Error consuming IBM Websphere webservice.

0 Answers 404 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Veshala
Top achievements
Rank 1
Veshala asked on 10 Nov 2009, 06:05 PM
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.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Veshala
Top achievements
Rank 1
Share this question
or