
I can create a web service using the GUI (admin/web servies) with the following properties:
-Name: AlertInjest
-Network Transport: HTTP::SOAP
--Namespace: http://[domain]/GenericInterface/webservice
--Max msg lng: 2048
-operation name: CreateAlert
--operation controller: Ticket::CreateTicket.
From there, I was thinking I'd form the soap request as a string and send it as a web request to whatever uri it is supposed to be.
Can someone give me an example of:
-The SOAP string: Necessary soap formatting/fields required in the request to the web service.
-The uri I'm supposed to use. (i.e http://[domain]/otrs/rpc.pl or http://[domain]/otrs/nph-genericinterface.pl/Webservice/AlertInjest)
If you're feeling really generous, an example of creating the webrequest and getting the response would be great.
Anyway.. hope someone can do this, as I haven't seen a single comprehensive writeup on this.