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
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
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
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
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