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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4361 - 4391 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4361
Hi Everybody I currently in the process of developing a pocket pc application in evc 4. At the moment I don't know how to use the pocketxmlrpc.dll in my...
s_fahrenkrog
Offline Send Email
Apr 2, 2006
6:23 pm
4362
... The root problem appear to be that the server requires the request to contain an xml declaration (<?xml version='1.0' charset='...'?>) but neither the XML...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2006
12:40 am
4363
... The attachment is missing. The PocketSOAP DIME implementation is widely interopable, so not sure whats going on there. ... I recently added an object to...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2006
12:48 am
4364
... Its for VC rather than eVC, but i uploaded a sample that calls the weblogs.com ping service. The library was designed to be used from scripting clients...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2006
1:23 am
4365
Simon, Thanks for your reply, as per your instructions I've managed to get the xsd:long and xsd:base64BinaryData to work (yes, Byte() arrays are supported in...
gleesoto
Offline Send Email
Apr 3, 2006
11:40 am
4366
Simon, Ignore the DIME problem, the Amazon internal error was due to a wrong value I had sent in the message's <Content-Length> tag. The Amazon service...
gleesoto
Offline Send Email
Apr 3, 2006
4:09 pm
4367
Hello, I am trying to consume a webservice using PocketSoap on Lotus Domino 7 / LotusScript and am struggling with how to write the code that passes the...
NNorland
Offline Send Email
Apr 3, 2006
7:44 pm
4368
take a look at http://www.pocketsoap.com/weblog/stories/2004/06/0027.html Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 3, 2006
7:45 pm
4369
Hi there! I just realized, that HTTPS connections via PocketSOAP only work, when Internet Explorer is able to access the Web Service as well. So I have to...
frankmahler
Offline Send Email
Apr 3, 2006
8:19 pm
4370
Hello everybody! I just had another idea to avoid my https problems regarding certificates (see message #4369). When I use Internet Explorer to surf to my web...
frankmahler
Offline Send Email
Apr 4, 2006
6:59 am
4371
... I finally found certmgr.exe. Using the tool like this: certmgr.exe -add -c "<cert-file>" -s -r localMachine root imports the given certificate into the...
Frank Mahler
frankmahler
Offline Send Email
Apr 4, 2006
8:34 am
4372
Dear Simon, I am mauro, as you remember, I have to call a Web Feature Service using VB6 and PocketSoap. From the last time, the thing go better, but there is,...
Presutti Mauro
mauro_presutti
Offline Send Email
Apr 4, 2006
10:46 am
4373
Hello Simon, I am Mauro, the question is: if PocketSoap is able to call a web feature service including the request in a soap message, how is it possible to...
Presutti Mauro
mauro_presutti
Offline Send Email
Apr 4, 2006
1:35 pm
4374
... I'm generally against options that allow you to appear to be secure, yet are not. the trusted root certificates and the certificate chain verification, are...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2006
3:47 pm
4375
... it has to, if it just wrote & it would be invalid XML. The server side should parse it and un-encode &amp; back to & I haven't looked in detail at what...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2006
3:49 pm
4376
... If it doesn't return a SOAP Envelope, then its not a SOAP server, and using a SOAP client to access it is doomed to failure. See my previous comment about...
Simon Fell
simonfell99
Online Now Send Email
Apr 4, 2006
3:49 pm
4377
Hi All, I'm using vbscript on windows mobile to call .NET webservice. The simple webservice accepts and returns type of System.Int32 data as follows: ...
arcjeremy
Offline Send Email
Apr 6, 2006
6:46 pm
4378
... use the clng function in vbscript to force the type of the variant to be a long (32bit signed int, aka xsd:int aka c# int/int32) Envelope.Parameters.Create...
Simon Fell
simonfell99
Online Now Send Email
Apr 6, 2006
8:49 pm
4380
... That's work! Thank you!...
arcjeremy
Offline Send Email
Apr 7, 2006
1:36 am
4381
Hi guys, I have a raw XML envelope and raw XML attachment. How can I send them shrough the simpleSOAP? Also, is there a way to get the full raw XML response? ...
Dusko Vuksanovic
dule_v
Offline Send Email
Apr 14, 2006
11:13 pm
4382
I have a question regarding the following code and not able to retrieve any status codes. The variable strEnvelope is a string variable that contains xml...
terry.adelman
Offline Send Email
Apr 14, 2006
11:19 pm
4383
I hope I am missing something obvious here: I have a web service set up to exchange data arrays with a pocket PC. I have a TCP monitor set up to view the...
lawrenceadunn
Offline Send Email
Apr 17, 2006
3:22 pm
4384
What version of PocketSOAP and on which platform? If you're only using the HTTP transport, why don't you use PocketHTTP directly instead ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 17, 2006
7:31 pm
4385
By simnpleSOAP you mean the dynamic proxy object? (if so, you can't). Sounds like you'll need to use the AttachmentManager class, see the docs/samples. You...
Simon Fell
simonfell99
Online Now Send Email
Apr 17, 2006
7:33 pm
4386
You don't appear to be driving far enough down the response heirarchy, the value of the first parameter will be an array, and the first value in that array...
Simon Fell
simonfell99
Online Now Send Email
Apr 17, 2006
7:40 pm
4387
Thanks a lot, Simon. It seems to be working (with pocketHTTP). However, looks like there is some freezing of my application while pocketHTTP is waiting for...
Dusko Vuksanovic
dule_v
Offline Send Email
Apr 17, 2006
8:09 pm
4388
Great, thanks! I will try the PocketHTTP instead. I was hoping to using the full PocketSOAP (just downloaded) and have that create my XML file but I get a...
Terry Adelman
terry.adelman
Offline Send Email
Apr 17, 2006
8:10 pm
4389
Hi, Nope there's no way to turn off the xsi:types, but they shouldn't cause any problems either. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2006
2:59 am
4390
You'd have to do the HTTP stuff on a separate thread. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2006
3:00 am
4391
Hello, I want to get images on my PPC from calling webservice. The mobile client is writen in vbscript with pocketsoap, and the webservice is writen in C# with...
arcjeremy
Offline Send Email
Apr 18, 2006
11:56 am
Messages 4361 - 4391 of 5326   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