List,

We are attempting to implement web services but are running into some 
difficulty with the output that AR is generating. I have included the XML 
output we a receiving from AR; it seems to not be defining "urn:". This is 
in turn causing issues with .NET properly reading the returned document. 
Has anyone run into this before?

<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:PeopleLookupResponse
          xmlns:ns1="urn:"
          xmlns="urn:">
         <ns1:First_Name>Self</ns1:First_Name>
         <ns1:Last_Name>Service</ns1:Last_Name>
         <ns1:Person_ID>PPL000000027124</ns1:Person_ID>
         <ns1:Phone_Number_Business>###</ns1:Phone_Number_Business>
      </ns1:PeopleLookupResponse>
   </soapenv:Body>
</soapenv:Envelope>

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

Reply via email to