cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL Tab in MessageInterface

Former Member
0 Kudos

Hello All,

What is the use of WSDL Tab in the Message Interface object in IR Screen.

Thanks in Anticipation

Rajesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

WSDL tab is for viewing or exporting the msg interface structure in WSDL format.....it has the description of whether it is a sync/asycn, inbound or outbound interface, its msg type, data type inside it..........so when you expose a msg interface as a service, so the structure of the service is the WSDL structure of the msg interface.

As such you cannot use the WSDL of a msg interface, but when you define service endpoint, then you can use the WSDL for the binding to send it to a source application to consume your service.

Regards,

Rajeev Gupta

Edited by: RAJEEV GUPTA on Jan 13, 2009 12:59 PM

Former Member
0 Kudos

What do you mean exposing msg interface as service.Could be more specific on this.

Did you observed that WSDL port tag was missing.

Can we make use of this directly in other applications,if can what functionality it can perform.

Rajesh

GabrielSagaya
Active Contributor
0 Kudos

Hi check sudharshan's reply

Former Member
0 Kudos

Hi,

Message Interfaces are inside PI transformed to and used as WSDL interfaces.

So I would say it's only to see how it looks like in the wsdl representation (and also to have a preview if you want to export it as wsdl).

Also mentioned here:

Regards

Patrick

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

MI gets translated into WSDL. This WSDL code contains details about your interface direction, message type and data type involved,etc. you can view the wsdl code for the interface by clicking the WSDL tab in the interface creation step.

You can also export this WSDL.

Former Member
0 Kudos

What is the use of this WSDL ,I have observed that the WSDL generated is not complete and it cannot be used in other systems also,then what is the purpose this WSDL tab for us?

How we can make use of this ??

Thanks

Rajesh