M B HONG 20 wrote:
[color=blue]
> So I thought that accessing the web service with
> HTTP-POST or some other javascript method might alleviate this problem.[/color]
Mozilla since 1.0 has XMLHttpRequest to make HTTP requests and receive
the response so you could try to use that, either to construct the SOAP
messages by hand and read out the SOAP response by hand or as for simple
messages .NET web services can be configured to respond to non-SOAP HTTP
GET or POST requests you could try that route.
XMLHttpRequest is documented here:
<http://unstable.elemental.com/mozilla/build/latest/mozilla/extensions/dox/interfacensIXMLHttpRequest.html>
Using XMLHttpRequest should also have the advantage of getting the code
to work with latest Opera or Safari.
[color=blue]
> Can anyone show me another method, or tell me what is wrong with my
> SOAP calls?[/color]
I made some suggestions in
<http://groups-beta.google.com/group/comp.lang.javascript/browse_frm/thread/16a95142d80c632c/f66b0fa4dbc5c988?lnk=st&q=SOAP+group:comp.lang.jav ascript&rnum=4&hl=en#f66b0fa4dbc5c988>
have you tried that?
--
Martin Honnen
http://JavaScript.FAQTs.com/