cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Webservice to test the RFC- -> Web Service with Visual Studio

0 Kudos

Hi Experts,

I want to test the RFC to Webservice(receiver), Can any one help me how to create Webservice using Visual Studio or any other alternative way to create webservice(Receiver).

Thanks

Siva Grandhi.

Edited by: Siva Grandhi on Feb 28, 2008 10:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

you can create the wes service using the RFC Function Module.

you can create the RFC Function modue using the transaction se37.

after creating the function moduke go to utilities ->MoreUtilities->Create Web Service--->From Function Module

a new wizard will be open.

there are total 5 steps to create the web service.

provide the web service name and the virtual interfcae name.

after the wizard will be completed u can check ur web swervice in the wsadmin

transcation in the "SOAP Application for RFC-Compliant FMs" .

Thanks

Rinku

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

What about using free webservice already available on net. Search for webservice in google and you will get webservices,NET and other free webservice. Get the wsdl from that webservice and find out the soap request and soap response structure and import into IR .

Ranjeet Singh.

Dorian
Participant
0 Kudos

Siva:

SAP has just released an add-in for VS2005 to build web services; here's the link:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/dotnet?rid=/library/uuid/10cacdca-b0bb-2a10-77be-d600de4658b7">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/dotnet?rid=/library/uuid/10cacdca-b0bb-2a10-77be-d600de4658b7</a>

Also some documentation here:

[url]https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0319dc4-d76d-2a10-d19f-e4f4ff315bde[/url]

Regards,

D.