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
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,
^_^
Copy link to clipboard
Copied
Hi WolfShade,
Follows my request:
The incorrect response:
The correct response, but, dont work.
Thanks, for your help and your time.
Copy link to clipboard
Copied
It seems to be a PHP service, not ColdFusion.
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.
Copy link to clipboard
Copied
Hi Dave,
Using the cfhttp, returns the strutucture of the xml.
Fabiano Magno Pechibella