Re: Big problem generating correct code with WSDL2Java

2005-01-12 Thread Antonio Ruiz Martínez
step badly because it is supposed that the WSDL2java should generate the code and the deploy file properly. Have you got any idea? Regards, Antonio. Antonio Ruiz Martínez wrote: Hello! I'm writing you because I'm having a lot of problems to generate a simple web service from a file .wsdl

Big problem generating correct code with WSDL2Java

2005-01-11 Thread Antonio Ruiz Martínez
Hello! I'm writing you because I'm having a lot of problems to generate a simple web service from a file .wsdl that is very simple. I wonder if you could help me please. I'm going to try to describe the steps that I'm doing. For this example, I'm using axis1.2rc2. 1) The command that I'm

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: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

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

Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
=org.apache.axis.encoding.ser.BeanDeserializerFactory encodingStyle= / -- -- Antonio Ruiz Martínez e-mail: [EMAIL PROTECTED] or arm [at] dif [dot] um [dot] es --

java.lang.ClassCastException: org.apache.axis.encoding.ser.BeanDeserializer

2005-01-04 Thread Antonio Ruiz Martínez
) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333) ... 23 more -- -- Antonio Ruiz Martínez e-mail: [EMAIL PROTECTED] or arm [at] dif [dot] um [dot] es --

Re: Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Bouche Paul wrote: Is the wsdl correct? I think so. I'm attaching it at the end of the e-mail in case you want to see it. Regards, Antonio. I remember seeing the problem and its discussion before on this list. You might want to search the archives at

Re: Bug in WSDL2JAVA?

2005-01-04 Thread Antonio Ruiz Martínez
Hello! Thanks for your help. Bouche Paul wrote: Is the wsdl correct? I think so. I'm attaching it at the end of the e-mail in case you want to see it. Regards, Antonio. I remember seeing the problem and its discussion before on this list. You might want to search the archives at

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

Service to process directly the soap body

2005-01-04 Thread Antonio Ruiz Martínez
Hello! I would like to create a Web Service called TestMyService, for example, and I would like to have a class that can manage the body of the soap message when the service is called. I don't want to have any predefined method with params. In the class of the service the only thing that I