Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/09/2010, 05:06
eseluisete
 
Fecha de Ingreso: agosto-2010
Mensajes: 7
Antigüedad: 14 años, 7 meses
Puntos: 0
Error Web Service Response

Hola.
Estoy desarrollando un web Service (1) que llama a otro (2), y a la hora de devolver los datos el (2) me da el siguiente error:

Error :javax.xml.rpc.soap.SOAPFaultException:
Error deserializing arguments.
Problem reading the XML


He probado que funcione el ws (2) y funciona sin problemas, éste es su resultado:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns:holaMundoResponse xmlns:ns="http://www.openuri.org/">
<ns:holaMundoResult>Hola Mundo</ns:holaMundoResult>
</ns:holaMundoResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Estoy buscando y no entiendo el porqué del problema al deserializar la respuesta.

Si me pueden ayudar, lo agradecería.
Un saludo.