cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services

Former Member
0 Kudos

Hi all,

I am new to Web Services.

What are the requirements of the system has to be implemented before starting with development of web services.

Regards

Abhijeet

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

for creating webservices there is transaction in ABAP.

In eclipse based environment like nwds there is webservice perspective.

And also java classes are exposed to webservice.

AND lot...ways depents upon environment.

Former Member
0 Kudos

LO,

In the SAP world, you need a AS ABAP >= 6.40 to create Web Services.

The easiest way is to create your own function module and expose it as a web service with the wizard.

In Java, it's standard, you create an EJB and you expose it as a web service.

The is others ways, but they are the two mains solutions on SAP systems.

Regards, Gilles.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

There is no specific system requirement to develop web service,but you should have below softwares to build web service

Java Development Kit 1.5 , Eclipse WTP SDK 2.0 , WSO2 WSAS 2.1.x .

Developing Web Service its depends upon which suits of aplication you are using,IBM providing different IDE and server to develop Web Servicee.

But you shoul know how to create web serive and know about more SOAP,WSDL,UDDI and JAVA programing to invoke the methods.

Regards,

Raj