cancel
Showing results for 
Search instead for 
Did you mean: 

Can XI use web services?

Former Member
0 Kudos

Hi people,

With XI I can use a web services of other aplication?

because I need to insert a data into a URL in one server like a parameter. And I need to use a web services to do that.

Thanks!

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Much thanks for the help.

Last question: If I use the web services and the adapter exist a way to return a message that said me that the data was transfered successful?

Former Member
0 Kudos

Hi,

In synchronous communication you have response message.

Regards,

Wojciech

Former Member
0 Kudos

Hi,

In synchronous communication you have response message. SOAP adapter supports also acknowledgment but it's more complicated thread.

In other cases you can check in adapter monitor in runtime workbench.

Regards,

Wojciech

Former Member
0 Kudos

To make that I need to use a SOAP adapter? Because I check in the configuration and I don't see it.

I see only in the Message Protocol: XI 2.0 and XI 3.0 .

Former Member
0 Kudos

Hi,

You should use SOAP adapter. XI protocols are special type of SOAP used during communication of integration engines (e.g. proxy framework).

Regards,

Wojciech

Former Member
0 Kudos

Hi Wojciech!

Thanks for the help!! But you know if exist some document or other thing that explain me how can I do that or what type of web services I can use with XI?

And what is WSDL file?

Thanks again!

Former Member
0 Kudos

Here you are:

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

WSDL is a web service definition. You should get it from webservice provider.

Here is how to use SOAP adapter:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873...

regards,

Wojciech

Message was edited by: Wojciech Gasiorowski

Message was edited by: Wojciech Gasiorowski

Former Member
0 Kudos

Hi,

Yes you can, you need only WSDL file and address.

Regards,

Wojciech