Subject:WSCall doesn't work from xquery Author:Krishna Malyala Date:14 Nov 2011 01:30 PM
Downloaded trial version(14)and trying to test recursive web service call. Web Service call works fine in test mode but doesn't seem to work from xquery!
Initially tried on our internal WS but when it didn't work, I tried the stock quote one from the demo video: "http://examples.xquery.com/stock-quotes/wsdl". Attached is a screen-shot but here is the problem:
when I click "preview result", it thinks for some time,there are NO errors but the output doesn't contain anything from the WS! This is the same behavior from my internal service as well.
I have 5 rows in a SQL server table with ticker symbols for input to the WS.
Please help me figure out what's going on so I can try and get actual WS to work...
Subject:WSCall doesn't work from xquery Author:Krishna Malyala Date:14 Nov 2011 05:07 PM
Thanks Ivan, I was able to get it to work after editing code to match your screenshot. This is good and helps me rule out any other issues, thanks.
However, I need to understand why auto-generated code didn't work... I think the main point of this tool (at least for me) is to minimize coding ;o) Any insights? I thought I followed the concept of online demo video.