cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to consume a simple SAPWebService error "not JSR 172 Compliant"

Former Member
0 Kudos

Hi,

Am trying to consume a simple webservice which was created by exposing a function module. The consumer of this WS is a J2ME application.

Usually we the framework(or IDE or other tools) will help us in creating the stubs(proxy classes) when provided the WS wsdl URL .I tried in C#.dotnet and i was able to create the stubs and consume it. Now when i try it J2ME ->NetBeans IDE-> STub generator->same wsdl url, i get an error "not JSR 172 compliant". FYI, JSR 172 is the spec for WS consumption by a Java 2 MicroEdition(J2ME) applications[http://jcp.org/en/jsr/detail?id=172].

My question: How can i make or what are the other settings that i have to do in SOAManager to make this JSR 172 compliant.

FYI, i just created a helloworld function module in ABAP and created a enter. service. In soamanager i have not done anyother setting other the default settings the comes.

Any inputs on this would be really helpful.

Thanks,

Sam.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sam,

I haven't worked with this before but I did some quick reading and it looks like you have your work cut out for you, you can't just use the WSDL as is for J2ME...Refer to the "Stub Generation and Invocation" section of the document below:

[http://developers.sun.com/mobility/midp/articles/webservices/?feed=DSC]

Regards, Trevor