Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Webservice outside access

Former Member
0 Likes
338

Hi All,

We have created a webservice from rfc through utilities - more utilities - abap webservice. We were able to see it through wsadmin.

Created a J2ME application in Netbeans and created a webservice client by providing webservice wsdl link. In the netbeans simultor I am able to see the output of the webservice. But when I try to put this jar file in my mobile, I am getting class not found exception for the webservice.

Any setting needs to be done in abap or in netbeans, so that this error will be rectified. My mobile is JSR172 enabled.

Kindly suggest.

regards,

krishnaveni.

Hi All,

We have created a webservice from rfc through utilities - more utilities - abap webservice. We were able to see it through wsadmin.

Created a J2ME application in Netbeans and created a webservice client by providing webservice wsdl link. In the netbeans simultor I am able to see the output of the webservice. But when I try to put this jar file in my mobile, I am getting class not found exception for the webservice.

Any setting needs to be done in abap or in netbeans, so that this error will be rectified. My mobile is JSR172 enabled.

Kindly suggest.

regards,

krishnaveni.

1 REPLY 1
Read only

Former Member
0 Likes
304

Hi ,

I am trying to develop some similar kind of stuff , accessing web service created from a function module and trying to access it in J2ME client.

How were you able to access it from actual mobile which is JSR172 enabled ?

If you could tell me how did you create the client it would be a great help.

Thanks,

Chitra

Edited by: Chitra Srivastava on Jan 28, 2010 5:48 AM