HTML Consuming ASPX Sevice

T

Thom Little

I would like to access an ASPX service that returns a simple character
string and have that character string appear on the page that called the
ASPX service. The calling page will be either HTML or ASP 3.

Can you point me at an example available that will set me in the right
direction?
 
M

[MSFT]

Hello Thom,

As I mentioned in another thread, the best solution is to call the web
service on your web server side (For example, in ASP script) and return
results to client. In this way, we don't need install any components on the
client side. We also can disable javascript on client browser and keep it
work.

If you want to call the web service directly on client side (for example,
in IE), there would be some limitation, for example, you must have SOAP
toolkit installed on client computer, and your client should enable
javascript and ActiveX.

Here is sample about soap toolkit and ASP:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q321512

Hope this help,

Luke
 

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

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,241
Members
46,831
Latest member
RusselWill

Latest Threads

Top