We are using a Borland Delphi system shich has a web services module written for it.
There are numerous ‘functions’ (is this the right term?) which can be called.
So far I have installed soapUI 3.5.1 and added WSDL which I found on the web services portal page.
This revealed all of the available functions and I have tested some of them and got data back out (within saopUI).
If I copy out the generated soap code and put it online and view it, it returns a 200 OK message (which I understand is the standard message). But in soapUI it returns data, where as online it only returns the 200 OK message.
Where do I go form here if I want to generate pages of data, the same as soapUI returns?
My other concern is security. As the list of available functions is published, surely anyone could scan these and do exactly what I’m doing and access our data?
Is there a way to lock down access to this? I guess it would be dependent on the setup.
Each webservice is a world. And as several methods for accessing and work with. If you can be more specific about what webservices do you plan to use, I believe some good advices will arrive.