Search found 1 match

by feco
15 May 2013, 11:39
Forum: Help
Topic: Creating Tickets - MS Access VBA and SOAP
Replies: 1
Views: 1077

Creating Tickets - MS Access VBA and SOAP

Hi,

We're using OTRS 3.0.10 and I'm trying to create tickets from MS Access with VBA and I've got the following code to create and send SOAP envelopes so far:

...
MyURL = "http://mysite.com/otrs/rpc.pl"

MyEnv = "<?xml version=""1.0"" encoding=""ISO-8859-1""?>"
MyEnv = MyEnv & "<soap:Envelope ...