2011-03-02 3 views
0

나는 항상 다음과 같은 오류 얻을 모노 2.8WSDL은/sharetypes 2.8

wsdl /sharetypes를 사용하여 문제가 발생 해요 : 내가 wsdl을 실행하면

Error: Could not find file "/sharetypes".

을, 나는 또한 것을 알 수있다 되지는 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를 사용할 수 있습니까?

답변

2

Mono wsdl.exe에 해당 옵션이없는 것 같습니다.

.Net 사용자가 클래스를 생성하여 사용하도록하십시오.

+0

내 유일한 옵션 인 것처럼 보입니다. 모노가이 옵션을 지원하지 않는다는 것이 정말로 이상합니다. –

관련 문제