Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 561 - 590 of 5182   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
561
Hi Simon, As you said I have done the testing with commenting the SOAPCall.Test results are: Test Case Program Memory(MB) ... Before...
Binay
binaysahoo
Offline Send Email
Feb 1, 2002
2:28 pm
562
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...
Simon Fell
simonfell99
Offline Send Email
Feb 1, 2002
5:22 pm
563
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:...
Srinivas Chakravarthy...
srinivas_chakri
Online Now Send Email
Feb 2, 2002
4:41 am
564
I justed posted a sample for this http://www.pocketsoap.com/samples/ Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 2, 2002
9:26 pm
565
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...
grahambarlow2000
grahambarlow...
Offline Send Email
Feb 4, 2002
11:24 am
566
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...
yacine dechmi
dechmi_yacine
Offline Send Email
Feb 4, 2002
1:15 pm
567
What authentication type is the proxy server expecting ?, pocketSOAP only currently supports basic authentication for proxy servers. Also there was a buffer...
Simon Fell
simonzakfell42
Offline Send Email
Feb 4, 2002
5:52 pm
568
Is this the same address object that's in the propertybag sample ? ... http://docs.yahoo.com/info/terms/...
Simon Fell
simonzakfell42
Offline Send Email
Feb 4, 2002
6:12 pm
569
yes, I send you the 2 files address.cls and telephone.cls to compare with propertybag sample. ... the same address object that's in the ... ...
yacine dechmi
dechmi_yacine
Offline Send Email
Feb 4, 2002
6:44 pm
570
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...
Simon Fell
simonfell99
Offline Send Email
Feb 6, 2002
6:51 am
571
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...
santosh_shenoy
Offline Send Email
Feb 7, 2002
4:25 am
572
You need to make sure the SOAPAction property on the transport object is getting set to the value indicated in the WSDL. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Feb 7, 2002
4:35 am
573
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...
santosh_shenoy
Offline Send Email
Feb 7, 2002
5:03 am
574
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...
santosh_shenoy
Offline Send Email
Feb 7, 2002
5:13 am
575
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...
Simon Fell
simonfell99
Offline Send Email
Feb 7, 2002
5:24 am
576
Gr8... it worked!!!! Thanks a lot santosh ... pass ... use ... code ... simple ... the ... be ... http://docs.yahoo.com/info/terms/...
santosh_shenoy
Offline Send Email
Feb 7, 2002
6:17 am
577
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...
greger_sernemar
Offline Send Email
Feb 7, 2002
9:19 pm
578
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...
Simon Fell
simonzakfell42
Offline Send Email
Feb 7, 2002
9:29 pm
579
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...
greger_sernemar
Offline Send Email
Feb 7, 2002
9:44 pm
580
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 Fell
simonzakfell42
Offline Send Email
Feb 7, 2002
9:49 pm
581
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 ...
David Buksbaum
dbuksbaum
Offline Send Email
Feb 10, 2002
12:35 am
582
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...
Simon Fell
simonfell99
Offline Send Email
Feb 10, 2002
12:42 am
583
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...
dfolger1
Offline Send Email
Feb 11, 2002
2:26 pm
584
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...
Simon Fell
simonfell99
Offline Send Email
Feb 11, 2002
5:12 pm
585
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...
John J. Thomas
jtsegue
Offline Send Email
Feb 11, 2002
8:32 pm
586
Hi John, If you call the authentication method, then pocketSOAP will attempt to do basic authentication with the server, if WebSEAL supports basic ...
Simon Fell
simonfell99
Offline Send Email
Feb 11, 2002
9:03 pm
587
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...
Simon Fell
simonfell99
Offline Send Email
Feb 12, 2002
4:19 am
588
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 Fell
simonfell99
Offline Send Email
Feb 12, 2002
7:26 am
589
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 =...
dimitrovpd
Offline Send Email
Feb 12, 2002
9:25 am
590
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,...
dfolger1
Offline Send Email
Feb 12, 2002
12:51 pm
Messages 561 - 590 of 5182   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help