Question Coldfusion Web Services

fabio.bozzo

New member
Joined
May 14, 2010
Messages
3
Programming Experience
3-5
Hi to all, I am pretty desperate:
I have a simple Adobe Coldfusion 8.0 WEB SERVICE, which simply returns a string "helloworld!" to my client.
Invoking it from PHP, Java, etc. is success! :)
But when I try to add it as a web service reference to my Vb.NET2010 project...
The proxy classes created are all SUBS and not FUNCTIONS as expected!!
Anyone can tell me why?
 
Back
Top