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 5297 - 5326 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5297
Looks like you might of not been capturing on the correct port, you should see regular HTTP/XML traffic. If you're using HTTPS, you'll need to change to use...
Simon Fell
simonfell99
Online Now Send Email
Aug 24, 2009
6:14 pm
5298
Hi Simon, I changed timeout from 15000 to 50000 but it didn't change anything. In fact, the response comes almost immediately. Can this error produces because...
pgrattet
Offline Send Email
Aug 25, 2009
2:37 pm
5299
Hi, can i find anywhere the earlier versions to download? thx...
jmaatlascz
Offline Send Email
Aug 28, 2009
10:54 pm
5300
earlier versions of which library? and any particular version? and why? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 29, 2009
12:28 am
5301
Hi I use VBA,SQL,PHP many years, but SOAP and WSDL are new world for me for only some weeks. I need working in VBA 2k/xp with WSDL:...
jmaatlascz
Offline Send Email
Aug 29, 2009
3:38 pm
5302
Hi, there are now to download two versions of WSDL generator. I tryed the earlier version of generator pocketSOAP WSDL Proxy Generator (v0.1.2 1/3/2002). It...
jmaatlascz
Offline Send Email
Aug 31, 2009
3:13 pm
5303
How can I change the "HTTP User Agent" text? Using PocketHTTP/PocketSOAP under VB6. Gommert...
arcsoftware
Offline Send Email
Sep 9, 2009
2:57 pm
5304
... If you're using pocketHTTP directly, you can modify it via the headers collection, but if you're using PocketSOAP, then you have no direct access to...
simonfell99
Online Now Send Email
Sep 10, 2009
5:17 am
5305
I'am using Pocketsoap. The (3rd party) database that we connect to via pocketsoap requires us to include a specific user agent string. Gommert...
arcsoftware
Offline Send Email
Sep 12, 2009
10:10 pm
5306
Hi there, I am in the early stages of putting together a client/server system using SOAP, where the clients are Windows Mobile devices (6.1 professional). We...
thedesignofsoftware
thedesignofs...
Offline Send Email
Sep 23, 2009
11:38 pm
5307
hi, on windows mobile devices the ssl support in pocketsoap comes directly from OS (there is SSL support in the sockets api), so if the OS supports AES-256,...
simonfell99
Online Now Send Email
Sep 25, 2009
5:37 am
5308
So then my real question is whether anyone knows what level of HTTP security the .net compact framework support (v 3.5). I can't seem to find this information...
thedesignofsoftware
thedesignofs...
Offline Send Email
Sep 27, 2009
1:35 am
5309
Simon, I have a client that needs to interface to this API: http://www.callfire.com/dialer/cm/info/voice_broadcast_api.html I'm probably going to approach this...
redsky_thane
Offline Send Email
Sep 30, 2009
2:13 am
5310
Hi, I am using Sybase's software product PocketBuilder to build my mobile device application. The version of PocketSoap I have is latest one (Ver.1.5.5)....
dreamyforfantasy
dreamyforfan...
Offline Send Email
Sep 30, 2009
7:40 pm
5311
Hi friends, This is my first post. I'm using Harbour (http://www.harbour-project.org/) and I use MSSOAP, but I have intentions to move to pocketsoap, but I...
toninhofwi
Offline Send Email
Oct 2, 2009
3:05 am
5312
... procedure test() local oEnvelope := Win_OleCreateObject( "PocketSOAP.Envelope.2" ) local oHttp := Win_OleCreateObject( "PocketSOAP.HTTPTransport.2" ) ...
toninhofwi
Offline Send Email
Oct 4, 2009
11:46 pm
5313
... Looks like its just taking the file inline as an xsd:base64Binary. for this pocketSOAP expects to get a COM byte array (a VT_ARRAY | VT_UI1) , how exactly...
simonfell99
Online Now Send Email
Oct 6, 2009
12:59 am
5314
I am new to pocketSOAP, which look like a great, easy to use SOAP library, except I am struggling to get of the starting blocks. I am trying to use the...
John1
list_subscriber@...
Send Email
Oct 6, 2009
3:04 am
5315
I am trying to use a web service that seems to require every node to be prefixed by the the namespace i.e. the "a:" ######## <s:Envelope...
John1
list_subscriber@...
Send Email
Oct 6, 2009
7:33 pm
5316
... OK, I have worked this one out. Per Simon's comment at this post: http://markmail.org/message/z36f4ofql5osiea4 "pocketSOAP serializes using href's as it...
John1
list_subscriber@...
Send Email
Oct 6, 2009
7:33 pm
5317
I am using pocketsoap 1.5.3 version, 1)I will like to know what programming language is used for the it's development. 2) What's the location where I can find...
manishB
manish_bind
Offline Send Email
Oct 8, 2009
7:18 pm
5318
1) C++ 2) see http://www.pocketsoap.com/pocketsoap/build.aspx...
simonfell99
Online Now Send Email
Oct 8, 2009
7:19 pm
5319
Hi. I'm trying to use WSDL Wizard with this wsdl: https://www.nfp.fazenda.sp.gov.br/ws/arquivonf_mod1.asmx?WSDL but i'm having a run-time error, what I do...
toninhofwi
Offline Send Email
Oct 12, 2009
11:50 am
5320
Wha'ts the exact error that you get ? On Oct 12, 2009, toninhofwi <toninhofwi@...> wrote: Hi. I'm trying to use WSDL Wizard with this wsdl:...
Simon Fell
simonfell99
Online Now Send Email
Oct 12, 2009
4:38 pm
5321
Hi, thanks for reply. This error: Run-Time error '-2147220838 (8004029a)' Sorry only literal messages are support for document style operation. And the program...
toninhofwi
Offline Send Email
Oct 12, 2009
5:59 pm
5322
The error indicates that the wsdl is a document/rpc style wsdl, which the WSDL Wizard doesn't support. Cheers Simon Oct 12, 2009 10:59:55 AM,...
Simon Fell
simonfell99
Online Now Send Email
Oct 12, 2009
6:01 pm
5323
I am using PocketSOAP. I would like to add a header line to the MIME header for the attachment part (Soap with attachment). Is it possible to do that? Thanks. ...
honfung4
Offline Send Email
Nov 2, 2009
4:25 pm
5324
Hi, Iam getting exception message as: "No operation available for request {http://soap.sforce.com/2006/04/metadata}list" When iam executing the below line of...
iamraajkumar
Offline Send Email
Nov 2, 2009
4:26 pm
5325
You're sending the request to the wrong Url, remember to set the correct Url on the binding object. Please ask followup questions on the developer.force.com...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2009
2:26 am
5326
This is not supported in PocketSOAP. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2009
2:28 am
Messages 5297 - 5326 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