I am using the TicketSearch Webservices and the article search text does not seem to be working correctly.
Am i doing this correctly? The below code (Soap UI request) i assume will search the body of the articles of tickets and return any ticket numbers that have *OTRS* in the body:
Code: Select all
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<TicketSearch>
<UserLogin>xxxx</UserLogin>
<Password>xxxx</Password>
<Body>%OTRS%</Body>
</TicketSearch>
</soapenv:Body>
</soapenv:Envelope>
The rest of the ticketsearch options are working correctly for me, it is just the fields relating to articles that are not returning information.