Could you please give me a little more help?

I`ve attached my wsdl file.

I think the problem was the messageReceiver class. java2wsdl uses  in the 
services.xml file but wsdl2java generates a new one with the problem i've 
wrote. If i use the axis2.rpc.receivers... receiver the services doesn't work.

Thanks for your help.

Adrián

----- Mensaje original ----
De: Adrián Cuartero <[EMAIL PROTECTED]>
Para: [email protected]
Enviado: lunes, 31 de marzo, 2008 11:13:27
Asunto: how to generate a simple skeleton with wsdl2java

Hi all

I developed a service throw java2wsdl whose interface was like this

  public int[] getDeviceIdentifier(String model)throws MyException{

Due to the problem between custom exceptions and java2wsdl i had to re-write 
the wsdl file and use wsdl2java to write the service and now the interface is 
like this.

    public GetDeviceIdentifi erResponse getDeviceIdentifier(
            GetDeviceIdentifi er getDeviceIdentifier)
            throws MyException{

I prefer the other interface because is easiest to view the params and to make 
the documentation but i don't know what can i do to use the old one instead of 
the last one with this pojos.

Thanks for the help.

Adrián



      
Enviado desde Correo Yahoo!
Disfruta de una bandeja de entrada más inteligente..
  





      ______________________________________________ 
Enviado desde Correo Yahoo!
Disfruta de una bandeja de entrada más inteligente. 
http://es.docs.yahoo.com/mail/overview/index.html

Attachment: services2.wsdl
Description: XML document

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to