soap-0.1.0.1: SOAP client tools

Safe HaskellNone

Web.SOAP.Service

Synopsis

Documentation

data SOAPSettings Source

SOAP service parameters

invokeWSSource

Arguments

:: (ToNodes h, ToNodes i, FromCursor o) 
=> SOAPSettings

web service configuration

-> Text

SOAPAction header

-> h

request headers

-> i

request body

-> IO o

response

Query a SOAP service.