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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2839 - 2868 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2839
Sorry to bother you. I am having problems with ssl over http from your component. It keeps on failing during the handshake. I have tested the pocket pc against...
eagleeyetechnology
eagleeyetech...
Offline Send Email
Jun 2, 2004
6:06 am
2840
hi simon I am not a C++ progammer. the sample you show me contain 21 files. So, I was wounder is it the Serialize problem or the Deserialize problem? I...
waichoi
Offline Send Email
Jun 2, 2004
6:06 am
2841
register the dll using regsvr32 map.dll, then look at test.vbs for how you you "wire" it into the PocketSOAP engine. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2004
6:09 am
2842
... Make sure you're using PocketHTTP 1.2, as there are some SSL fixes for PocketPC 2003 in there. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2004
6:09 am
2843
if in eVB we link the transport object with attachment using "Set a.Transport = t", how do i do the same thing in eVC?...
cwei_lim
Offline Send Email
Jun 3, 2004
6:41 am
2844
Simon, can u pls send me the pocket soap attachment project written using eVC++ to me? cwei_lim@.... I still cant srite a eVC++ program to send a file...
cwei_lim
Offline Send Email
Jun 3, 2004
9:04 am
2845
Hi once more with even more complex problem: Goal: divide process of requesting data (http.send) and processing it (env.parse) within eVB for PPC 2003 (with...
bilek_pl
Offline Send Email
Jun 3, 2004
1:08 pm
2846
... a->putref_Transport(t); Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 3, 2004
3:15 pm
2847
... what server environment is that ? there's been lots of testing of the gzip code on PPC2003 without any problems. ... Its a bug in HttpResponse::get_String,...
Simon Fell
simonfell99
Offline Send Email
Jun 3, 2004
3:19 pm
2848
... for ... http://soap.4s4c.com/cvsweb/cvsweb.cgi/pocketHTTP/core/HttpResponse.cp p?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=PocketSOAP) ... Thanks...
bilek_pl
Offline Send Email
Jun 3, 2004
4:14 pm
2849
Hi, I'm trying to get a VB6.0 client to work with our web services, and it seems that the client VB is having trouble deserializing the information onto the...
chenlyc7
Offline Send Email
Jun 4, 2004
12:56 am
2850
... Are you sure the server is sending a real gzip response, I've heavily tested the gzip code on PocketPC 2003 against Apache and IIS and haven't seen any...
Simon Fell
simonfell99
Offline Send Email
Jun 4, 2004
1:40 am
2851
... well, actually its not, returnedData is not an array, as its missing a soapenc:arrayType attribute. ... How are you making the call, are you using the...
Simon Fell
simonfell99
Offline Send Email
Jun 4, 2004
6:06 am
2852
Actually, returnedData is an array since there was this arrayType attribute, but I just deleted them for brevity. I believe I used the WSDL generator to...
chenlyc7
Offline Send Email
Jun 4, 2004
11:49 am
2853
I have a webservice written in vb that works perffectly for another application using vs 2003. The service returns a byte array containing a file. However I...
wizardii2003
Offline Send Email
Jun 4, 2004
3:28 pm
2854
in that case your code should be 'call results = request.methodName(<bunch of params here>) If IsArray(results) Then For i = LBound(results) To UBound(results)...
Simon Fell
simonfell99
Offline Send Email
Jun 4, 2004
3:35 pm
2855
Okay, I tried that and it seems to bring us closer...though it says the line For j = LBound(results(i)) To UBound(results(i)) causes type mismatch error. I'm...
chenlyc7
Offline Send Email
Jun 4, 2004
4:39 pm
2856
no, you'll have to assign it to a local variable first. dim ri() as string ri = results(i) Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 5, 2004
12:31 am
2857
Hi, I am having the same problem as wizardii2003 and chenlyc7 regard the Array issue for pocket SOAP. Basically, I wish to know how can we can get the value...
waichoi
Offline Send Email
Jun 7, 2004
5:07 am
2858
I have problem when dealing with this sample too when I try to comment out 'e.Parameters.Create "nums", n n = array (10, 20, 30) Here is the working one....
waichoi
Offline Send Email
Jun 7, 2004
5:07 am
2859
VBScript (And therefore also eVB) have no support for arrays of bytes. You'll need to write a helper object in a language that does support arrays of bytes to...
Simon Fell
simonfell99
Offline Send Email
Jun 7, 2004
5:09 am
2860
... heavily ... I am sure, below I quote what I get form the server (it is accepted by PocketSoap on PPC 2002, but on PPC 2003 gets stuck). I use PocketSaop...
bilek_pl
Offline Send Email
Jun 7, 2004
2:48 pm
2861
What's the URL and i'll check it out. What exactly happens when you say it "gets stuck" ? Cheers Simon ... ...
Simon Fell
simonfell99
Offline Send Email
Jun 7, 2004
3:33 pm
2862
... This is an array of complex types. the returned value is an array of objects, each object is a CoSoapNode, use the .Nodes.Item or .Nodes.ItemByName...
Simon Fell
simonfell99
Offline Send Email
Jun 7, 2004
3:37 pm
2863
the sample test code (short one, without pass params, but app is broken after pEnvelope.parse) Dim pEnvelope As PocketSOAP.CoEnvelope Dim pHTTP As...
bilek_pl
Offline Send Email
Jun 7, 2004
3:46 pm
2864
From your previous post, the server is returning the wrong content-type, its returning text/html;charset=UTF-8 when it should be text/xml; charset=UTF-8, its...
Simon Fell
simonfell99
Offline Send Email
Jun 7, 2004
4:45 pm
2865
... be ... look ... Sorry, I send to you the code generated for Web Browser (it was easier), but for app it is text/xml. Unfortunately now we had to turn of...
bilek_pl
Offline Send Email
Jun 7, 2004
5:23 pm
2866
you need to index into the array (remember its an array of complex types being returned) I put a sample up at ...
Simon Fell
simonfell99
Offline Send Email
Jun 8, 2004
4:02 am
2867
it is, see http://www.pocketsoap.com/samples/...
Simon Fell
simonfell99
Offline Send Email
Jun 8, 2004
3:32 pm
2868
How do I generate WSDL for a C# class file ? Are there classes/methods in .NET environment that automatically do so ? PocketSOAP generates WSDL for COM object...
Milind
xcalculus
Offline Send Email
Jun 8, 2004
3:33 pm
Messages 2839 - 2868 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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