wsdl / sharetypes в Mono 2.8 - PullRequest
       14

wsdl / sharetypes в Mono 2.8

0 голосов
/ 02 марта 2011

У меня проблема с использованием wsdl /sharetypes в Mono 2.8

Я всегда получаю следующую ошибку:

Error: Could not find file "/sharetypes".

Когда я запускаю wsdl, я также замечаю, что опции sharetypes нет:

Web Services Description Language Utility
Mono Framework v4.0.30319.1
wsdl [options] {path | URL} {path | URL} ...

   -d, -domain:domain           Domain of username for server authentication.
   -l, -language:language       Language of generated code. Allowed CS (default)
                                and VB. You can also specify the fully qualified
                                name of a class that implements the
                                System.CodeDom.Compiler.CodeDomProvider Class.
   -n, -namespace:ns            The namespace of the generated code, default
                                namespace if none.
   -nologo                      Surpress the startup logo.
   -o, -out:filename            The target file for generated code.
   -p, -password:pwd            Password used to contact the server.
   -protocol:protocol           Protocol to implement. Allowed: Soap (default),
                                HttpGet or HttpPost.
   -fields                      Generate fields instead of properties in data
                                classes.
   -server                      Generate server instead of client proxy code.
   -u, -username:username       Username used to contact the server.
   -proxy:url                   Address of the proxy.
   -pu, -proxyusername:username Username used to contact the proxy.
   -pp, -proxypassword:pwd      Password used to contact the proxy.
   -pd, -proxydomain:domain     Domain of username for proxy authentication.
   -urlkey, -appsettingurlkey:key Configuration key that contains the default
                                url for the generated WS proxy.
   -baseurl, -appsettingbaseurl:url Base url to use when constructing the
                                service url.
   -sample:[binding/]operation  Display a sample SOAP request and response.
   -?                           Display this message

Options can be of the forms  -option, --option or /option

Как я могу использовать /sharetypes?

1 Ответ

2 голосов
/ 02 марта 2011

Похоже, что Mono wsdl.exe не имеет этой опции.

Пусть .Net one генерирует ваши классы и использует их.

...