This web service works but not the below 
Working File 
<cfset code = "0">
<cfset BarSize = "15">
<cfset ShowCodeString = "true">
<cfset  Title = "PrasadVishnu">
<cfinvoke webservice="http://www.webservicex.com/barcode.asmx?WSDL"; 
method="Code39" returnvariable="retVal">
        <cfinvokeargument name="code" value="#code#">
        <cfinvokeargument name="BarSize" value="#BarSize#">
        <cfinvokeargument name="ShowCodeString" value="#ShowCodeString#">
        <cfinvokeargument name="Title" value="#Title#">
</cfinvoke>
<cffile action="write" file="c:\Vishnufile.jpg" output="#retVal#" /> 

Not working 
<cffile action="write" file="c:\Vishnufile.jpg" output="#retVal#" /> 
<cfset Mynumber = "0123">
<cfset ImageType = "PNG">
<cfinvoke webservice="http://www.flash-db.com/services/ws/barCodes.wsdl"; 
method="doBarCodes" returnvariable="retVal">
        <cfinvokeargument name="num" value="#Mynumber#">
        <cfinvokeargument name="imgtype" value="#ImageType#">
</cfinvoke>
<cffile action="write" file="c:\Vishnufile1.jpg" output="#retVal#" /> 

Error 
Web service operation doBarCodes with parameters {imgtype={PNG},num={0123}} 
cannot be found. 

Thanks 
Vishnu
> It would be a lot easier to respond if you provided some details.
> 
> What is not working? Post some code. Do you get an error? If so, what
> does the error say?
> 
> On Wed, Aug 20, 2008 at 9:50 AM, vishnu prasad
> <[EMAIL PROTECTED]> wrote:
> > 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
> >
> 
> -- 
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.
au/blog/ 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:311293
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