cancel
Showing results for 
Search instead for 
Did you mean: 

How to develop a webservice from WSDL

Former Member
0 Kudos

Hi

I want to developa webservice from a WSDL generated by XI..

Means like from XI i generated the WSDL file ... by using that i want to create the Webservice ,...

SV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1) Integration Directory --> Tools --> Create Web Service.

use the following URL.

http://host:port/XISOAPAdapter/MessageServlet?channel=:<BusinessService_Name>:<Channel_Name>;

2) For next step use same interface name as mentioned in Communication channel.

Regards,

Rohit.

Reward points if helpful.

Answers (5)

Answers (5)

former_member556603
Active Contributor
0 Kudos

Hi,

Go through this links..

How to use webservices in XI

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

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Thanks,

Satya Kumar

former_member187563
Contributor
0 Kudos

hi,

wsdl is not used for generating webservices.

rather they are used by webservices to call the message interface in xi ,so that outer world can access the xi.One can use wsdl for testing purpose also.

reward points if helpful

regards,

ujjwal kumar

Former Member
0 Kudos

HI,

Refer this link for step by step process:

How to use SOAP adapter:

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

chirag

Former Member
0 Kudos

Hi SV,

Normally Webservices are created first and then their WSDL are generated and imported in XI.....

And the WSDL that are generated by Xi are used to call XI and not the Webservices.....

However, if you want to know the steps for generating WSDL in XI then you can follow the steps gven by Rohit....

Regards,

Reward points if helpful.

Prashant

former_member214364
Active Contributor
0 Kudos

Hi SV,

You can Create Webservice from Message interface which was created in XI Repository.

Execute SE80 Tcode->Repository Browser ->Enterprise services

Thanks,

Jag