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 4475 - 4504 of 5161   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4475
Hi Simon, Thanks again for the response. However, for the last chance, do you have sample code for deserialization using the scripting mode for large incoming...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 1, 2006
11:50 pm
4476
I don't have a sample to hand. It should of been ISerializerFactoryConfig not ISerializerConfig. What specifically are you struggling with ? once you enabled...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2006
1:18 am
4477
Hi Simon, As you suggested, I added the code to turn on scripting mode. I'm not sure if it's correct for 'config' value. The rest of the code are exactly the...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 2, 2006
4:05 am
4478
try CComVariant config(1L); cfg->SetConfig(config); instead of VARIANT config; config.bVal = 1; Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2006
5:24 am
4479
Hi Simon, Now it seems working!! Once I changed to CComVariant instead of VARIANT type, it produces the VT_I4 elements on the receiving side. However, the type...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 2, 2006
6:24 pm
4480
... VARIANT type, it produces the VT_I4 elements on the receiving side. ... a lot of testing since our PocketPC 2003 will download or receive very long bytes...
Simon Fell
simonfell99
Offline Send Email
Jun 2, 2006
7:14 pm
4481
I am calling this function in Powerbuilder and it is working fine when run on a Windows 2000 machine. When I run it on an XP machine, I get a return code...
dkeifer1970
Offline Send Email
Jun 2, 2006
7:56 pm
4482
Hi Simon, I got the response with "resVal.vt" equals to 0x200C or 0x2003, whereas the official value of VT_ARRAY is 0x2000. Hope this does not really matter as...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 2, 2006
10:39 pm
4483
Hi Simon, When the PocketPC receives large array data, it still has problem. Remember I turned on the "scripting mode" before sending out. On the receiving...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 3, 2006
4:30 am
4484
... I'd expect the variant that contains the array to be of type VT_ARRAY ... VT_ARRAY is a bitmask, not an absolute value, the remaining bits tell you what...
Simon Fell
simonfell99
Offline Send Email
Jun 3, 2006
4:37 am
4485
... Yes, the win32 version should work on all supported Win32 platforms unchanged. (including w2k & xp). Would appear that its not installed on your XP box. ...
Simon Fell
simonfell99
Offline Send Email
Jun 3, 2006
4:38 am
4486
PocketSOAP is returning the encoded string (hence the VT_BSTR), obviously, as its a string and not an array, ubound/lbound won't do anything useful. PocketSOAP...
Simon Fell
simonfell99
Offline Send Email
Jun 3, 2006
6:54 am
4487
Hi Simon, Axis already changed the XML format to xsd:base64Binary as you suggested (see the XML Response below). Axis sends 360 bytes of array. However, ...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 5, 2006
10:21 pm
4488
what is resVal.vt ? base64Binary ought to decode to an array of bytes, not an array of variants containing bytes. Cheers Simon ... suggested ... ubound/lbound...
Simon Fell
simonfell99
Offline Send Email
Jun 6, 2006
4:44 am
4489
Hi Simon, I hope you already got my last message. As I mentioned, Axis has already been changed for the XML format to xsd:base64Binary as you suggested (see...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 7, 2006
3:29 pm
4490
Hi Simon, I'm facing the exact same problem. I searched the list archives and the only response was your. I've looked through Google and the MS KB to no avail....
Steve Fox
sfox38
Offline Send Email
Jun 7, 2006
3:29 pm
4491
what i said last time was "what is resVal.vt ? base64Binary ought to decode to an array of bytes, not an array of variants containing bytes." Also i mentioned...
Simon Fell
simonfell99
Offline Send Email
Jun 7, 2006
3:42 pm
4492
Hi Simon, Sorry, it seems there was email problem since I did not get last response. Btw, the resVal.vt is 8209 (VT_RESERVED?). Do you think Axis still has ...
Bambang Priyanto
bpriyanto
Offline Send Email
Jun 7, 2006
5:41 pm
4493
8209 == 0x2011 == VT_ARRAY | VT_UI1 an array of bytes, each entry in the safe array is a byte. (not a variant containing a byte). Cheers Simon ... response. ...
Simon Fell
simonfell99
Offline Send Email
Jun 7, 2006
7:32 pm
4494
Hello, I'm running the latest available from the pocketsoap website. I'm presently trying to get ANYTHING to work - and I've distilled my problems down to this...
redsky_thane
Offline Send Email
Jun 12, 2006
3:02 am
4495
see http://www.pocketsoap.com/faq/#dotnetdoclit...
Simon Fell
simonfell99
Offline Send Email
Jun 12, 2006
3:04 am
4496
I actually tried this. It didn't make any difference - as follows. Give it a try and see the result. (see comments below the code): This is a slightly...
redsky_thane
Offline Send Email
Jun 12, 2006
5:24 am
4497
... namespaceURI's are case sensitive, it should be http://www.webservicex.net not the capitalized version you have. ... for a doc/lit service like this one,...
Simon Fell
simonfell99
Offline Send Email
Jun 13, 2006
12:14 am
4498
Replying to myself... I looked at the one sample I could find - the rssvalidator - that uses the proxy class generated by the wsdl wizard. I'm not a VB ...
redsky_thane
Offline Send Email
Jun 13, 2006
2:37 am
4499
Thank you. I got further fixing the URI. With the below I get "Object doesn't support his property or method" trying to echo the response. Why? This is using...
redsky_thane
Offline Send Email
Jun 13, 2006
5:52 am
4500
Sorry for the multiple posts. I got further and have one remaining question. This works as far as it goes: dim wx dim wxreq set wx =...
redsky_thane
Offline Send Email
Jun 13, 2006
6:21 am
4501
Simon, As a follow up re: the proxy classes, here's what I tried VBS wise and where I am stuck - I get a syntax error on the attempt the execute the method in...
redsky_thane
Offline Send Email
Jun 13, 2006
6:29 am
4502
Trying to generate a COM dll from a WSDL file fails for the following WSDL: http://www.barbi.no/ifdws55/services/ifdRPC-2.0Beta?wsdl The error reported is...
ifdws20
Offline Send Email
Jun 13, 2006
3:49 pm
4503
... because the web service is returning structured data, so the Value of the first response parameter is an object, not a primitive. (you might want to read...
Simon Fell
simonfell99
Offline Send Email
Jun 13, 2006
3:51 pm
4504
sounds like you should go find a good book on VB. set resp = wx.GetWeatherByPlaceName(wxreq) BTW, you'll probably run into issues going down this route, the VB...
Simon Fell
simonfell99
Offline Send Email
Jun 13, 2006
3:54 pm
Messages 4475 - 4504 of 5161   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