Get return value from an asp.net webservice..

P

Paul

Hi, i have this web service that was created in .NET that returns
these values.

How would i be able to get the values of these in asp

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"
.....
<ConfirmResult>
<ReturnGrade>string</ReturnGrade>
<ReturnPass>string</ReturnPass>
<ReturnSection>string</ReturnSection>
<ConfirmResult>
.....
</soap:Envelope>
 
P

Paul

Hi, the web service was created on ASP.net

i need to access them from ASP. Could you help me how to retrieve the
values?
i'm able to send using Server.CreateObject("Msxml2.ServerXMLHTTP"),
but i couldnt figure out how to retrieve the values back.
 
J

John Saunders

Sorry, I've never worked much with ASP. My answer for most people is
"upgrade", or "come into the 21st Century".
 

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,769
Messages
2,569,577
Members
45,054
Latest member
LucyCarper

Latest Threads

Top