> 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={2
> 0},minPrice={}
> ,maxHeight={},websiteId={37272187},languageID={},maxPrice={}} 
> could not be found.

According to the WSDL, the operation "GetProductInformation" requires a
string containing an XML document:

<s:element name="GetProductInformation">
        <s:complexType>
                <s:sequence>
                        <s:element minOccurs="0" maxOccurs="1"
name="APCSearchXml" type="s:string"/>
                </s:sequence>
        </s:complexType>
</s:element>

So, you should find out what that XML should look like, and send that as a
single CFINVOKEARGUMENT called APCSearchXML, if I'm reading this WSDL
correctly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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