List,
We are creating web services to interact with another app we are planning
to use. However, the output XML document that AR is sending back does not
appear to be valid. The data we are looking for is present, however the
document does not appear to be formatted correctly and .NET does not even
see the XML doc returned.
Below if the output XML doc that we are seeing being sent from AR. I am
particularly concerned with the lack of a defined "urn:". This is troubling
because the "urn:" is defined in the web service that was originally
created via the admin tool. Has anyone run into this issue before?
Output XML
<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>
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the
Answers Are"