Hi, did you ever find an answer to this? I'm having the exact same issue (working with the same company).
Thanks, Ronnie bottabing wrote: > > I am getting the following exception. I am using XMLBeans and Axis. > > org.apache.xmlbeans.impl.values.XmlValueNotSupportedException: Could not > get a Java Date type from a Schema complex type > > The object that is being SOAPified doesn’t contain a date value. Below is > the SOAP call, the completed response prior to sending across the wire > (which looks fine), the stack trace and the WSDL. Thanks. > > 1- SOAP Call > <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:end="http://endpoint.webservice.cssng.nis.cingular.com"> > > <soapenv:Header/> > <soapenv:Body> > <end:getLocationByKey > soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > <locationId xsi:type="xsd:int">7</locationId> > </end:getLocationByKey> > </soapenv:Body> > > </soapenv:Envelope> > > > -- View this message in context: http://old.nabble.com/Could-not-get-a-Java-Date-type-from-a-Schema-complex-type-tp13028826p26636382.html Sent from the Xml Beans - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

