Hello,
I am trying to pull the status and message passed back from the webservice, I have been looking for about a week and still at the same point as I started.
This is the response I am getting back.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AddResponse xmlns="http://app.newsberry.com/">
<AddResult>
<Status>Success or Warn or Fail</Status>
<Message>string</Message>
</AddResult>
</AddResponse>
</soap:Body>
</soap:Envelope>
Thanks in advance for any help
Andy