I was assigned a project where I have to integrate with a third party. A third party has already built a client, and I have to create a service that integrates with my client.
I need to create a SOAP web service that implements STAR WS standards. It should use WS-Security for username / password.
A third party provided me with WSDL, which my web service should join.
I have never used ServiceStack before, but would like to use ServiceStack for this project. Is there a way I can create a ServiceStack service from the WSDL that I was given? If so, can you point me in the right direction to get started?
Thanks!
Jeremiah
source
share