soap-0.2.0.3: SOAP client tools

Safe HaskellNone

Network.SOAP.Transport

Description

This package comes with a single transport, but the your vendor's SOAP implementation can behave very differently, so invokeWS can be rigged to use anything that follows a simple interface.

Synopsis

Documentation

type TransportSource

Arguments

 = String

SOAPAction header

-> Document

XML document with a SOAP request

-> IO ByteString 

Common transport type. Get a request and deliver it to an endpoint specified during initialization.