DataStage: Stage Web Services Client

Buenos días foro,

Tengo un problema al tratar de consumir un web service como destino, el web service recibe 3 parámetros y no emite respuesta, al ejecutarlo desde el soapUI es correcto, pero desde el DS sale el siguiente error:

 --------------------------Mensaje Log--------------------------

WS_Process, 0: Info: WSasTarget.WS_Process: com.ascentialsoftware.wsclient.ServiceInvocationException: Service invocation exception: <Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/"><faultcode xmlns="">Server</faultcode><faultstring xmlns="">Internal Error</faultstring></Fault>

 at com.ascentialsoftware.wsclient.OperationCall.handleRemoteException(OperationCall.java:388)

 at com.ascentialsoftware.wsclient.OperationCall.invoke(OperationCall.java:293)

 at com.ascentialsoftware.wsclient.WebService.callServiceInternal(WebService.java:1685)

 at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1591)

 at com.ascentialsoftware.wsclient.WebService.callService(WebService.java:1544)

 at com.ascentialsoftware.wspack.Transformer.process(Transformer.java:105)

 at com.ascentialsoftware.jds.StageFactory.runStage(StageFactory.java:544)

 

Si hubiera algun ejemplo de un servicio similar que esté operativo para descartar al DS, estaré muy agradecido.