Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Consuming web services in Vb.NET 2010

New Here ,
Jun 17, 2010 Jun 17, 2010

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, Coldfusion, and so on.... 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?

Other WSDL services such as the PayPal API one work perfectly in Visual Studio.

Why Coldfusion ones not?

1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Jan 18, 2011 Jan 18, 2011

Having the same problem in VS2010 with CF 8 - by chance did you ever figure this out?

EDIT: PBCAK - I added a service reference instead of a web service and this was causing all of my problems.

Translate
New Here ,
Jan 18, 2011 Jan 18, 2011
LATEST

Having the same problem in VS2010 with CF 8 - by chance did you ever figure this out?

EDIT: PBCAK - I added a service reference instead of a web service and this was causing all of my problems.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources