SOAP: Difference between revisions

Content added Content deleted
(added F# version)
m (→‎{{header|F Sharp|F#}}: Minimized opened namespaces.)
Line 44: 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.
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 System
<lang fsharp>open Microsoft.FSharp.Data.TypeProviders
open System.ServiceModel
open Microsoft.FSharp.Linq
open Microsoft.FSharp.Data.TypeProviders


type Wsdl = WsdlService<"http://example.com/soap/wsdl">
type Wsdl = WsdlService<"http://example.com/soap/wsdl">