cancel
Showing results for 
Search instead for 
Did you mean: 

Execute a WSDL file generated through SAP R/3

Former Member
0 Kudos

Hi all,

I want to know how to execute a WSDL file generated after running web service wizard for a RFC in SAP R/3 system?

This WSDL file contains XML schema with input and output parameters with RFC name.

Is there any way that i can execute that WSDL file directly or do i need to use some tool for that?

For ur refrence to create web service, u go to se37, choose any RFC name, display that and then go to utilities-> more utillities-> create web service.

SAP system should be ECC5.0 version.

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

WSDL - is just the definition of the webservice.

Using this you need to create a client proxy to consume the webservice.

client proxy can be generated either using NWDS or using ABAP

check out this weblog

its for consuming .net webervice in EP5 but should give you a pointer on how to go about it.

Regards

Raja