How to test a SOAP Post action using katalon

I have a question about testing a SOAP post method using katalon…for example i would like to know how to write a katalon script for below ,is it possible in katalon?

P O S T services .online .local:4059/Business/ EventReporterV2 HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: “http:/ /fakeurl.com/Service/2013-
03/IStandardEndpoint/GetServiceVersion”
Host: r20services.onlinegaming.local:4059
Content-Length: 161
Expect: 100-continue
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
< s: Envelope xmlns :s=“ht tp: // schemas. xmlsoap.org/soap/envelope/”>
< s: Body>
< GetServiceVersion xmlns=“h t tp: //fake url . com/Service/2013-03”/>
< /s:Body>
< /s: Envelope>