cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Authorization : SOAP Profile. option unavailable,Webservices from RFC

former_member750652
Contributor
0 Kudos

Hi all,

While we are generating webservice upon the function module, we are not able to see the option .

u201C Basic Authorization: SOAP Profile u201C (profile for SOAP1.1 with stateless HTTP communication and simple.. )

which will be used to release webservice for Runtime.

Why is this option not available ...? Can any body please guide me to create webservice over function module.?

Thanks,

Ram.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member218672
Active Contributor
0 Kudos

Sorry... double post...:)

former_member218672
Active Contributor
0 Kudos

Hi,

Below are the steps to create a webservice of a function module -

1) Go to SE80 and select Package in Dropdown and right click on package and choose Create->Enterprise Service/Web Service->Web Service

2) Web Service Wizard will open

3) Give Service Name and Short Text and specify Endpoint Type as Function Module

4) Enter Function Module and choose check box Maping of Names

5) Leave Basic Authorization as it is and select Check box Release for Runtime

6) Go to WSCONFIG and provide Service Definition and Variant

7) Go to WSADMIN and Select your Service in Tree and press button WSDL on tool Bar and the wsdl will be created.

Also, check this doc for more details - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f02b33fc-9eb1-2c10-0599-f2ef9fb5c...

Regards,

Sen