hello!
how I can add to my request header? if i'm using web service.
s ws =##class(Data.SOAP.Base.Ws.ServiceSoap).%New() s resp=##class(%XML.DataSet).%New() s resp = ws.Getaccblocks(IIN)
i need send request like bellow
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:s='http://www.w3.org/2001/XMLSchema'>
<header>
.


