The only thing i can suggest is that you split your app into multiple applications, so that you can close parts of it. But i haven't done lots of work with...
In eVB once if you load a form you cant unload it. Only way u can save memory is by using less forms and more frames. Regards, Chakri. ... From: Binay Sent:...
We are evaluating Pocket SOAP to use in a VB application on a Windows 95 platform. We are having problems authenticating on our proxy with a domain\username...
hi Simon, I developped application with client VBA(Excel), PocketSoap 1.1 and Apache-Axis server 1.3, in order to send ComplexTypes. when I run my application...
What authentication type is the proxy server expecting ?, pocketSOAP only currently supports basic authentication for proxy servers. Also there was a buffer...
Here's the results of the new features poll Support for Soap With Attachments, 4 vote Support for DIME based Attachments, 1 vote A pocketSOAP based SOAP...
Hi, I am using Delphi to develop the com object and MS Soap Toolkit SP2 release to generate the WSDL file. In com object there is a simple function call which...
Hi, I had tried doing that too. But did not work out. Here is the code written for making the soap call Dim lsResponse As String Dim lsRequest As String Dim ls...
Hi, Just to mention the environment i am running it on. server Win2K IIS5.0 and Pocket PC emulation. Also the other example from VBXML.com for Toolkit 2.0 is...
unless you've changed the defaults in your MSTK server, you can't pass MethodName for the SOAPAction, you need to findout the SOAPAction value its expecting...
Right know I have an urgent problem that I hope you can help me with. I know that this is more apache soap question but I post it in the pocketsoap group...
I haven't done literal encoding on Apache before, but based on some similar .NET code i wrote, your sibling is picking up the whitespace text node that appears...
Thank's for your rapid response ! I will try to test it later. Do you know if it's possible to generate something like the example below from pocketsoap ? It's...
Yes, shouldn't be a problem. Take a look at the property bag demo, this generates something similar to the address structure below. You'll need to tweak the...
Simon, I am talking about DIME over TCP/IP as a transport. I am looking to have a completely non-http based SOAP transport that places no impact on the ...
Thanks David, I thought that was what you meant, i just wanted to check. I'll take another read of the DIME/TCP binding spec, see what's needed. Cheers Simon...
Hi all, I have a question regarding communicating a more complex data type (object) than just string or integer etc. Server-side I am using Apache SOAP/Axis...
There's two basic approaches, i) Use the generic Node object to access the data [See the How To -> Complex Types in the docs] ii) Use a [de]serializer to map...
All, Our application will be hitting an ApacheSOAP server behind IBM's WebSEAL single-sign-on (SSO) product. WebSEAL will intercept our HTTP request to verify...
The first beta of PocketSOAP 1.3 is now available at http://www.pocketsoap.com/pocketsoap/beta/ This adds Soap With Attachments (SwA) & DIME attachments...
I'm having a hard time re-producing this, can you test with a current version of pockSOAP v1.2.x, also what version of Excel are you using ? Cheers Simon...
Simon, I want to transfer a parameter as type "long" but the type "VT_I4" is always (at least in my case) serialized to "int". For exam the parameter: long i =...
Hello all, I created a VB proxy by using the WSDL proxy generator. The generator gives me a function like public function getQuoteComplex(byval arg0 as string,...