Generate servicestack test service out of wsdl file

Hi,
is there a way to generate a Servicestack test web service out of a wsdl file?
I have a client that is using a soap web service (java server) that I have no access to and all I got was a wsdl and an xsd file.
I’d like to generate a test web service from the wsdl specification.
I’ve found online some old examples that from command line (wsdl.exe) generates some service stub.
Is this the way to do it also in Servicestack?

No the generated WSDL is just for WCF’s Add Service Reference feature, ServiceStack doesn’t parse WSDLs itself.

Hi Ririck, did you ever come up with a quick (working) solution for this issue ? I might soon find myself sadly stuck with client + wsdl problem, as well.