cancel
Showing results for 
Search instead for 
Did you mean: 

web service in j2ee

Former Member
0 Kudos

Hi Guys,

I create a java application for connecting to sap using sap-connector. and expose that java application as a webservice. Its perfectly working. Now i have to call the web service in a web application. Means i have to call the webservice in a jsp. But i am unable to do this. But in a normal java application i am calling the web service.

Thanks,

Kharthik

Accepted Solutions (0)

Answers (1)

Answers (1)

Vlado
Advisor
Advisor
0 Kudos

What version of AS Java are you using? The technique depends on that.

For Java EE 5 (NW CE 7.1) --> [Creating Web Service Client Applications|http://help.sap.com/saphelp_nwce10/helpdata/en/45/113a1221337249e10000000a155369/frameset.htm]

For NW 2004 and 7.0 --> [Web Service Clients Development|http://help.sap.com/saphelp_nw04/helpdata/en/24/d0ff2f5d872a468b4643e1fa740569/frameset.htm]

HTH!

\-- Vladimir

Former Member
0 Kudos

Hi Vladimir Pavlov,

I am using jdk1.4 and i have created standalone proxy. I got a jar file after creating the proxy. I kept the jar file in the lib directory of webapplication. Still i haven't call web service in jsp.

Thanks,

Ganesh