SOAP: Difference between revisions

64 bytes removed ,  11 years ago
m
→‎{{header|F Sharp|F#}}: Minimized opened namespaces.
(added F# version)
m (→‎{{header|F Sharp|F#}}: Minimized opened namespaces.)
Line 44:
The availability of functions and the type of parameters is checked at compile time. The development environment supports auto-completion and parameter information just like for regular types.
 
<lang fsharp>open SystemMicrosoft.FSharp.Data.TypeProviders
open System.ServiceModel
open Microsoft.FSharp.Linq
open Microsoft.FSharp.Data.TypeProviders
 
type Wsdl = WsdlService<"http://example.com/soap/wsdl">
Anonymous user