cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy external Web Service on SAP WAS ??

SandipAgarwalla
Active Contributor
0 Kudos

Hi All

Is it possible to deploy an external Web Service onto SAP Application Server? The purpose is to just host the Web Service on the SAP system, the service has been written using Eclipse platform.

Appreciate any pointers...

Regards

Sandip

Accepted Solutions (1)

Accepted Solutions (1)

former_member698570
Active Participant
0 Kudos

Hi,

what do you mean with external WebService? There are several ways:

1. You have an external WebService which is hosted on any other system outside your Java Application Server. This could be another SAP Application Server or any other Application Server, Servlet Engine or even WebService in SAP ERP or whatever. You could write a Deployable Proxy component to consume this web service. Some other components in your engine (Portal application, J2EE applicataion) can use this proxy to consume the service.

2. You could write a Java Class and create a Web Service from that Java Class. This means that you can probably use the class you already created.

What platform are you on and how does your WebService look like?

All this can be done using SAP NetWeaver Developer Studio

You can find a couple of articles on webservice topics here: http://www.sdn.sap.com/irj/scn/articles-topic?rid=/webcontent/uuid/3015411a-51a7-2a10-189a-c5a065ddb... [original link is broken]

Also have a look at:

http://help.sap.com/saphelp_nw04/helpdata/en/30/581e3e6217b40be10000000a114084/frameset.htm

Answers (0)