cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL based on multiple sender interfaces

Former Member
0 Kudos

Is it possible to create one WSDL for multiple webservices which defined from multiple sender interfaces.

The wizard only allowes you to define one WSDL from only one interface. Is it possible to create one WSDL out of multiple others and how should we do this?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>Is it possible to create one WSDL for multiple webservices which defined from multiple sender interfaces.

it is possible but AFAIK not automatically from directory of XI

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Thanks, we already suspected this.

But can you give us a hint of the best way dealing with this. Or is this complex and do we need a (web)developer for this.

Answers (3)

Answers (3)

Former Member
0 Kudos

Ok guys, thanks for your replies. I think we are looking at a manual job which should not be very difficult when having some proper WSDL knowledge, although it is not sure if there are any problems to be expected.

I'll give you guys an update when we have any results.

former_member189558
Contributor
0 Kudos

Hello Henk,

Just a thought..

Try generating multiple WSDLs and merge them into one..

THe endpoint bindings should be extended along with the operations , port types messages and types...

U can try taking 2 first... I don;t think it is going to be very difficult... Any one with basic understanding of XML and WSDL should be able to do it.. However as I did not do it myself so am not sure what all problems might crop up..

However the attempt and experiment should not take much of time....

Thanks,

Himadri

Message was edited by:

Himadri Chakraborty

Former Member
0 Kudos

HI,

Check this link may be useful ..

see we can generate the webservice from maping , i hope i fyou have multiple messages then result also multiple and you can have dynamic routing also ihope.

SOAP Lookup - /people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function

Oh if we have different structures , there may be another solution..

Regards

Chilla

Former Member
0 Kudos

Thanks for your reply, but this is not what we are looking for. We know how to use a webservice (but we do not want to use it in a lookup api), we do not know how to concatenate multiple into one.

henrique_pinto
Active Contributor
0 Kudos

I have not dealt with wsdl with multiple operations in XI, but basically you have one operation (Soap action) for each message type.

I think you'll have to manually add all xsd for the messages (for each operation) and also manually set the various operations in the wsdl.

If you already have schema definition in your sender sytem, why dont you try to avoid sender adapter and send sender interface directly into integration engine?

Regards,

Henrique.