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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2125 - 2154 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2125
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...
alex_baker001
Offline Send Email
Jun 2, 2003
11:55 am
2126
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...
alex_baker001
Offline Send Email
Jun 4, 2003
1:42 pm
2127
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 ...
Simon Fell
simonfell99
Online Now Send Email
Jun 4, 2003
8:08 pm
2128
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 4, 2003
8:10 pm
2129
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 4, 2003
8:11 pm
2130
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...
Simon Fell
simonfell99
Online Now Send Email
Jun 4, 2003
8:27 pm
2131
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...
yleaute
Online Now Send Email
Jun 5, 2003
5:04 pm
2132
... This is not a valid response, its missing a Content-Type HTTP header, that'll be causing the problem. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 5, 2003
5:12 pm
2133
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...
Felten, John
john_felten
Online Now Send Email
Jun 5, 2003
9:13 pm
2134
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...
jabujacob
Offline Send Email
Jun 6, 2003
12:05 am
2135
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 6, 2003
12:50 am
2136
... Call the SetProxy method on the http transport object to configure it for use with a proxy server. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 6, 2003
12:51 am
2137
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 ...
jabujacob
Offline Send Email
Jun 6, 2003
2:21 am
2138
does your proxy support the CONNECT method ?, does SSL via the proxy work with IE ?...
Simon Fell
simonfell99
Online Now Send Email
Jun 6, 2003
3:26 am
2139
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...
jabujacob
Offline Send Email
Jun 6, 2003
4:50 am
2140
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....
jjeiselt
Offline Send Email
Jun 6, 2003
12:12 pm
2141
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 6, 2003
4:36 pm
2142
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...
Carl
cpa199
Offline Send Email
Jun 9, 2003
12:03 pm
2143
... 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...
Carl
cpa199
Offline Send Email
Jun 9, 2003
12:21 pm
2144
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...
jjeiselt
Offline Send Email
Jun 9, 2003
4:05 pm
2145
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...
jasoncout
Offline Send Email
Jun 9, 2003
4:47 pm
2146
... 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,...
Simon Fell
simonfell99
Online Now Send Email
Jun 9, 2003
4:53 pm
2147
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 9, 2003
4:56 pm
2148
... 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 Fell
simonfell99
Online Now Send Email
Jun 9, 2003
4:57 pm
2149
Here's my code for saving the image: abc = env.Parameters.Item(0).Value File1.Open "\My Documents\tmpImg.jpg", fsModeBinary, fsAccessWrite, fsLockWrite ...
jasoncout
Offline Send Email
Jun 9, 2003
6:20 pm
2150
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...
jjeiselt
Offline Send Email
Jun 9, 2003
9:46 pm
2151
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...
jjeiselt
Offline Send Email
Jun 10, 2003
9:23 pm
2152
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...
massimo_usai
Offline Send Email
Jun 11, 2003
4:52 pm
2153
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 11, 2003
8:01 pm
2154
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...
ellenghm
Offline Send Email
Jun 12, 2003
4:57 pm
Messages 2125 - 2154 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