suitetalk-0.0.1.0: Connection tools for Oracle Netsuite / SuiteTalk SOAP

Copyright(c) 2018 Chris D'Aloisio
LicenseMPL-2.0
Maintainerchris.daloisio@bellroy.com
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SuiteTalk.SOAP

Description

Provides a simple wrapper around the Network.SOAP library

Synopsis

Documentation

data Error Source #

Constructors

InvalidAction 
Instances
Show Error Source # 
Instance details

Defined in SuiteTalk.SOAP

Methods

showsPrec :: Int -> Error -> ShowS #

show :: Error -> String #

showList :: [Error] -> ShowS #

send Source #

Arguments

:: (ToXML header, ToXML body) 
=> WSDL

WSDL containing endpoint and operations

-> String

SOAPAction to run

-> header

SOAPAction header

-> (String -> body)

SOAPAction body (which requires the SOAPAction passed in earlier)

-> IO (Either Error Document) 

Make a request to NetSuite via SuiteTalk