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

Cannot generate stub objects for web service invocation.

Explorer ,
Apr 07, 2017 Apr 07, 2017

Copy link to clipboard

Copied

Guys,

Anyone know, how can I solve this stub objects problem, follows below:

The ws is hosted in a Linux environment.

When I put the ws address in the browser, works without problem.

Tks,

Fabiano Magno Pechibella

Views

960

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
LEGEND ,
Apr 07, 2017 Apr 07, 2017

Copy link to clipboard

Copied

We need to see the code of the webservice.  The error message is indicating a never-ending iteration.  It could be database related, it could be something else.  What output are you expecting and what are you getting (other than the error message that you've provided a screencap of.)?

V/r,

^_^

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
Explorer ,
Apr 10, 2017 Apr 10, 2017

Copy link to clipboard

Copied

LATEST

Hi WolfShade,

Follows my request:

The incorrect response:

The correct response, but, dont work.

Thanks, for your help and your time.

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
Community Expert ,
Apr 09, 2017 Apr 09, 2017

Copy link to clipboard

Copied

It seems to be a PHP service, not ColdFusion.

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
Engaged ,
Apr 10, 2017 Apr 10, 2017

Copy link to clipboard

Copied

Use CFHTTP to make the call and dump the results.  This will give you the body of the call and you can then see if the call is returning proper xml.

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
Explorer ,
Apr 10, 2017 Apr 10, 2017

Copy link to clipboard

Copied

Hi Dave,

Using the cfhttp, returns the strutucture of the xml.

Fabiano Magno Pechibella

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