cancel
Showing results for 
Search instead for 
Did you mean: 

defining a webservice

Former Member
0 Kudos

Hi,

Can you please tell me how to Define the web service from ID in a detailed way

Thanks,

Srini

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Srinivas,

do the folowing:

<b>Generate a WSDL file in XI3.0 from an existing interface:</b>

i) Log on to Integration Directory and from the menu go to Tools&#61664; Define Web Service.

ii) In the web service wizard specify the following

a) URL of the web service

b) Specify the interface

c) Specify the sender

PS: if it helps you don't forget to reward points!!!

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Webservice :

The WebService behavior enables client-side script to invoke remote methods exposed by Web Services, or other Web servers, that support the SOAP and Web Services Description Language (WSDL) 1.1. This behavior provides developers the opportunity to use and leverage SOAP, without requiring expert knowledge of its implementation. The WebService behavior supports the use of a wide variety of data types, including intrinsic SOAP data types, arrays, objects, and XML data.

This will help you

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi srinivas,

Goto integration directory ->tools->define webservice-> specify the below mentioned url

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

enter all the remaining parameters asked.

Then after going through the process a WSDL file is generated. You can use this wsdl file to generate a webservice based model to send data to XI.

Regards

Rahul Nawale

Shabarish_Nair
Active Contributor
0 Kudos

do go thru these blogs;

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

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services - testing

Former Member
0 Kudos