Skip to content

Instantly share code, notes, and snippets.

@nover
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nover/9086308507032cb02795 to your computer and use it in GitHub Desktop.
Save nover/9086308507032cb02795 to your computer and use it in GitHub Desktop.
ServiceStack Authenticate WSDL issues
[assembly: ContractNamespace("http://schemas.servicestack.net/types",
ClrNamespace = "MyProject.Model.Operations")]
[assembly: ContractNamespace("http://schemas.servicestack.net/types",
ClrNamespace = "MyProject.Model.Types")]
[assembly: ContractNamespace("http://schemas.servicestack.net/types",
ClrNamespace = "MyProject.Model")]
[assembly: ContractNamespace("http://schemas.servicestack.net/types",
ClrNamespace = "ServiceStack")]
SyncReply_schemas_servicestack_net_types_1.xsd
This schema is an invalid XSD Schema and has the following error(s):
1. Type 'http://schemas.servicestack.net/types:ResponseStatus' is not declared.
2. Type 'http://schemas.servicestack.net/types:ResponseStatus' is not declared.
SyncReply_schemas_servicestack_net_types_Admin.xsd
This schema is an invalid XSD Schema and has the following error(s):
1. Type 'http://schemas.servicestack.net/types:ArrayOfRequestLogEntry' is not declared.
2. Type 'http://schemas.servicestack.net/types:ResponseStatus' is not declared.
SyncReply_schemas_servicestack_net_types_Host_Handlers.xsd
Type 'http://schemas.servicestack.net/types:ArrayOfResponseStatus' is not declared.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment