How to show xml result from web service in aspx?

S

staeri

Hello,
From a suppliers web service I receive the following result which I
want to show in a aspx page.
How can I do that?

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
<DataImportCompanyResponse
xmlns="http://www.blablabla.com/Services/DataImport">
<DataImportCompanyResult>
<OrganizationNumber>string</OrganizationNumber>
<FieldNames>
<string>string</string>
<string>string</string>
</FieldNames>
<FieldValues>
<string>string</string>
<string>string</string>
</FieldValues>
<Error>
<ErrorCode>int</ErrorCode>
<ErrorMessage>string</ErrorMessage>
</Error>
</DataImportCompanyResult>
</DataImportCompanyResponse>
</soap:Body>
</soap:Envelope>

Grateful for fast response!

// SE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top