Your J2ME client tool supports a limited set of SOAP functions -- as defined by the WS-I Basic Profile. Axis generates rpc/encoded style services by default, which isn't allowed by the WS-I Basic Profile.
I assume that you are starting with Java code. In order to generate a WS-I compliant service, you cannot use the simple JWS service method. You should first define your Java interface. Then run Java2WSDL, specifying that you want to use the WRAPPED style (-yWRAPPED). Then run WSDL2Java.
Anne
On 4/17/06, Gorka López <[EMAIL PROTECTED]> wrote:
Hello,I´m principiant with this tecnologies. I did a normal application that uses a simple web service, but when I try to use with j2me client, when I try to generate the stubs, the error is:wsdl is not WS-I compliant ( Style is not document/literal).I don´t know what I have to do. Could anybody give me a simple example of a web service and a j2me client.Thanks a lot. Kemmotar
