Application Development 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: 

how can I find whole URL of web service?

Former Member
0 Kudos

Hi.

I created rfc enabled function using se80, and deploy it to web service.

how can I define the whole URL of the web service?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try this way.

Goto tcode--> WSADMIN

Select your webservice and Press button WSDL (Ctrl + F11), Popup will be opened..In that select the Document Style

It will open the WSDL file in the new web browser. there u can see URL at the bottom of the WSDL file.

3 REPLIES 3

Former Member
0 Kudos

Try this way.

Goto tcode--> WSADMIN

Select your webservice and Press button WSDL (Ctrl + F11), Popup will be opened..In that select the Document Style

It will open the WSDL file in the new web browser. there u can see URL at the bottom of the WSDL file.

0 Kudos

Hi.

I'd tried, I got the error message , count not determine WSDL address (ICF_ERROR).

and when I click web service homepage (ctrl + f8), i got error message , Setting for J2EE Server do not exist.

.

Former Member
0 Kudos

。。