cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Envelope?

Former Member
0 Kudos

Hello All,

Iam doing one scenario in that iam sending data to web service.

in the receiver Soap Adapter i check the option do not use soap envelop then iam getting error as HTTP 400 bad request error.

when i check with web service guys they want the soap envelope.

now when i unchecked the option do not use soap envelope then iam getting error as

soap fault: JAXRPCTIE01: caught exception while handling request: unrecognized operation: {routeguide/RouteGuideWebService}IRouteGuideWebService_lookupRate

What i need to do now, please advice.

Thanks and regards,

Chinna

Edited by: chinnasapxi on Dec 31, 2009 8:17 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

sunil_singh13
Active Contributor
0 Kudos

USe tcpgtw tool (available on service market place) to see what is actually getting passed to webservice. Try to give "routeguide/RouteGuideWebService" in soap Action and also make sure that WSDL is upto date (there are no changes done).

Thanks,

Sunil Singh

Former Member
0 Kudos

Have you tried consuming the service through an external client such as XML Spy or SOAPUI? Does ti yeild the expected result?If no, then you may have the wrong WSDL on the PI side or they may have changed something on their Webservice and you may need to get the updated WSDL from them.

Former Member
0 Kudos

1.Check the WSDl file using the XML spy.

2. Check the communication channel WSDL link and login credential.

chirag

Former Member
0 Kudos

Thanks for the reply,

How to check the communication channel WSDL link.

Please tell me.

Thanks and Regards,

Phani Kumar M