X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fwsdl2.1;h=b0e32fe12cbbb29aa09f495b57a048f5ca55edf0;hb=e5cdc000d76d1f94b23704ed8e60a3e1ae3169e2;hp=bb0218e4fe7fb98b584df9ec4660bdc14638d6b4;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/man/wsdl2.1 b/man/wsdl2.1 index bb0218e4fe7..b0e32fe12cb 100644 --- a/man/wsdl2.1 +++ b/man/wsdl2.1 @@ -36,7 +36,16 @@ option, and the attribute specified in the WSDL document. .TP .I "-language:language", "-l" -Language of the code to generate. It can be CS (default) or VB. +.I "-language:language", "-l" +Language of the code to generate. It can be CS for C# (default), Boo +for Boo and VB for Visual.Basic. +.TP +Alternatively you can specify a full type name for a CodeProvider, for +example, you could use this to generate code for the imaginary "MyLan" +language which has the following full type: +.nf + wsdl myservice.wsdl -language:MyLan.MyLanCodeProvider, MyLan.CodeDom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxyy' +.fi .TP .I "-namespace:name", "-n:name" The namespace of the generated classes. If none is specified, the default