cancel
Showing results for 
Search instead for 
Did you mean: 

Acessing a webservice (JSP)

Former Member
0 Kudos

hi friends ,

i m trying to acess a jsp web service from abap .

for this im using SOAP classes .

the problem im facing here is tat im not able to acess a .jsp service

i can acess a .asmx webservice from ma abap .

it is probably because of the binding done in the wsdl of jsp web service(not sure thought)

plz help me out of this..

its very urgent

thanks in advance

point will be rewarded

Accepted Solutions (1)

Accepted Solutions (1)

sunil_singh13
Active Contributor
0 Kudos

Hey Rany,

try to Execute the Web service using Http Client . You will Come to know where the Problem is.

Also test if you are able to run your Web service in Stand Alone.

Thanks

Sunil Singh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Renu,

Very Strange. Listening for the first time about .jsp web service. JSP is used for Java Server Pages and is used to show dynamic Web Pages through Web Browser. It is not meant for Web Services.

Regards,

Piyush

Former Member
0 Kudos

hi ,

i have developed a web service using SAP netweaver.

its a .jsp page and if u see the wsdl of this page it is in the binded format unlike the dot net developed web service...

so im unable to acess the methods in it directly

im using a abap system program RSVSOAP4

to create records in the webservice ...

thanks