>Is it easy to call a .Net Web Service using Coldfusion? >Any articles or examples out there? > >Lee Surma
OK So this is rediculously simple or imposible or requires vast knowledge of Web Services? I just need to send back three pieces of data to an existing .net Web Service. This is the code I can gleen out of the service that is relevant. <s:element name="VendorOrderConfirmation"> - <s:complexType> - <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="OrderNumber" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="DateProcessed" type="s:dateTime" /> <s:element minOccurs="0" maxOccurs="1" name="TrackingNumber" type="s:string" /> </s:sequence> </s:complexType> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211033 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

