Hi,
SAP is initiating a SOAP request to DataPower ESB which gets an asynchronous SOAP response and gives it back to SAP.
It is a pass through service and there is no transformation done.
SAP is creating ABAP webservices. The webservices are created using the request wsdl currently. Can it be done using 2 wsdl as request wsdl and response wsdls are different. Combining them is another option but later on the provider changes the wsdl , the wsdl again needs to be combined . Instead of that can we maintain 2 different wsdl one for request and one for response and create ABAP webservices.
Kindly suggest.