I do not have any knowledge of the use of webservice
, and I need to use one now to consume data from a database (Usually I would fetch the data direct from the database, but in this case the admin did not authorize, the only way was to make a webservice
available.)
So I have a page in PHP
with several function names:
Example:
Lista_produtos
Question: How do I create a client in JAVA
that consumes these values? Can you provide some sample code?
edit