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