Problem with Axis and WS-I compliant

2006-04-17 Thread Gorka López
Hello everybody,I did a web service and a normal application that consume it. This runs ok. Now I have to do a j2me client that consume the same web service, but when I try to generate the stubs with netBeans or j2me wireless toolkit from the wsdl file that generate from wsdd file, it appears this

Re: Problem with Axis and WS-I compliant

2006-04-17 Thread Anne Thomas Manes
In the WSDD service definition, specify style=document use=literal. See http://www.oio.de/axis-wsdd/service.htm. Anne On 4/17/06, Gorka López [EMAIL PROTECTED] wrote: Hello everybody,I did a web service and a normal application that consume it. This runs ok. Now I have to do a j2me client that

Re: Problem with Axis and WS-I compliant

2006-04-17 Thread Gorka López
I have another problem. I can create the stub, but the class han no methods. When I generate the stub with j2me wireless toolkit, it appears this warning: warning: ignoring operation validarUsuario: more than one part in input messagewarning: Port ValidadorWS does not contain any usable

Re: Problem with Axis and WS-I compliant

2006-04-17 Thread Anne Thomas Manes
A doc/literal WSDL may have at most one body message part. That message part must reference an element definition (rather than a type). The element must be defined in your schema in the types section. The element should be defined as a complex type containing a sequence of elements. (The elements