cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Interfaces on a single web service URL

Former Member
0 Kudos

we have a scenario where we have a multiple interfaces that are related to SD that needs to be exposed to another system. When we generate the WSDL from XI - it seems we can do only for one interface at a time.

Is there a way - where in we can expose a single URL and treat these interfaces as web methods on that single URL? (similar to .Net or Java)

If yes - how do we do that?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

That will not be possible. Instead you have to expose only one interface which takes generic data as input. In the mapping, depending on dat, you should map them to various other interfaces which would definetly make your scenario complex..

In XI each outbound interface is a separate web service (method).

VJ