Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All,
I’am using webMethods 6.1. I’ve got external client which try to invoke service on webMethods and it always received error: SOAP request does not conform to the SOAP message model. Using SoapUI i monitored messages and I found out that it could be a problem in namespace. Client use SOAP 1.2 namespace : [url]http://www.w3.org/2003/05/soap-envelope[/url] and WM 6.1 only support SOAP 1.1 namespace: [url]http://schemas.xmlsoap.org/soap/envelope/[/url]. When I change the namespace (catch the message in monitor and modified namespace) to correct one everything works fine.
Is there any posibilities to handle this problem ? (I need a solution on webMethods
Solution: Upgrade to a version of webMethods less than 5 years old.
I fear to say there is no solution provided in wM6.1 to support SOAP1.2 as far i know.You may contact SAG tech support for alternatives.
HTH, RMg
I believe this is the only way. In webMethods change the namespace and the map it the wm IS document
Or
Convert the soap object into a temp document and then do one to one mapping to the actual document.