cancel
Showing results for 
Search instead for 
Did you mean: 

how can I call rfc enabled web service from http client

Former Member
0 Kudos

Hi.

If I create a rfc enabled web service in ecc6 (SE80), how can I call this web service from http client? where can I find whole webservice URL?

I can use wsadmin to see the information of the web service, but there's no whole web service URL.

I do not have netweaver as java, the webservice is working on ecc6 only.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

..

Former Member
0 Kudos

Hello,

In order to consume Web Service, you need concrete WSDL (WSDL with End Points). You can create End Point using transaction SOAMANAGER by selecting the Web Service and using confguration tab. After that, you can get WSDL by clicking the link 'Open WSDL for Selected Binding'. You do not need J2EE Server for this.

If your system is old and does not have SOAMANAGER, you can setup End Point with WSCONFIG and then access the WSDL using WSADMIN.

Thanks,

Venu

Former Member
0 Kudos

Hi.

as your advice.

I can see the web service information in t-code wsadmin.

the access address is default_host/sap/bc/srt/rfc/sap/ZWS_ZSAYHELLO.

But I think the whole web service address is end with WSDL, but now i can't find.

how can I call this web service from http client.

Thanks.