You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
In the past, with SOAP webservice a wsdl would be exposed for another application to be able to generate the classes to create a web service client. Since this is not a SOAP service, it is a REST service how could another developer quickly create a client application using this REST service. The calling application could be in .net or java.
It seems like you would want to allow for some reuse and package up the entity class in a separate library.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the past, with SOAP webservice a wsdl would be exposed for another application to be able to generate the classes to create a web service client. Since this is not a SOAP service, it is a REST service how could another developer quickly create a client application using this REST service. The calling application could be in .net or java.
It seems like you would want to allow for some reuse and package up the entity class in a separate library.
The text was updated successfully, but these errors were encountered: