Re: Big problem generating correct code with WSDL2Java

2005-01-12 Thread Antonio Ruiz Martínez
Hola! Thanks for your comments. Bill Keese wrote: No such operation 'SignRequest' This happens because your operation is called "getSign" not "SignRequest", right? That's right. At the beginning, it doesn't work because the deploy.wsdd generated by the wsdl2java is not correct. I don

Re: Big problem generating correct code with WSDL2Java

2005-01-11 Thread Bill Keese
No such operation 'SignRequest' This happens because your operation is called "getSign" not "SignRequest", right? I don't really understand how this works though. I thought that you have the same name for the operation and the top element in your request. (Your names are differen

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 usi