I am working on intergrating a webservice call from another vendor and I am 
having some strange issues.

I can call the page and great a SID (their session id).  I can call other 
functions but when I try to call the function that I need I am getting an error 
saying the service could not be found.

I tried to use the soapclient.com site and was able to proform all of the calls 
that I needed and it worked with out issue.

The question I have is, is there a technical issue with CF 7,0,2,142559 
running the  Java Version  1.4.2_11. and this type of soap call.

If so can I use CFHTTP to preform this task but I can not figure out the header 
information or other paramaters that I would need to use to interact with this 
webservice.

here is the web service call that I am trying to use.

<cfinvoke  
   method="FindPackageInfo2" 
   returnvariable="findinfo1"
   
webservice="http://emagine-test.giuntilabs.com/LobsterWebService/Lobster.wsdl";>
        <cfinvokeargument name="SID" value="#session.sid#">
        <cfinvokeargument name="Query" value="lom">
        <cfinvokeargument name="Start" value="1">
        <cfinvokeargument name="Size" value="0">
        <cfinvokeargument name="PackTypes" value="course"> 
        </cfinvoke>

Any help would be great.

Thanks
Matt Friedman

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