Dave, I have tried that as well. I get this error. No matter how many I
have, the last <cfinvokeargument> line is where the error occurs.

Web service operation "GetProductInformation" with parameters
{maxWidth={},sortOrder={PD},pageNumber={1},searchText={buick},categoryID={},
minWidth={},currencyCode={USD},minHeight={},productsPerPage={20},minPrice={}
,maxHeight={},websiteId={37272187},languageID={},maxPrice={}} could not be
found.
 
The error occurred in C:\Inetpub\wwwroot\bpp\_example_allposters.cfm: line
31

29 :            <cfinvokeargument name="maxPrice" value=""/>
30 :         <cfinvokeargument name="languageID" value=""/>
31 :         <cfinvokeargument name="currencyCode" value="USD"/>
32 :            
33 : </cfinvoke>

 

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 21, 2007 12:47 PM
To: CF-Talk
Subject: RE: Has anyone ever tried to use the AllPosters.com web service w /
CF?

> No takers? The WSDL file can be found here:
> http://webservice.allposters.com/ProductInformationService.asmx?WSDL
> 
> And here is my simplyfied code (I believe I am calling the correct 
> method):
> 
> <cfinvoke
> webservice="http://webservice.allposters.com/ProductInformatio
> nService.asmx"

The WEBSERVICE attribute needs to point to the WSDL URL.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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