Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg: WSDL

Former Member
0 Likes
651

HI all,

I have created a WSDL for a RFC function mudule. I am new to the WSDL could you please clarify my questions.

1. What is WSDL number ?

2. How to get WSDL number ?

2. How to test WSDL assigned to BAPI ( Can we test it from R3 ) ?

Please help me...

Thanks,

Nagaraju

HI all,

I have created a WSDL for a RFC function mudule. I am new to the WSDL could you please clarify my questions.

1. What is WSDL number ?

2. How to get WSDL number ?

2. How to test WSDL assigned to BAPI ( Can we test it from R3 ) ?

Please help me...

Thanks,

Nagaraju

3 REPLIES 3
Read only

Former Member
0 Likes
599

Hi,

You can check it using soapUI.

You select the option File - New SoapUI project and yo paste your wdsl.

I hope it helps you.

Best Regards

Jon

Read only

Former Member
0 Likes
599

Hi,

Try WSADMIN tcode.

regards.

Read only

brad_bohn
Active Contributor
0 Likes
599

Most of this information is in the help files. I'm going to assume that you have NW7.0 SP14 or higher...

1. What is WSDL number ?

I don't know what you mean by 'number'. Look up the definition for WSDL in Google or Wikipedia, but in simple terms, a WSDL document is a document that specifies the definition of your web service in a universal format so that others may use it.

2. How to get WSDL number ?

You get the url for a WSDL document from SOAMANAGER for the endpoint binding definition for your web service. There is a link in there that allows you to open the document and capture the url. The url is used for creating a project and testing from SOAPUI (as Jon suggested) or is given to your external app team for development purposes.

2. How to test WSDL assigned to BAPI ( Can we test it from R3 )

You don't test a WSDL, you test a web service method. You can test from SOAPUI or from the Web Service Navigator in SOAMANAGER (Java stack required).