any reason why do you want to do that?
operations will be identified, based on the message type you use in the service interface. have a look at this blog to get more details.
https://blogs.sap.com/2013/04/03/setup-multiple-operations-scenario-in-esr-and-id/
Hello Ravi,
When you import the WSDL in Soap UI you can see multiple WSDLs.so why don't you split it based in WSDL structures.
The sender interface has 2 operations and PI recognises it based on the same , but soapAction being the same , the subscriber is finding it difficult to fit into his application
Any idea of the significance of the soapAction in wsdl generated from the sender agreement?
The soap action generated will be the same , manually changed the soap action in the wsdl based on the operation name and it works fine...
Add comment