Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP-POST/Displaying results

Status
Not open for further replies.

Fursten

Programmer
Dec 27, 2000
403
0
0
PT
Hi,

Another question invoking a web service.
I´m sending an http-post message to a web service like this:

<html>

<form method=POST action=' <input type="text" size="5" name='str_name'\"></td> =
<input type=submit value="Test"> </td>
</form>

</html>

With this code I can easly invoke my web service.
However, the user will receive something like this in the browser:

<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="
The problem is that I would like to control the way how the result is displayed on the client.
Is there any parametrization at the asp web service level or at the html level?

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top