Generating WSDL which could accept both SOAP 1.1 and 1.2 - urgent
974733Jan 2 2013 — edited Jan 4 2013Hello,
We are working on a project where we have a case like
Client System sending request and expecting response to/from OSB in SOAP 1.2 standard but our target system can only accept SOAP 1.1 version. We cant create multiple proxy service to accept different version of SOAP request.
This is what we have to achieve
Client A( SOAP1.2) -- OSB proxy service can accept both 1.1 or 1.2 and provide target system to chose supported version <-- > Target System SOAP 1.1 version
Could someone please advice how we can route the message based on SOAP version or modify my WSDL to accept both version.
** Current my process is only suport SOAP 1.2 and failing with "VersionMismatch fault " if someone send 1.1 version data.