liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

Custom tool error: Unable to import WebService/Schema. Unable to import binding 'WSHttpBinding_IOneWay' from namespace 'http://services.servicestack.net/'. Unable to import operation 'BindAuthenticationProviderUser'. The element 'http://schemas.servicestack.net/types/:BindAuthenticationProviderUser' is missing. #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to bind to webservice from Visual Studio
2. Or from SoapUI
3.

What is the expected output? What do you see instead?
A valid binding

What version of the product are you using? On what operating system?
current release binaries on win7 x86

Please provide any additional information below.

Original issue reported on code.google.com by LepardUK on 27 Sep 2010 at 2:16

GoogleCodeExporter commented 8 years ago
Hi,

Is there any chance I can get the DTO's causing the problems? If possible, a 
sample VS.NET project exhibiting this behavior would be ideal.

Original comment by demis.be...@gmail.com on 27 Sep 2010 at 4:09

GoogleCodeExporter commented 8 years ago
I used the servicestack examples project. I build the project to create the 
wsdl at the following url 
[http://localhost/ServiceStack.Examples.Host.Web/Public/Soap11/Wsdl] and then 
try to add this to the examples.client project. I have also tried using the 
command line batch files to create references with similar problems. I wanted 
to compare this to the live hosted servicestack.examples project but when I 
tried to view the wsdl for this I get a .net green screeen error. 

Original comment by LepardUK on 28 Sep 2010 at 7:26