On sending large attachments I get the error: Failing sending data to server I have tried this with pocket soap version 1.4.1 and 1.4.3, both with the same...
I have since discovered that all of my network communications are reporting checksum errors. So this may not be a problem. If I solve this I will post the...
You do seem to be cursed with networking issues !, I'm still looking into the SSL problems you've reported. FWIW, I've sent attachments that are hundreds of ...
... don't know, you would have to raise it with the MSDN folks. ... If you've ran the packaged installer, then no, there's nothing aditional you need to do. On...
... This sounds like an ISA config issue, By the sounds of it, it only allows access to certain outbound sites, probably based on the user account use to...
Yes, this should be an interface IID that the object implements, one issue with hard coding this, is its pretty easy for VB to change the interface IIDs on...
Hi Simon, Thanks for your response. In fact I found one error: it's on the Microsoft WEB site, where 2 files to download are permuted. So I could find the...
Hi, We are having a problem with the pocket SOAP SWA feature. The file name is not included in the MIME header. As a result we are having difficulty with our...
Hi there Iam using pocket soap 1.3 version for a vb6 application on Win2000 machine with ie6. The vb applicaiton talks to the Soap Server(Tomcat) using the ssl...
... PocketSOAP's SwA support does not support the Content-Disposition header[1], as its intended use (provide hints to MUA GUIs) doesn't make any sense in the...
Thanks for that simon I have tried the using the setproxy and the it brings up the error message "Error establishing SSL connection via proxy" please advice ...
Hi Simon, I figured out the problem, the problem was with the proxy server authentication. I have disabled authentication for https ..443 on the proxy server...
Hello- I have an application that has been running perfectly on our development network. I recently installed the application (vb) program on a new machine....
... It sounds like your IIS config is setup for authentication, the fact that the pages appear in IE means nothing in this case, as IE will silently...
I have an app that calls a webservice using pocketsoap. When the pda is docked the app is started and retrieves information for the day ahead. A user can then...
... This seems to be the same problem that has been mentioned before about the send failing the first time, as it just hangs there and doesn't return an error...
Simon, I think I'm nearing the solution, but still not quite there. I've looked at Anon access across all levels, and it is enabled. I've given ASPNET...
I have a SOAP service that transfers an image to the client. It works from Visual Basic .NET. When I try using PocketSOAP in eVB, I get "something" that I save...
... That's just normal file permissions stuff. You could try accessing it from a browser that doesn't auto authenticate, like netscape, and turn on auditing,...
... From the descriptions, I'd say that its hanging trying to do the DNS lookup. I wonder if there's an API call that will indicate what it thinks the current...
... If PocketSOAP knows its a base64 encoded type (i.e. there's an xsi:type in the message, or you've set up type mappings with the serializerFactory), then...
Simon, Thank you, thank you, thank you. I used your tip (test in Netscape), and it led me to an 402.1 error which led me to an authentication setting...
Hello again, I am running a new installation, and am getting an error when trying to perform a SOAP call to an ASMX page. I consistently get an error stating...
Hi Simon, I've the problem to return from a webservice an object containing a vector. If I try to write a webservice that return directly a vector, all it,s...
... The second schema sections needs an xs:import for the namespace of the first schema section. Otherwise the second schema knows nothing about the vector...
Hello everybody; can somebody tell me how to convert the base64 string into image file and load it into my picturebox in eVB or eVC? the base64 string is...