cancel
Showing results for 
Search instead for 
Did you mean: 

create webservice from a class

SARK
Advisor
Advisor
0 Kudos

Hi

Please tell me how to create webservice from a class?.

is there any other way apart from calling this class-method inside the wrapper RFC fm and customer does not have PI with them.

thanks

Satish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sathish,

I don't know much about Abap but the link below might be useful:

[http://wiki.sdn.sap.com/wiki/display/EmTech/PublishWeberviceinABAP%2CConsumeWebserviceinABAPandAdobeFlex.]

Regards, Trevor

Former Member
0 Kudos

Hi,

If you don't have PI then best option is to create wrapper RFC (call class inside this RFC) and then create webservice from this RFC using tx: SE80.

Regards,

Gourav

Former Member
0 Kudos

Hello,

I would like to enable a class as webservice using ECC (not from PI).

Could you please tell me what are the different steps to perform? You say the method is to do a wrapper RFC from the class but could you please give an example ?

Thank you,

Regards,

Francis

Former Member
0 Kudos

Hi,

As posted above.

1. You first need to create RFC.

2. Call class inside RFC

3. Expose this RFC as webservice (either from SE37 or SE80) using webservice wizard.

4. Goto SOAMANAGER and complete the configuration (create endpoint etc).

5. Publish service (optional).

Regards,

gourav