I believe this is the important piece of information:

"The image is base64 encoded so that it can easily travel via Soap.  The 
user is required to decode it back to binary for display."

You will probably need to ToBinary() the result to to turn the base64 back 
to a binary object.  I would create an example call, but the webservice 
appears to require a username and password.

I'm guess that the call to the web service will probably look something like 
this:
<cfset ws_response = 
createobject("webservice","http://www.flash-db.com/services/ws/barCodes.wsdl";).doBarCodes("username","password","123","JPG")>

~Brad

----- Original Message ----- 
From: "vishnu prasad" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Tuesday, August 19, 2008 8:50 PM
Subject: Re: Web Service Issue , pls help


> Hi Dave
>
> I dont have a web service code , i tried to access the public web serive 
> from xmethod  which return the image , but somehow its not working
>
> This is the web service
> http://www.xmethods.net/ve2/ViewListing.po?key=uuid:861CB6D3-1E2A-BA27-BDDE-E9FEF283E518
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

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

Reply via email to