Consuming Servicestack SOAP Service

83 views Asked by At

I'm developing a Servicestack SOAP service. I wanted to generate the proxy class in VS2013 in order to test the consumer, but the proxy is empty :) . Yes, I know that I can use Servicestack's framework in order to develop the client, but my idea is to consume it withount knowing that Servicestack exists. I tried adding [DataContract] to the Requst and Response DTO's and [DataMember] to their properties. The result is the same. I'm interested only for the SOAP service. Thanks.

0

There are 0 answers