Re: Unable to Invoke Simple .Net Web Service

2008-10-02 Thread Steve Moore
I've made this publicly accessible for anyone else to try. I still cannot get 
it to work (or any of the methods here). Method without parameters name changed 
to Steve. Invoked by:

cfinvoke 
webservice=http://www.larimer.org/webservices/emailaccess/emailaccess.asmx?WSDL;
 refreshwsdl=Yes
method=Steve returnvariable=test
/cfinvoke


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313401
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to Invoke Simple .Net Web Service

2008-10-01 Thread Steve Moore
My bad, again :[ , it's the Temp method, the one without any parameters.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313318
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to Invoke Simple .Net Web Service

2008-10-01 Thread Dave Watts
 My bad, again :[ , it's the Temp method, the one without any parameters.

OK, that accepts an empty document/literal value. I suspect you might
have to pass in an empty argument.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313322
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Unable to Invoke Simple .Net Web Service

2008-09-29 Thread Steve Moore
I'm attempting to call a simple .Net web service written in C#. There are no 
parameters, the WSDL is valid. It can be called successfully from .Net and PHP 
but not CF.

Code:
cfinvoke 
webservice=http://devster.larimer.org/webservices/emailaccess/emailaccess.asmx?WSDL;
 refreshwsdl=Yes method=Test returnvariable=rslt/cfinvoke

Response: Web service operation Test with parameters {} cannot be found.

Any ideas?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313233
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to Invoke Simple .Net Web Service

2008-09-29 Thread Dave Watts
 I'm attempting to call a simple .Net web service written in C#. There are no 
 parameters,
 the WSDL is valid. It can be called successfully from .Net and PHP but not CF.

 Code:
 cfinvoke webservice=http://devster.larimer.org/webservices/emailaccess
 /emailaccess.asmx?WSDL refreshwsdl=Yes method=Test returnvariable=rslt
 /cfinvoke

 Response: Web service operation Test with parameters {} cannot be found.

 Any ideas?

I can't get to the WSDL at all, so maybe the machine that's running CF
can't either. Or maybe it's not getting back WSDL. You can easily test
this by fetching the same URL with CFHTTP, then displaying whatever
you get back.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313234
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to Invoke Simple .Net Web Service

2008-09-29 Thread Steve Moore
Sorry, on an internal test server only. Here is the WSDL output: 
http://www.larimer.org/temp/emailaccess.xml 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to Invoke Simple .Net Web Service

2008-09-29 Thread Dave Watts
 Sorry, on an internal test server only. Here is the WSDL output:
 http://www.larimer.org/temp/emailaccess.xml

I don't see any operation called Test in that WSDL. That's what
you're referencing in your CFINVOKE.

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!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313239
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4