RosettaCodeData/Task/SOAP/F-Sharp/soap.fs

6 lines
176 B
Forth

open Microsoft.FSharp.Data.TypeProviders
type Wsdl = WsdlService<"http://example.com/soap/wsdl">
let result = Wsdl.soapFunc("hello")
let result2 = Wsdl.anotherSoapFunc(34234)