Re: Webservice from linux vs windows

2007-12-31 Thread Matt Williams
That was it Ray. Thanks. Matt On Dec 31, 2007 9:52 AM, Raymond Camden <[EMAIL PROTECTED]> wrote: > Don't forget that when you call a web service, CF caches the WSDL > response. If you are editing the WS, you need to refresh the WSDL > cache in the CF Admin, or use the refreshwsdl option in CF8. >

Re: Webservice from linux vs windows

2007-12-31 Thread James Holmes
If you've changed the webservice recently, you might need to refresh the stubs on the VPS server via the CF administrator. On Jan 1, 2008 12:06 AM, Matt Williams <[EMAIL PROTECTED]> wrote: > I thought about case sensitivity and double-checked it all. And I'm > not sure where the case sensitivity w

Re: Webservice from linux vs windows

2007-12-31 Thread Raymond Camden
Don't forget that when you call a web service, CF caches the WSDL response. If you are editing the WS, you need to refresh the WSDL cache in the CF Admin, or use the refreshwsdl option in CF8. On Dec 31, 2007 9:06 AM, Matt Williams <[EMAIL PROTECTED]> wrote: > I thought about case sensitivity and

Re: Webservice from linux vs windows

2007-12-31 Thread Matt Williams
I thought about case sensitivity and double-checked it all. And I'm not sure where the case sensitivity would be wrong as it fails on the call to the web service... Any other ideas? Anyone? Matt On Dec 29, 2007 12:08 PM, Dominic Watson <[EMAIL PROTECTED]> wrote: > Case sensitivity perhaps? > > D

Re: Webservice from linux vs windows

2007-12-29 Thread Dominic Watson
Case sensitivity perhaps? Dominic On 29/12/2007, Matt Williams <[EMAIL PROTECTED]> wrote: > > I'm calling several methods on a web service from my win xp dev > workstation. It works fine. > > But the same web service called from my VPS which is on linux does not > want to play nice. > I get "Can

Webservice from linux vs windows

2007-12-29 Thread Matt Williams
I'm calling several methods on a web service from my win xp dev workstation. It works fine. But the same web service called from my VPS which is on linux does not want to play nice. I get "Cannot perform web service invocation theMethodName." Even more odd, is that I can call a different method o