HighTechTalks DotNet Forums  

How to show xml result from web service in aspx?

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss How to show xml result from web service in aspx? in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default How to show xml result from web service in aspx? - 05-05-2006 , 04:09 AM






Hello,

Quote:
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



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.