diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
SoapClient
diamond
web
soap
soapclient
Wrapper around a soap client.
final
class
SoapClient {
this
();
ReturnType
!
f
sendRequestFromFunctionDefinition
(Parameters!f );
void
sendRawRequest
(string url, string soapAction, string soapEnvelope);
}
Constructors
this
this
()
Creates a new soap client.
Members
Functions
sendRawRequest
void
sendRawRequest
(string url, string soapAction, string soapEnvelope)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRequestFromFunctionDefinition
ReturnType
!
f
sendRequestFromFunctionDefinition
(Parameters!f )
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
diamond
web
soap
soapclient
classes
SoapClient
Wrapper around a soap client.