Re: Problem generating code with WSDL2java

2005-01-10 Thread Antonio Ruiz Martínez
Hello! Another time, thanks a lot for you help! It's very useful for me. I did the thing you told me but now I have got another problem. It is the following: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins

Re: Problem generating code with WSDL2java

2005-01-07 Thread Anne Thomas Manes
You need to add an definition to the WSDD that maps the message element qname to the method name. See http://www.osmoticweb.com/axis-wsdd/operation.htm - Anne

Re: Problem generating code with WSDL2java

2005-01-05 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Anne Thomas Manes wrote: Your WSDL isn't valid. You've mixed rpc and document styles, plus you have attributes in your top level input and output elements. You may not use attributes in your top-level input or output element when using either rpc or wrapped sty

Re: Problem generating code with WSDL2java

2005-01-05 Thread Anne Thomas Manes
Your WSDL isn't valid. You've mixed rpc and document styles, plus you have attributes in your top level input and output elements. You may not use attributes in your top-level input or output element when using either rpc or wrapped styles. You must use document style. Change your binding definitio

Problem generating code with WSDL2java

2005-01-04 Thread Antonio Ruiz Martínez
Hello all! I have a very simple wsdl file (that you could see at the end of this e-mail) and I would like to generate source code from this wsdl file. However, it doesn't work properly because I'm getting the following deployment file. The problem it is that the typeMapping is not correct be