cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tool used for generating WSDL code

Former Member
0 Likes
1,679

hello,

wat is the tool used for generatimg WSDL code?

View Entire Topic
Former Member
0 Likes

Hi,

You could be able to create the wsdl with various ways based on the requirments.

I have added various links to give in-depth information about creating the WSDL.

1)By using XMl Spy :

http://www.altova.com/features_soap.html

2)WSDL :

http://www.w3schools.com/wsdl/default.asp

3)Creating a WSDL for a RFC with XI

Defining Web Services

http://help.sap.com/saphelp_nw04/helpdata/en/31/daa0404dd52b54e10000000a1550b0/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fa3dff-ce76-2a10-3f94-f3df8f2d...

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

You can generate the WSDL file from XI Itself. Finish your integration Scenario and in the IR Go to Tools-->Define Web Service and specify all the parameters to generate and save the WSDL to a local file.

But make sure you specify the URL for Web Service as follows:

In the Step “Specify the URL of the Web Server” of the Define Web Service Screen, specify the URL. The inbound address for SOAP Message should be http://host:port/XISOAPAdapter?MessageServlet?channel=party:service:channel

Under party:service:channel enter the party name, the service name, and the name of the communication channel. If no party has been created, enter the following: channel=:service:channel

Note: For more details on this topic, refer to help.sap.com documentation at the following URL http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

Thanks

Swarup