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

WS Call from VB 6

Guest
May 05, 2006 May 05, 2006

Copy link to clipboard

Copied

We developed a Webservice which is to be consumed from a VB 6 application. The Webservice was tested by a CF client as well as a client generated by altovas xmlSpy. Both times it worked fine.
When the VB application attempts to consume the Webservice it (the VB App) throws the following errorcode:

WSDLReader:Analyzing the WSDL file failed HResult=0x80070057-
WSDLReader:No service entry found HResult=0x80070057

Can anyone help?
Thanks alot

Thomas
TOPICS
Advanced techniques

Views

359

Translate

Translate

Report

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
New Here ,
May 05, 2006 May 05, 2006

Copy link to clipboard

Copied

LATEST
Ran into the same problem with the 3rd version of the sdk for VB6 and couldn't find a solution other than to use the CFC.cfc?method=blah&param1=blah1... solution. You can role your own soap envelopes as well, but CF needs certain things to be in the header for it to recognize that it is a webservice request.

Votes

Translate

Translate

Report

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
Documentation