Hi, I have an in-house webservice(ASP.NET) that is suppose to return a base64Binary data(a image), I don't get any errors but I don't seem to get the binary data: <cfset arr=StructNew()> <cfset arr.name="car.jpg"> <cfinvoke webservice = "http://picHouse/getPic.asmx?wsdl" method = "GetPic" argumentcollection="#arr#" returnVariable = "foo"> </cfinvoke> <cfoutput>#foo#</cfoutput>
Currently, I seem to be getting back an object b/c #foo# prints '[EMAIL PROTECTED]' and <cfdump var="#foo#"> prints a whole list of methods like hashCode, equals, getSerializer... Can someone please tell me how I can use this object to access this binary file. I'm a newbie to this, so any details or sample code are greatly appreciated. Afterwards I can save binary to my sql db. Thanks so much, C. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260855 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

