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:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java.lang.ClassCastException: org.apache.axis.encoding.ser.BeanDeserializer</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">micropeich</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
I have not any idea what the problem is. Could you help me another time, please? Regards, Antonio.
Anne Thomas Manes wrote:
You need to add an <operation> definition to the WSDD that maps the message element qname to the method name.
See http://www.osmoticweb.com/axis-wsdd/operation.htm
- Anne