Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / wsdl2.1
index bb0218e4fe7fb98b584df9ec4660bdc14638d6b4..b0e32fe12cbbb29aa09f495b57a048f5ca55edf0 100644 (file)
@@ -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