Hello,

I am consuming a webservice and the call works fine.
But I am getting an AxisFault that wont let me cfdump the return variable.
The error looks like:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.lang.NumberFormatException: Invalid date/time

This happens anytime there is a Date/Time in the XML returned.
Has anyone seen this before?  Is there some way to pass through an XSLT to 
transform the return so Coldfusion can understand these variables?
Below I've attached the XML that is returned.. I believe it is <startDate> that 
is causing the error... looks straight forward enough right? It's like CF 
cannot handle this variable.

Thanks for looking,
Carlos


HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 
date=200510231054)/Tomcat-5.5
Content-Type: text/xml;charset=utf-8
Date: Tue, 27 Mar 2007 16:13:19 GMT
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <soapenv:Body>
  <searchEntitlementResponse xmlns="urn:com.macrovison:flexnet/operations">
   <statusInfo>
    <status>SUCCESS</status>
   </statusInfo>
   <entitlement>
    <simpleEntitlement>
     <entitlementId>
      <id>18888D0-A1C1-11DB-AEA3-B6A2CD07E6F2</id>
     </entitlementId>
     <soldTo>1036347096</soldTo>
     <state>TEST</state>
     <lineItems>
      <activationId>
       <id>19888A10-A1C1-11DB-AEA3-AE4CDA634828</id>
      </activationId>
      <product>
       <uniqueId>HID-100047</uniqueId>
       <primaryKeys>
        <name>Advantage Access Point Upgrade</name>
        <version>1.0</version>
       </primaryKeys>
      </product>
      <partNumber>
       <uniqueId>HID-92020</uniqueId>
       <primaryKeys>
        <partId>APSW10100A</partId>
       </primaryKeys>
      </partNumber>
      <licenseModel>
       <uniqueId>HID-100010</uniqueId>
       <primaryKeys>
        <name>Advantage License Algorithm License Model</name>
       </primaryKeys>
      </licenseModel>
      <licenseModelAttributes>
       <attribute>
        <attributeName>Device_Type</attributeName>
        <stringValue>AP</stringValue>
       </attribute>
      </licenseModelAttributes>
      <numberOfCopies>4</numberOfCopies>
      <startDate>2007-01-11</startDate>
      <isPermanent>true</isPermanent>
      <numberOfRemainingCopies>3</numberOfRemainingCopies>
      <isTrustedType>false</isTrustedType>
      <state>TEST</state>
     </lineItems>
    </simpleEntitlement>
   </entitlement>
  </searchEntitlementResponse>
 </soapenv:Body>
</soapenv:Envelope>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273893
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to