473,569 Members | 2,741 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3452
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*********@ho tmail.com> wrote in message
news:b5******** *************** ***@posting.goo gle.com...
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******** *****@tk2msftng p13.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*********@ho tmail.com> wrote in message
news:b5******** *************** ***@posting.goo gle.com...
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
18536
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. send the zip file to WebService. 4. Unzip the zip file to XML. 5. Load XML file into DataSet. 6.Bulk copy the XML file to DataBase.
2
4401
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 WSClient class is running as part of a console application as administrator. Why doesn't the debugger step into my methods? Here is my code. ...
3
9782
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 response. As a result of seraching news groups I guessed that the SOAP response defines an array element in a way that causes the dotnet...
18
44647
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 webservices.
10
1971
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 developing my schema now. I have a version on my schema. However once I start the server side code, how is the server now that the right "complexType"...
7
2347
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 SOAPClient to work for example.
0
2221
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 client.......... import java.io.*; import java.util.*;
1
12265
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 String array (not very diffucult I think !). What I've done : 1. WSDL file writing (see at the bottom of this post)
6
3973
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 string UID; public string PWD; }
0
7614
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8125
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7676
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.