Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ServiceStack WSDL does not include all types

I created a web service within my MVC application. All contracts are using the same namespace. AssemblyInfo.cs also maps the ContractNameSpace with ClrNameSpace.

The generated WSDL does not define my contract types.

This is my second project with ServiceStack. However, the results are different. Does contracts have to reside in a different assembly in order to ServiceStack to generate WSDL correctly?

like image 974
Amr Ellafy Avatar asked Dec 07 '25 02:12

Amr Ellafy


1 Answers

The issue was fixed in the latest ServiceStack release: https://github.com/ServiceStack/ServiceStack/issues/306

like image 177
Amr Ellafy Avatar answered Dec 09 '25 00:12

Amr Ellafy