Hello
I am using Visual Basic 6.0, I have downloaded Microsoft SOAP Toolkit 3.0. I do not have experience in using SOAP, I have been asked to interface with AVAYA NOTIFICATION and they have given me some examples. I really don't know where and how to start with. Please check on the below code and please advise me on what I should do to be able to make it work.
Example of the SOAP request (Email message):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://common.service.ans.sca.aps.avaya.com/">
<soapenv:Header/>
<soapenv:Body>
<com:createMessage>
<arg0>
<attachment>http://148.147.181.48:8080/upload/wavefile.wav</attachment>
<body>fire alret for this building</body>
<channelType>EMAIL</channelType>
<expirationTime>1000</expirationTime>
<fromAddress>admin@ans.com</fromAddress>
<fromName>?</fromName>
<locale>en-US</locale>
<partitionName>default</partitionName>
<subject>Email Alert</subject>
</arg0>
</com:createMessage>
</soapenv:Body>
</soapenv:Envelope>
Thanks
I am using Visual Basic 6.0, I have downloaded Microsoft SOAP Toolkit 3.0. I do not have experience in using SOAP, I have been asked to interface with AVAYA NOTIFICATION and they have given me some examples. I really don't know where and how to start with. Please check on the below code and please advise me on what I should do to be able to make it work.
Example of the SOAP request (Email message):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://common.service.ans.sca.aps.avaya.com/">
<soapenv:Header/>
<soapenv:Body>
<com:createMessage>
<arg0>
<attachment>http://148.147.181.48:8080/upload/wavefile.wav</attachment>
<body>fire alret for this building</body>
<channelType>EMAIL</channelType>
<expirationTime>1000</expirationTime>
<fromAddress>admin@ans.com</fromAddress>
<fromName>?</fromName>
<locale>en-US</locale>
<partitionName>default</partitionName>
<subject>Email Alert</subject>
</arg0>
</com:createMessage>
</soapenv:Body>
</soapenv:Envelope>
Thanks