I created following SOAP message and tried to hit to RPC.PL
http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelop/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">SOAP-ENV:Header/SOAP-ENV:Body<Dispatch xmlns="/Core"><Username xsi:type="xsd:string">root@localhost</Username><Password xsi:type="xsd:string">root</Password><Object xsi:type="xsd:string">TicketObject</Object><Method xsi:type="xsd:string">TicketGet</Method>TicketID1</Dispatch>
I got null response without an error message
When I try to query through Generic interface, it works fine(Note : The soap structure is different for generic interface). But RPC.PL doesn't works
I tried following https://github.com/gtudan/OTRS-Client
and http://sastriawan.blogspot.com/2010/01/using-javaxxmlsoap-to-access-otrs-soa...
But they didn't work.
Please guide me on this.
Thanks,
Jignesh