cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Interfaces in single WSDL - SOAP to PROXY SYNC

baskar_ramasamy
Participant
0 Kudos

Hi Experts,

I have a scenario SOAP to PROXY (Synchronous) , Already we have created 5 individual interfaces (Given 5 WSDL to 3rdparty) , right now 3rd party application needs all interface/method WSDL to be included in single WSDL.

So that 3rd party will access the single wsdl and will call any method and they should get response from ECC.

a) Can this be done with existing interfaces with minimal changes?

b) If this will be a new interface , how to achieve this scenario.

Please help me on this,

Thanks,

Baskar

Accepted Solutions (1)

Accepted Solutions (1)

Muniyappan
Active Contributor
0 Kudos

Hi,

you can check this link which will be helpful for your requirement.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/04/03/setup-multiple-operations-scenari...

Regards,

Muniyappan.

Answers (1)

Answers (1)

former_member184681
Active Contributor
0 Kudos

Hi Baskar,

It can be achieved relatively easily. With your five Data Types + Message Types, create one Service Interface wth multiple operations. Prepare the Integration Directory config as normally, with operation-specific routing in Receiver or Interface Determination. Finally, generate the one WSDL file as normally.

Regards,

Greg