Skip to main content

HS.AU.SMD.SoapClient.Delivery

class HS.AU.SMD.SoapClient.Delivery extends %SOAP.WebClient

Method Inventory

Parameters

parameter ARGUMENTSTYLE = message;
Use unwrapped message style for document binding style.
parameter LOCATION = http://dummy.example.com;
This is the URL used to access the web service.
parameter NAMESPACE = http://ns.electronichealth.net.au/smd/svc/SealedMessageDelivery/2010;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 0;
Use xsi:type attribute for literal types.
parameter SERVICENAME = SealedMessageDeliveryService;
This is the name of the Service
parameter SOAPVERSION = 1.2;
This is the SOAP version supported by the service.

Methods

final method deliver(body As HS.AU.Types.SMD.Deliver(XMLNAME="deliver")) as HS.AU.Types.SMD.DeliveryResponse [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab