If its terminating the ASP process, there should be more details in the event log about what happened, that would be a good place to start. Cheers Simon...
Last i looked IIS doesn't support decompressing requests, nor compressing responses of dynamically handled requests, so you some work to do on the server side...
I have the following classic asp code which calls a Web method called GetDocumentAsAttachment() which takes an ID as paramater and returns MIME attachment.This...
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...
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...
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, thanks for reply. This error: Run-Time error '-2147220838 (8004029a)' Sorry only literal messages are support for document style operation. And the program...
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...
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...
... 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
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
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@...
Oct 6, 2009 3:04 am
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...
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...
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)....
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...
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...
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,...
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...
... 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 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...