cancel
Showing results for 
Search instead for 
Did you mean: 

esoa, abap and java

Former Member
0 Kudos

hi ,

i am new to soa, i would like to know wheather it is possible to create a web service with out using and nwds and applicaition server, instead i would like to create a web service which will be using abap or bapis on the server side and on the client side it should use the http protocol using standard ecllipse platform

i have created the server side in abap and relased the web service now on the client side for sap connectivity help is needed as i would like to use a standard ecllipse platform with out netweaver developer studio and an web server not an applicaiton server......

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

assuming your serverside abap based webservice to be an RFC exposed as a web service(though it wont make a difference), i would recommend you to make use of AXIS (http://ws.apache.org/axis/java/user-guide.html)...

the tool WSDL2Java shipped with this will be of help for you as far as the client code consuming the ws is concerend.

ref http://www.codeproject.com/dotnet/NET_WS_with_AXIS.asp for an axis based ws client in Java consuming a .net based web service.

if you google on wsdl2java you will also find an eclipse plugin for the same

Former Member
0 Kudos

theoretically it is possible but i think i am missing some thing in the implementing,

did you get this one running, can i have a example of this. it would be of great help to me .

Answers (0)