Help with Apache and SOAP Toolkit 3
Fri, 13 May 2005 11:52:12 -0400
Does anyone know if it's possible to integrate a web service created with MS
SOAP Toolkit 3.0 with an Apache 2.0 server? I want to use Apache instead of IIS
on my web server.
Any help/pointers you can offer would be most appreciated.
Thanks,
-Eric
...
|
SOAP connection error 800A1527
13 May 2005 03:47:37 -0700
I have written following code.
Set SoapClient = New SoapClient30
Call
SoapClient.MSSoapInit("http://User:Pwd@site.com/MyService.asmx?wsdl")
SoapClient.ClientProperty("ServerHTTPRequest") = True
call SoapClient.SubmitJob("My Job Data")
This works fine on localhost and I get expected result. But when I ...
|
check this out - cool chat script
Thu, 12 May 2005 22:03:20 +0200
hey folks, i needed a chat application for my web site and found this one:
http://www.chat80.com
its free and pretty cool for now, works fine with me...
waddya say?
...
|
Link
Thu, 12 May 2005 20:19:09 +0200
Just a link
http://www.geile-tipps.info/check/ ...
|
DESENHISTA CADISTA
Wed, 11 May 2005 21:17:00 -0300
PRESTAO DE SERVIOS DE DESENHOS EM AUTOCAD
regularizao para prefeitura
elaboro pequenos trabalhos de urgncias
exemplos: formato a4/a3/a2 folhas
para execuo em obras.
para oramentos de materias.
para apresentao aos clientes.
para apresentaes em reunies.
para fabricao de peas.
executo projetos em ...
|
Web Service using Basic Authentication
Wed, 11 May 2005 11:33:48 -0500
I develop a web service using SOAP toolkit 3.0
If I set on my virtual direcotory of IIS (Version 5.1) 'Enable
anonymous access' there is no problem from client to use the public
method that I esposed.
If i remove 'Enable anonymous access' and i set 'Basic authentication'
the client is no more able to use public ...
|
View (string) content of IHeaderHandler
10 May 2005 14:35:35 -0700
Hello-
I am developing a soap client in C#. The soap client sends a request
to a third-party hardware device. The web service requires a custom
header to authorize the soap request.
The problem is, the soap header must be generated by a call to a COM
object (which was provided to us by the hardware manufa ...
|
|
|
sqldmo - help
Mon, 9 May 2005 03:00:54 -0500
hi
i need an urgent help in sqldmo
i have an app(using vb.net) which can generate sql script from given
database and than create database from generated script
everything is working fine for tables and stored proc
I used to create table structure for all tables and than assigning
the foreign keys so it is no ...
|
Sort Nodes with the TransfromNode / DOM method
Sat, 7 May 2005 01:36:46 +0200
Hello there,
I receive with the following ASP code the following schema
with SOAP over HTTP :
<SOAP_LIST>
<LIST_BOOKS>
<BOOK id="256" price="29.00" />
<BOOK id="125" price="35.00" />
<BOOK id="785" price="24.00" />
</LIST_BOOKS>
</SOAP_LIST>
set xmldom = server.CreateObject("Microsoft.X ...
|
Looking for a open source soap monitor app
Fri, 6 May 2005 13:05:04 -0700
I want to build an app that captures soap requests and responses and stores
them in a file. Do an open source soap monitor exist? If not, any advice on
how do build a simple one. ...
|