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/ProductInformationService.asmx" method="GetProductInformation" timeout="180" returnvariable="tmpOutput"> <cfinvokeargument name="websiteId" value="37272187"> <cfinvokeargument name="pageNumber" value="1"> <cfinvokeargument name="productsPerPage" value="20"> <cfinvokeargument name="categoryID" value=""/> <cfinvokeargument name="searchText" value="pontiac"> <cfinvokeargument name="sortOrder" value="PD"/> <cfinvokeargument name="minWidth" value=""/> <cfinvokeargument name="maxWidth" value=""/> <cfinvokeargument name="minHeight" value=""/> <cfinvokeargument name="maxHeight" value=""/> <cfinvokeargument name="minPrice" value=""/> <cfinvokeargument name="maxPrice" value=""/> <cfinvokeargument name="languageID" value=""/> <cfinvokeargument name="currencyCode" value="USD"/> </cfinvoke> And this is the error I get: Could not generate stub objects for web service invocation. Name: http://webservice.allposters.com/ProductInformationService.asmx. WSDL: http://webservice.allposters.com/ProductInformationService.asmx. org.xml.sax.SAXException: Fatal Error: URI=null Line=63: The element type "br" must be terminated by the matching end-tag " ". It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness. If the requested WSDL document can't be retrieved or it is dynamically generated, it is likely that the target web service has programming errors. TIA to anyone who can help... Che ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281793 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

