Hi all,
I've written a composite app that adds a SOAP binding on top of the
SQL service engine so that I can (hopefully) expose a few SQL
statements as web services.
This all works fine when I test the composite application as I can
see that my XML payloads for request and response of the web service
work as expected.
When I try to invoke the web service from within NetBeans by adding a
Web Service Client and then invoking the web service client, I always
get an empty result set returned.
Anyone any ideas what I could be doing wrong?
Thanks,
Dave.