I have to use a Web Service, I can add it without problems using the WSDL URL and it finds all the definitions finishing with "SUCCESS: Retrieved all web service details".
Then when I want to use a method from that service it runs but I don't receive any data as response (Data items and collections remains empty after execution), it works without issues on SoapUI.
SOAP Version is 1.1
Anyone had a similar issue?
There is any way on enable a log or a trace to see what actually is happening on the execution?
Besides the recursive definitions which are not supported according to web services guide, there is any other thing that is not supported?
Thanks in advance