cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a SAP Prxoy from a .Net Web Service

Former Member
0 Kudos

Hello World,

I need to call a SAP Proxy from a .Net Web Service. Any standard built-in BAPI would be fine. Just need to prove it's workable in the project environment by passing some values and getting the response.

Any code snippets or links would be appreciated.

P.S. I did try to access the link below to get some WSDLs that i got from a pdf doc called "SAP RFC via Web Services", but the page just couldn't get displayed.

http://myhost.mydomain.com:8000/sap/bc/bsp/sap/WebServiceBrowser/search.html

Regards,

Steve

Accepted Solutions (0)

Answers (2)

Answers (2)

STALANKI
Active Contributor
0 Kudos

WSADMIN is the transaction to view the wsdl.

Thomas explain how to cnvert email rfc to a webservce.u have to take thesame approach.https:///people/thomas.jung3/blog/2005/01/05/develop-a-web-service-that-sends-an-email--in-abap

Former Member
0 Kudos

hi,

you can use SAP.NET connector programming in your .NET WS to call bapi or rfc..

you are not able to call proxy object from WS.

please refer to the following url for abap proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

thanks

venjamin

null

Former Member
0 Kudos

venjamin,

-What's JCO Programming? Any code exmaple?

-How do u locate the WSDL of bapi?

The link u gave led me to the first page of XI. However, in my scenario, I don't intend to include XI. I want a .NET to ECC case.

Regards,

Steve

Former Member
0 Kudos

sorry, refer to the this url

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

sorry.. please refer to the SAP.NET Connector instead of JCO. JCO is for JAVA

http://help.sap.com/saphelp_nw04/helpdata/en/e9/23c80d66d08c4c8c044a3ea11ca90f/frameset.htm

sorry for confusing...

thanks

venjamin