Colm Brazel wrote:
http://www.webreference.com/programming/coldfusion/1/2.html
http://www.15seconds.com/issue/020710.htm


Cool cheers....


where null is set to chr(0), but I'm getting an argument type mismatch


you should not have to set null to chr(0) its just a string in the cfc as
below and this scope makes its accessible outside cfc
<cfcomponent>
<cfset this.permission = "null">
<cfcomponent>
test it with a page that calls the cfc
<cfdump var="#cfcname#">

make sure admin has registered the web service and can connect to it.

Ah if only it were that simple..... Unfortunately, its someone elses .NET web service and to date they haven't excelled in actually generating anything that works the way its documented.

You'd think that you could skip passing a parameter that has a minOccur=0 and the web service would cope with that, but it would appear that if you don't include all the arguments, then this .NET application can't find the method. Brain engages.... probably because of methods being overloaded.

hope above helps a little

Aye. Cheers Colm. Much appreciated....

Regards

Stephen

--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



Reply via email to