I am consuming a .NET based web service from CF7 using:

<cfinvoke webservice="http://sme.atsol.org/contacts.asmx?wsdl"; 
method="getContact" returnvariable="aResults">
        <cfinvokeargument name="contactID" value="4145431"/>
</cfinvoke>

I am able to access the returned array, but the dates are apparently java 
objects and are in "Gregorian calendar" format. Is there an easy way to pull 
these into regular dates in standard CF variables?

Thx!

-j

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284659
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