SOAP attachments using VB6
Thu, 23 Feb 2006 01:36:28 -0800
I have a web service that returns a PDF file as a dime ws-attachment.
On the Windows Forms .Net client I can use
mymethod.ResponseSoapContext.Attachments(0) to read and save the attachment
to a file. No problems.
Another client operating externally is using VB6 windows form and
ServerXMLHTTP to contact ...
|
light weight soap server in java
22 Feb 2006 04:25:38 -0800
Hello,
I have to write a light weight standalone soap server in java (without
apache & tomcat), but i don't find any API to do it (on the server
side).
I don't have time enough to write my own API. Somebody has an idea or a
link to help me ?
Thanks.
...
|
Passing url as variable to mssoapinit gives error through ASP
Mon, 20 Feb 2006 12:16:28 -0800
This has to be one of the weirdest situations I have ever run into.
I am trying to call a webservice from an ASP web page. When I make the call
to mssoapinit, it works fine if I pass the url to the web services's wsdl or
path to wsdl file inline. On the other hand, It gives the following error if
I use ...
|
IT tests. XML, ASP.NET, HTML, C, C++, C#, VB.NET, SQL...
20 Feb 2006 11:21:42 -0800
http://www.testyourabilities.com/it/
IT tests. XML, ASP.NET, HTML, C, C++, C#, VB.NET, SQL...
...
|
Windows Vista and non-ACPI BIOS
Fri, 17 Feb 2006 11:46:17 -0800
Does anyone know, will there be a version of Windows Vista that will work
with a non ACPI BIOS? Seems the version I have now requires an ACPI compliant
BIOS.
Thanks.
--
Mark Smith
Software Engineer
GE Fanuc Embedded Systems ...
|
XMLHTTP SOAPClient30 NTLM
16 Feb 2006 08:21:05 -0800
Hi All,
I despiratley need help with soap and ntlm security over the internet
rather than just intranet.
I have a webservice which exists on a server within an intranet.
I am using excel to consume this web service and Soap Toolkit 3
and it all works fine within the intranet. It is when you try and use
i ...
|
SOAP Extensions from a mobile device
Thu, 16 Feb 2006 05:00:32 -0800
Hi, I am trying to connect to a Web service that uses SOAP Extensions.
Normally from a Windows app I would use the <soapExtensionType> elements in
the config file to reference the DLL containing the SOAP Extension.
With a mobile app I don't have a config file.
Any ideas on what I need to do to access th ...
|
|
|
HessianC# Binary Web Service Protocol
15 Feb 2006 12:36:34 -0800
Hello,
HessianC# 1.3 is now available!
HessianC# is related to caucho's Hessian Binary Web Service Protocol a
lightweight, self-describing binary RPC protocol. The library supports
also burlap, a lightweight XML RPC protocol.
For further information log on to www.hessiancsharp.org
www.hessiancsharp.org
...
|
WebService in ASP
15 Feb 2006 07:57:27 -0800
Hi,
I'm calling in ASP (JScript) a WebService method which returns Array of
ComplexType, and I have problem with getting in ASP single element. The
code which I use is:
var soap = Server.CreateObject("MSSOAP.SoapClient30");
soap.ClientProperty("ServerHTTPRequest") = true;
soap.MSSoapInit(wsUrl ...
|
Doing SOAP in VB6
Wed, 15 Feb 2006 05:39:10 -0800
I currently have a project in which I will be receiving a SOAP
message/request.
I need to use VB6 and am wondering if any of you has a working example
on how to set up a SOAP server in VB6 as well as a SOAP Client which I
can use to test the server piece.
I also need help setting up my environment, I will ...
|