xsi:type="dateTime">2003-09-17T16:17:34.107</NS1:NAV_DateTime></ NS1:TNAV><NS1:TNAV><NS1:NAV_Code>463</NS1:NAV_Code><NS1:NAV_DateTime xsi:type="dateTime">2003-09-18T16:15:06.943</NS1:NAV_DateTime></ NS1:TNAV><NS1:TNAV><NS1:NAV_Code>464</NS1:NAV_Code><NS1:NAV_DateTime xsi:type="dateTime">2003-09-19T16:14:44.533</NS1:NAV_DateTime></ NS1:TNAV><NS1:TNAV><NS1:NAV_Code>465</NS1:NAV_Code><NS1:NAV_DateTime xsi:type="dateTime">2003-09-22T16:50:16.337</NS1:NAV_DateTime></ NS1:TNAV><NS1:TNAV><NS1:NAV_Code>466</NS1:NAV_Code><NS1:NAV_DateTime xsi:type="dateTime">2003-09-23T16:11:10.617</NS1:NAV_DateTime></ NS1:TNAV><NS1:TNAV><NS1:NAV_Code>467</NS1:NAV_Code><NS1:NAV_DateTime xsi:type="dateTime">2003-09-24T16:20:52.003</NS1:NAV_DateTime></ NS1:TNAV><NS1:TNAV><NS1:NAV_Code>468</NS1:NAV_Code><NS1:NAV_DateTime xsi:type="dateTime">2003-09-25T16:28:01.857</NS1:NAV_DateTime></ NS1:TNAV></NS1:return></NS1:GetNAVResponse></SOAP-ENV:Body></SOAP- ENV:Envelope> did not find prefix:
51885 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(gotType00)
51885 [main] DEBUG org.apache.axis.encoding.DeserializerImpl - Deser got type dateTime
51885 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(noDeser00)
51885 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(exception00)
51885 [main] ERROR org.apache.axis.client.Call - Exception:
org.xml.sax.SAXException: No deserializer for dateTime
at org.apache.axis.encoding.DeserializerImpl.onStartElement(DeserializerImp l.java:485)
at org.apache.axis.encoding.DeserializerImpl.startElement(DeserializerImpl. java:428)
at org.apache.axis.encoding.DeserializationContextImpl.startElement(Deseria lizationContextImpl.java:976)
at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java: 198)
at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.j ava:722)
at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:233)
at org.apache.axis.message.RPCElement.getParams(RPCElement.java:347)
On fredag, sep 26, 2003, at 15:35 Europe/Stockholm, Anders Peterson wrote:
Hi,
The code I'm running is generated by wsdl2java (Axis 1.1) based on the wsdl supplied in the zip. The code seems to be ok as long as the return types do not include dateTime or decimal. How can that matter? Operations with only string and int work fine!
One of the operations that don't work, getNAV, starts working perfectly if the date is communicated as a string instead of as a dateTime. I could live with that particular change, but I need to get decimals to work.
If anyone of you more experienced users have the time, please have a look at my log files!
wsdl.xml = the wsdl file axis.log = axis debug output. console.log = my app output
/Anders
<problem.zip>