Hello List I have an issue where I am publishing a webservice from Remedy. When I try consume this webservice using soapUI , I get no results returned.(Even though the webservice call completes) When I look at the mid-tier log, I can see the results returned, but nothing is returned to soapUI. Webservice :: OpGetlist ------------------------------------------------------------------------ ---------------------- WSDL Code :: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Netcool_Incident_Circuit_Search"> <soapenv:Header> <urn:AuthenticationInfo> <urn:userName>netcool</urn:userName> <urn:password>netcool</urn:password> <urn:authentication></urn:authentication> <urn:locale></urn:locale> <urn:timeZone></urn:timeZone> </urn:AuthenticationInfo> </soapenv:Header> <soapenv:Body> <urn:OpGetList> <urn:Qualification>'Circuit Ref' LIKE "S0116715A"</urn:Qualification> <urn:startRecord>0</urn:startRecord> <urn:maxLimit>100</urn:maxLimit> </urn:OpGetList> </soapenv:Body> </soapenv:Envelope> ------------------------------------------------------------------------ ---------------------- Returned to soapUI :: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <ns1:OpGetListResponse xmlns="urn:Netcool_Incident_Circuit_Search" xmlns:ns1="urn:Netcool_Incident_Circuit_Search"/> </soapenv:Body> </soapenv:Envelope> ------------------------------------------------------------------------ ---------------------- Remedy Version:: 7.0.1 Mid-tier Version :: 7.0.1 soauUI Version:: 3.0.1 Many thanks
Kind Regards Jacques Andre This e-mail has been scanned for viruses by the Cable & Wireless e-mail security system - powered by MessageLabs. For more information on a proactive managed e-mail security service, visit http://www.cw.com/uk/emailprotection/ The information contained in this e-mail is confidential and may also be subject to legal privilege. It is intended only for the recipient(s) named above. If you are not named above as a recipient, you must not read, copy, disclose, forward or otherwise use the information contained in this email. If you have received this e-mail in error, please notify the sender (whose contact details are above) immediately by reply e-mail and delete the message and any attachments without retaining any copies. Cable and Wireless plc Registered in England and Wales.Company Number 238525 Registered office: 3rd Floor, 26 Red Lion Square, London WC1R 4HQ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

