I'm trying to call a web service and getting AxisFault errors. This is
happening on both CFMX 6.1, and 8. The WSDL is valid. I am at a loss as to
what this error means or what I can do. Any ideas? I'm trying to use a new
version of commision junction's web service that was recently launched.

A snippet of the error is:  Could not perform web service invocation
"search" because AxisFault faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode: faultString: org.xml.sax.SAXException: Invalid element in
com.cj.service.lucene.product.ArrayOfProduct - Product faultActor:
faultNode: faultDetail:

A snippet of my code is:

<cfoutput>
<cfinvoke method="search" returnvariable="tmpOutput"
webservice="https://product.api.cj.com/wsdl/version2/productSearchServiceV2.
wsdl">

    <cfinvokeargument name="developerKey" value="#tmpDeveloperKey#"/>
    <cfinvokeargument name="websiteId" value="#tmpWebsiteId#" />
    <cfinvokeargument name="advertiserIds" value="#url.advertiserIds#"/>
    <cfinvokeargument name="keywords" value="#tmpKeywords#"/>
    <cfinvokeargument name="serviceableArea" value=""/>
    <cfinvokeargument name="isbn" value=""/>
    <cfinvokeargument name="upc" value=""/>
    <cfinvokeargument name="manufacturerName" value=""/>
    <cfinvokeargument name="manufacturerSku" value=""/>
    <cfinvokeargument name="advertiserSku" value=""/>
    <cfinvokeargument name="lowPrice" value="1"/>
    <cfinvokeargument name="highPrice" value=""/>
    <cfinvokeargument name="lowSalePrice" value=""/>
    <cfinvokeargument name="highSalePrice" value=""/>
    <cfinvokeargument name="currency" value="USD"/>
    <cfinvokeargument name="sortBy" value="Price"/>
    <cfinvokeargument name="sortOrder" value=""/>
    <cfinvokeargument name="startAt" value="#url.startAt#"/>
    <cfinvokeargument name="maxResults" value="#tmpMaxResults#"/>
        
</cfinvoke>
</cfoutput>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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