Hello, Remedy does not provide such container/field which will hold the multiple values (like array).
You can see your result in Mid-Tier log file where it shows each individual result. There is no mechanism in Remedy to collect those results. Instead you can write your own container in Java or whatever you like to collect those results. Hope this'll help you... Thanks Frank Caruso-2 wrote: > > Can Remedy handle consuming a Complex web service that returns, what I > believe, is an Array Type? > > This is a snippet of what is returned: > > <soap:Envelope > soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:namesp1="http://namespaces.soaplite.com/perl" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Body> > <employee_by_cdidResponse xmlns="urn:QQQSoap"> > <employee_by_cdidResult > soapenc:arrayType="tns:employee_searchType[1]" > xsi:type="soapenc:Array" > xmlns:tns="http://sadadasdasdadadasdadasd/EmployeeSearch.wsdl"> > <item xsi:type="tns:employee_searchType"> > <person_phone_cell > xsi:type="xsd:string">555-555-55555</person_phone_cell> > <employee_fk_team_id > xsi:type="xsd:int">199082</employee_fk_team_id> > <team_short_code xsi:type="xsd:string">Some > User</team_short_code> > </item> > </employee_by_cdidResult> > </employee_by_cdidResponse> > </soap:Body> > </soap:Envelope> > > > I can call the service from Remedy and can see the values returned in > Plugin log file. > However, the Input mapping does not show each individual element. I > see arrayType, offset, id and href. > > Any thoughts? > > Thank you > > Frank > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > -- View this message in context: http://www.nabble.com/Consuming-Complex-Web-Service-tp15413879p15426912.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

