Yes. If I take the url : http://localhost/lcms/wiwapi/hwtester.cfc?wsdl
to the browser , it generates a perfect wsdl.
But i get errors when invoking it from the same server. Now, if i try
to invoke this url from a different cf instance, it works fine.

- A

On 2/14/07, Dave Watts <[EMAIL PROTECTED]> wrote:
> > I created a coldfusion webservice cfc on my dev server.
> > Having done that, when I try to invoke the webservice, i keep
> > getting the error
> > message: " Could not generate stub objects for web service
> > invocation."
> > The cf code i am using to invoke it is:
> > <cfobject name="objver"
> > webservice="http://localhost/lcms/wiwapi/hwtester.cfc?wsdl";>
> > i am using CF MX 7.0.2 on IIS and Windows XP (Dev only).
>
> Do you get valid WSDL when you go to that URL in a browser?
>
> > I have heard that CF cannot make calls to webservices hosted
> > on the same CF instance. Is that true? Is there a work-around
> > for that?
>
> No, that's not true.
>
> 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!
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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