I have developed two java web services; one is SOAP based and the second one REST. Now I have to ask some clients (they can be either java/non java clients) to use my web services. Now what information do I need to pass to the clients to use my web service?
- If SOAP, what should I share to clients to use my web service?
- If REST, what should I share to clients to use my web service?