No,, there is no support iin AR System to recieve an array from web
service. You need to create your own soap-plugin to support this...

--
Jarl

On Feb 11, 2008 4:28 PM, Frank Caruso <[EMAIL PROTECTED]> 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"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to