cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate WSDL for a RFC

Former Member
0 Kudos

Currently we are in SAP 4.7 Enterprise, I am trying to generate WSDL for BAPI_REPMANCONF1_CREATE_MTS (Execute Backflush in Stock Scenario) but i am not able to locate

"/sap/bc/bsp/sap/WebServiceBrowser/search.html?" this path in SICF transaction.

Can anybody help me in this.

Ranga Manthena

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

Welcome to SDN.

you wont see this service in SICF . just activate webservicebrowser from transaction se80 and hit F8 for executing.

the url for this will be

http://<server>.<domain>.com:<port>/sap/bc/bsp/sap/webservicebrowser/search.html

and the url for WSDL will be

http://<server>.<domain>.com:<port>/sap/bc/soap/wsdl11?services=BAPI_REPMANCONF1_CREATE_MTS&sap-clie...;

Hope this helps.

Regards

Raja

Former Member
0 Kudos

This is first time i am working on WebServices, We are on SAP 4.7 Enterprise, is that we need any other components to work on WebServices. Is there any BASIS work involved to set up, if so what i have to tell to my basis team.

I found webservicebrowser in BSP Applications Traansactin SE80 i have activated the same. But when i am trying to access the following URL through Internet explorer i am getting error saying 'page cannot be displayed'.

http://saptranshost:8000/sap/bc/bsp/sap/webservicebrowser/search.html?sap-client=100

And even in SE80 transaction in Repository Browser i didn't have Other Objects in dropdown, to work on enterprise services/WebServices.

Former Member
0 Kudos

Thanks for support, i really have to appriciate.

I didn't have Webservices creation wizard. Is this will not come with SAP 4.7 Enterprise.

What i have to do to get the Webservices Creation Wizard?

Please help in this regard.