cancel
Showing results for 
Search instead for 
Did you mean: 

Reg WSDL file creation

Former Member
0 Kudos

Hi Experts,

Webservice call can be made to both Integration Engine and Adapter Engine correct?

I am aware of how to create WSDL if the call is to be made to Adapter Engine. But not aware of how the WSDL file have to be generated if webservice call is made to Integration Engine.

Can anyone guide me to how to generate WSDL file if the call is to be made to Integration Engine.

My scenario is SOAP to RFC synchronous.

Will it be the same as the process of creating WSDL for calling adapter engine with the change in URL.

Your help is much appreciated.

Thanks and Regards

Suma S

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Yes the process of creating the WSDL would be the same. In the display wsdl tool in Integration Directory, click propose URL. If you use that URL, the wsdl will point to the integration engine. However, there are certain limitations to this as quoting Stefan "The SOAP inbound channel of the Integration Server does not support attachments. SOAP messages with content type "multipart" are rejected." The link to Stefan's blog is already posted by Amit above.

Hope this helps,

Mark

Edited by: Mark Dihiansan on May 9, 2011 2:22 PM

Former Member
0 Kudos

Thanks Amit and Mark for your quick reply.

So except URL value in the WSDL there will be no difference between the WSDL file created for making Webservice calls to Integration Engine and Adapter Engine. Please confirm.

Thanks and Regards

Suma S

Former Member
0 Kudos

>>So except URL value in the WSDL there will be no difference between the WSDL file created for making Webservice calls to Integration Engine and Adapter Engine

yes..there will be no difference..

Former Member
0 Kudos

Hi,

what does the below means

"SOAP messages with content type "multipart" are rejected"

Thanks

Suma S

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Follow Stefan's blog for the WSDL creation. That is enough.

>>what does the below means "SOAP messages with content type "multipart" are rejected"

Refer this link for the valid information about multipart. The default multipart content is text/xml

http://www.w3.org/TR/SOAP-attachments

Former Member
0 Kudos

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine