cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL for interface

Former Member
0 Kudos

is it possible to run an interface MQ to FILE and to activate it with WSDL?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if ur system is exposed to webservice then WSDL is used but i dont know for MQ why do u require WSDL.

u can use direclty JMS adapter to send and receive data.

There are two cases:

1) Xi to Webservice.

In this case u receive the WSDL file from target and used as external definition and u use the URL which is provided by target to send data from PI.

2) Webservice to XI:

In this case u need to generate the WSDL file in XI and send that WSDL file to target system, the URL will be used by target system to send data.

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

chirag

Answers (2)

Answers (2)

Former Member
0 Kudos

what is the need to use WSDL here

Edited by: NetWeaver Expert on Oct 23, 2008 9:30 AM

Former Member
0 Kudos

I will try to be more specific.

I have an MQ to FILE scenario async. I am trying to run it with a WSDL. my 1st Q, is it possible?

if it is possible, what the URL that I give when defining the WSDL?

Tahnks

Kfir

prateek
Active Contributor
0 Kudos

U may use a soap client as a sender. Use BPM then. After receiving message from SOAP client, u may use another Receive step to receive data from MQ system and then pass it to the receiver file system.

Regards,

Prateek