Product : webMethods API Gateway 10.15
Hello
I have enabled REST transformation on one of the SOAP API to expose the SOAP Operations as RESTful interface. The native soap request contains multiple elements with same name (but different name space). However, since there is no concept of namespace in JSON, during transformation from JSON to SOAP the element is getting populated with different namespace than the expected one. Can anyone suggest on handling this namespace conflict during REST to SOAP transformation.