Page 1 of 1

WSDL SOAP Analyser problem

Posted: Wed Feb 17, 2010 5:33 am
by XingXing
Hello,

When I try to get response XML using WSDL SOAP Analyser, then I got the error message as following:

org.apache.commons.httpclient.HttpException :
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="urn:stc:egate:jce:JavaException" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ... RPC.TIE.04: Internal Server Error (JAXRPC.TIE.01: caught exception while handling request: com.stc.otd.runtime.UnmarshalException: error: String: '20091217073151' does not match pattern for DateTimeFormatType in namespace OTREQ )</faultstring></env:Fault></env:Body></env:Envelope>

Anyone help me why this problem is happend?

Best Regards, XingXing

Re: WSDL SOAP Analyser problem

Posted: Wed Feb 17, 2010 10:43 am
by Radu
Hi XingXing,

This is a problem reported by the server.
The server does not seem to accept the format of a date which is sent in the SOAP XML request.
In the XML request you probably specify the date like: 20091217073151 but the server seems to want a format like: YYYY-MM-DD HH:MM:SS

Regards,
Radu