Is the wsdl correct?
I remember seeing the problem and its discussion before on this list.  You 
might want to search the archives at the list. I just did that and check this 
out http://issues.apache.org/jira/browse/AXIS-1331.

-- Paul


> -----Original Message-----
> From: Antonio Ruiz Martínez [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 4. Januar 2005 11:30
> To: [EMAIL PROTECTED]
> Subject: Bug in WSDL2JAVA?
> 
> 
> Hello!
> 
>     I'm using wsdl2java to generate source code from a wsdl, 
> and I don't 
> known why in the source code and in the deploy file, with 
> qname appears 
> something as ns:>SignResponse when I understand that I shoud be 
> ns:SignRequest. Could you tell me if there is a bug or I'm doing 
> something wrong, please?
> 
> Thanks in advance,
> Regards,
> Antonio.
> 
> <typeMapping
>         xmlns:ns="http://micropeich.dif.um.es/carm.xsd";
>         qname="ns:>SignRequest"
>         type="java:signservicerpc._SignRequest"
>         
> serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
>         
> deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
>         encodingStyle=""
>       />
>       <typeMapping
>         xmlns:ns="http://micropeich.dif.um.es/carm.xsd";
>         qname="ns:>SignResponse"
>         type="java:signservicerpc._SignResponse"
>         
> serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
>         
> deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
>         encodingStyle=""
>       />
> 
> -- 
> ------------------------------------------------------
> Antonio Ruiz Martínez
> e-mail: [EMAIL PROTECTED] or arm [at] dif [dot] um [dot] es
> ------------------------------------------------------
> 
> 
> .
> 

.

Reply via email to