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...
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...
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...
... 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...
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...
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,...
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...
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...
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)....
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...
... 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...
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@...
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@...
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@...
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...
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...
Hi, thanks for reply. This error: Run-Time error '-2147220838 (8004029a)' Sorry only literal messages are support for document style operation. And the program...
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. ...
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...
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...