ASP and SOAP
8 Mar 2006 03:35:08 -0800
Hi,
Does any one have a complete example of an ASP script making a SOAP
request and returning a result. I don't seem to be able to get off the
ground with this this. The code I've been using is listed below b
Thanks in advance
Ian Hothersall
<%
soap_str="<soap:Envelope
xmlns:soap='http://schemas.xmls ...
|
We Pay 50%--100% Returns Monthly For 1 yearr on investment. You need to know this!
Mon, 6 Mar 2006 21:54:00 -0500
...
|
SOAP COM components don't work reliably from a MTA.
6 Mar 2006 12:34:33 -0800
The mssoap3.0 documentation states:
* The Soap COM components don't work reliably if called from
a Multi-Threaded Apartment.
We would like to use some of these components, particularly the
ISoapSerializer, ISoapConnector, and ISoapReader interfaces from an
ISAPI extension (IIS 5.0). By default, threads ...
|
Response not receivd for XMLData through SOAP
Sun, 5 Mar 2006 23:17:20 -0800
I have tried to obtain XML Data from a Server and do not receive it. I think
the problem may be how it is described in the WSDL or how I am understanding
it.
Here is the Code I am using:
<html>
<head>
<title>A and H Soapie</title>
<HTA:APPLICATION
ID="objmyTab"
APPLICATIONNAME="NSW TAB" ...
|
soap header element
Sun, 5 Mar 2006 10:30:20 -0800
i just read through Axis user doc, but all sample app it mention doesn't
show how to use the <HEADER> tag inside soap request / response.
1 -- is <HEADER> tag not much a use when doing 1 - 1 host to host request
/response?
2 -- <HEADER> is only useful when soap massage need to pass multiple
endpoints / ho ...
|
web services intermediaries
Sun, 5 Mar 2006 10:29:57 -0800
For the applications i worked on, it's only client / server - request /
response, one - one communication. But when i read SOAP specification, it
may have many intermediaries between the web service client and server
Here is my question -
1 -- Does Aixs support intermediaries and what is intermediaries use ...
|
SOAP spec
Sun, 5 Mar 2006 10:29:08 -0800
after reading soap specification at w3c i have a few questions
1) you can't use soap-envelope namespace with application specific
<element>?
since soap schema have not define namespace (env) can use with <MyElement>
inside soap schema -->
targetNamespace=http://www.w3.org/2003/05/soap-envelope
in ...
|
|
|
XML namespace
Sun, 5 Mar 2006 10:28:52 -0800
namespace is used for extending XML document that's define by another /
different people?
for example soap, someone defined soap envelope which is the basic structure
/ framework <HEADER>
then user of soap can add his own elements inside the framework --> inside
<HEADER> tag or
but the new user element ...
|
only test- solo test
Sun, 5 Mar 2006 12:51:43 +0100
...
|
atl seb service in IIS - process lifetime
Thu, 2 Mar 2006 19:01:27 -0800
am building a SOAP server using ATL for hosting in IIS 5. I want to run a
single instanace of the process which all clients connect to (but from
potentialy different threads). I want want my process to remain in memory as
there is a large ammount of shared read only data which I want to keep a
single inst ...
|