473,387 Members | 1,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Best way to send SOAP requests from IE client pages - WebService HTC?

I'm trying to find the best way to communicate between an IE-viewed
HTML page and a .NET Web Service. The only option that seems feasible
for my needs is the WebService.htc behavior provided by Microsoft.
However, this component is unsupported by MS...I would assume because:
1.) There have been a number of reports of IE memory leaks caused by
it, and 2.) The SOAP Toolkit has been deprecated by the .NET
Framework.

With that said, is there any hope of Microsoft releasing an update for
an unsupported component? :) Or, is the fact that it's unsupported
indicative that a better web-client-Web-Service-communication-widget
is either already in existence or on the way, say with the 2.0
Framework? Are there any third-party solutions out there which can
support synchronous method calls and don't require ActiveX controls or
Java applets?

It's hard to believe in the midst of the current Web Services frenzy
that there's no bulletproof solution for allowing a web page to make
its own SOAP calls.
Nov 18 '05 #1
2 3445
Its actually worse, the lastest security updates for IE disable HTTPXml, the
component the web behavior was based on. As IE is "mature" product I would
not expect any SOAP support to be added to it. This may be addressesd in the
next major OS release, but that is years away.

Your only options now, are Netscape/Mozilla (which has SOAP support builtin)
or using Flash (which also has SOAP builtin).

For IE your only non active/x control option is the hidden frame trick.
-- bruce (sqlwork.com)


"Cory" <co*********@hotmail.com> wrote in message
news:b5**************************@posting.google.c om...
I'm trying to find the best way to communicate between an IE-viewed
HTML page and a .NET Web Service. The only option that seems feasible
for my needs is the WebService.htc behavior provided by Microsoft.
However, this component is unsupported by MS...I would assume because:
1.) There have been a number of reports of IE memory leaks caused by
it, and 2.) The SOAP Toolkit has been deprecated by the .NET
Framework.

With that said, is there any hope of Microsoft releasing an update for
an unsupported component? :) Or, is the fact that it's unsupported
indicative that a better web-client-Web-Service-communication-widget
is either already in existence or on the way, say with the 2.0
Framework? Are there any third-party solutions out there which can
support synchronous method calls and don't require ActiveX controls or
Java applets?

It's hard to believe in the midst of the current Web Services frenzy
that there's no bulletproof solution for allowing a web page to make
its own SOAP calls.

Nov 18 '05 #2
I haven't heard anything about disabling XMLHTTP-- is there documentation
about this somewhere?

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

"bruce barker" <no***********@safeco.com> wrote in message
news:uX*************@tk2msftngp13.phx.gbl...
Its actually worse, the lastest security updates for IE disable HTTPXml, the component the web behavior was based on. As IE is "mature" product I would
not expect any SOAP support to be added to it. This may be addressesd in the next major OS release, but that is years away.

Your only options now, are Netscape/Mozilla (which has SOAP support builtin) or using Flash (which also has SOAP builtin).

For IE your only non active/x control option is the hidden frame trick.
-- bruce (sqlwork.com)


"Cory" <co*********@hotmail.com> wrote in message
news:b5**************************@posting.google.c om...
I'm trying to find the best way to communicate between an IE-viewed
HTML page and a .NET Web Service. The only option that seems feasible
for my needs is the WebService.htc behavior provided by Microsoft.
However, this component is unsupported by MS...I would assume because:
1.) There have been a number of reports of IE memory leaks caused by
it, and 2.) The SOAP Toolkit has been deprecated by the .NET
Framework.

With that said, is there any hope of Microsoft releasing an update for
an unsupported component? :) Or, is the fact that it's unsupported
indicative that a better web-client-Web-Service-communication-widget
is either already in existence or on the way, say with the 2.0
Framework? Are there any third-party solutions out there which can
support synchronous method calls and don't require ActiveX controls or
Java applets?

It's hard to believe in the midst of the current Web Services frenzy
that there's no bulletproof solution for allowing a web page to make
its own SOAP calls.


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: ad | last post by:
I want to send a DataSet to WebService, but the DataSet if too huge(there about 50000 records, and 50 fields every record). My solution is 1.save the DataSet as XML file, 2.zip the XML file. 3....
2
by: v. Seydewitz | last post by:
Hello, I want to log the soap requests (and responses) in my C# webservice consumer. I have extended my class with the SoapExtension, but the debugger don't step into the overridden methods. The...
3
by: parrot toes | last post by:
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the...
18
by: A.M | last post by:
Hi, Is there any way to call a WSS web service method by using browser and see the XML result in browser as well? I have been told that there is query string syntax for calling...
10
by: Mike Logan | last post by:
I am using the "contract first" design methodology. Contract First is design the WSDL first then design the server and client. However I must design my XSD/XML Schema before anything. I am...
7
by: cj | last post by:
Simple Object Access Protocol is new to me. Can anyone point me to a simple soap example? I found something on MS site but they don't tell me what namespace to include for dim SOAPClient = New...
0
by: Alexiel | last post by:
Hi, i have a problem, I have a Java Client and i call my webservice on ..NET. This run perfectly just except when i send parameters don't work fine. I send my code : This is my java...
1
by: Florian Grousset | last post by:
Hi, I'm trying to code a simple C# SOAP client wich query an Axis2 Java SOAP Server. Server side code has been generated from a WSDL file. SOAP requests and responses must both contain a simple...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.