Skip to main content
Fabiano Magno Pechibella
Inspiring
April 7, 2017
Question

Cannot generate stub objects for web service invocation.

  • April 7, 2017
  • 3 replies
  • 1228 views

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

This topic has been closed for replies.

3 replies

Dave Ferguson
Participating Frequently
April 10, 2017

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.

Fabiano Magno Pechibella
Inspiring
April 10, 2017

Hi Dave,

Using the cfhttp, returns the strutucture of the xml.

Fabiano Magno Pechibella

BKBK
Community Expert
Community Expert
April 10, 2017

It seems to be a PHP service, not ColdFusion.

WolfShade
Legend
April 7, 2017

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,

^_^

Fabiano Magno Pechibella
Inspiring
April 10, 2017

Hi WolfShade,

Follows my request:

The incorrect response:

The correct response, but, dont work.

Thanks, for your help and your time.