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

how to access web service (function group)

Former Member
0 Likes
716

Hi experts,

I create a web service by function group successfully.

I can via the following link to access one FM,that's ok.

http://<host_name>:<port_number>/sap/bc/soap/wsdl/?services=<functionmodule_name>&sap-client=<releva...;

but I want to add only one reference to c# project, so I can't use the above link.

Please help me.

I use the following link, but it don't work.

http://host_name:8000/sap/bc/srt/wsdl/sdef_xx/wsdl11/ws_policy/document?sap-client=210

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

TCODE SOAMANAGER

Hi experts,

I create a web service by function group successfully.

I can via the following link to access one FM,that's ok.

http://<host_name>:<port_number>/sap/bc/soap/wsdl/?services=<functionmodule_name>&sap-client=<releva...;

but I want to add only one reference to c# project, so I can't use the above link.

Please help me.

I use the following link, but it don't work.

http://host_name:8000/sap/bc/srt/wsdl/sdef_xx/wsdl11/ws_policy/document?sap-client=210

2 REPLIES 2
Read only

Former Member
0 Likes
546

TCODE SOAMANAGER

Read only

0 Likes
545

I know soamanager. I can get the following link from soamanager:

http://hostname:port/sap/bc/srt/wsdl/functiongroup/wsdl11/ws_policy/document?sap-client=210

but I import this link as web reference in .net2005, I can't find any package to call.

.net2005 can work well if I import the link like the following style:

http://<host_name>:<port_number>/sap/bc/soap/wsdl/?services=<functionmodule_name>&sap-client=<releva...;

http://<host_name>:<port_number>/sap/bc/srt/wsdl/bndg_DECE557183696AF18C6A002219032707/wsdl11/allino...