Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / March 2005

Tip: Looking for answers? Try searching our database.

HTML Consuming ASPX Sevice

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Thom Little - 14 Mar 2005 06:57 GMT
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?

Signature

--  Thom Little  --  www.tlanet.net  --  Thom Little Associates, Ltd.
--

[MSFT] - 14 Mar 2005 09:21 GMT
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
[MSFT] - 16 Mar 2005 07:42 GMT
Hello Thom

I suggest you also can consider a component named "WebService Behavior". It
enables client-side script to invoke remote methods exposed by Web
Services, or other Web servers, that support the SOAP and Web Services
Description Language (WSDL) 1.1. Here is the link for it:

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservic
e/webservice_node_entry.asp

Hope this help,

Luke

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.