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 4907 - 4936 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4907
... Thanks Simon for your answer, 1. I have noticed that the old cookie is still used. 2. I'm not sure what you mean. What 'hooks' do I have to get informed? ...
frank.oortwijn
Offline Send Email
Jun 1, 2007
8:46 am
4908
... server each ... 1. can you provide captures that show the series of requests? are you sure you really only have one instance of the transport object. 2. it...
Simon Fell
simonfell99
Online Now Send Email
Jun 1, 2007
3:52 pm
4909
I just tried using a PocketSOAP envelope object with MSXML2.ServerXMLHTTP as the transport under classic ASP: 'first set up objects, SOAP request, set...
rditto
Offline Send Email
Jun 1, 2007
10:59 pm
4910
... read the ... decides ... Hi Simon, 1. My mistake. It works as expected. 2. Ok for now. Frank...
frank.oortwijn
Offline Send Email
Jun 4, 2007
12:19 pm
4911
... There are no general pitfalls that i'm aware of, PocketSOAP was always written with multiple transports in mind. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 4, 2007
4:04 pm
4912
Is there a language reference for PocektSOAP? I looked at the documentation on the website, but it didn't help much, although I may have just missed something....
Israel Brewster
macavenger
Online Now Send Email
Jun 13, 2007
6:57 pm
4913
goto http://www.pocketsoap.com/pocketsoap/ and click the big online documentation link at the top of page, then goto the reference section, there's details of...
Simon Fell
simonfell99
Online Now Send Email
Jun 13, 2007
11:44 pm
4914
I am using the newest PocketSoap to access the webservice which return a byte[] in base64binary, but now the vt_type of variant which returned by...
zhenguo.wang
Offline Send Email
Jun 15, 2007
4:37 am
4915
Hi, I've been using PocketSoap for more than a year now. Everything going well. Now the server switch to https, port 443, I wonder what I need to do. Is it...
Will Smith
willbelair
Offline Send Email
Jun 15, 2007
3:50 pm
4916
Hi, I've been using PocketSoap for more than a year now. Everything going well. Now the server switch to https, port 443, I wonder what I need to do. Is it...
willbelair
Offline Send Email
Jun 15, 2007
3:56 pm
4917
... I ... Yep, you should just need https plus the port number on the end, so e.g.: https://www.myserver.com:443 Nick....
Nick Shaw
njshaw2
Offline Send Email
Jun 15, 2007
4:19 pm
4918
... You shouldn't even need the port number, its aware that the default port# for https is 443. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 15, 2007
7:22 pm
4919
... PocketSOAP will return the value in the correct type, assuming it can workout what the type is, either by their being an xsi:type attribute in the Soap...
Simon Fell
simonfell99
Online Now Send Email
Jun 15, 2007
7:22 pm
4920
... return ... returned ... can workout what the ... response, or by you having ... force the conversion ... is not as efficient as ... value as one type, then...
zhenguo.wang
Offline Send Email
Jun 16, 2007
7:22 pm
4921
... return ... returned ... can workout what the ... response, or by you having ... force the conversion ... is not as efficient as ... value as one type, then...
zhenguo.wang
Offline Send Email
Jun 16, 2007
7:23 pm
4922
... You can do all that if you want (and that's not a particularly efficeint way to do it), as i said before if you use valueAs, pocketSOAP can do the base64...
Simon Fell
simonfell99
Online Now Send Email
Jun 16, 2007
7:24 pm
4923
Thank you for your response. I have tried both ways with and without the port number, but all get the same error: Failed Opening Soc1ket I'm not sure why is...
Will Smith
willbelair
Offline Send Email
Jun 20, 2007
9:05 pm
4924
Sorry for all these email. I am not trying to abuse the mailing list, it just something urgent, and I am at the client site, this must be done in a short time...
Will Smith
willbelair
Offline Send Email
Jun 20, 2007
9:31 pm
4925
Please disregard my previous question about Failed To Open Socket. It was my fault ot to turn on the Trace Now the error is: Unexpected HTTP Status code of 405...
Will Smith
willbelair
Offline Send Email
Jun 20, 2007
9:44 pm
4926
Yes, the server is returning the HTTP status code of 405, I'd suspect you might be using the wrong endpoint URL. ...
Simon Fell
simonfell99
Online Now Send Email
Jun 21, 2007
4:33 pm
4927
Hi Simon, Hopefully this is a quick and easy one. I have a customer who wants to use web services for me to send them some data. They want a single input...
Nick Shaw
njshaw2
Offline Send Email
Jul 2, 2007
3:16 pm
4928
... Both approaches are valid, there are some interesting edge case issues, but unless you're getting the chunk of xml from somewhere else, you'll not likely...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2007
3:35 pm
4929
... wants ... single ... serialised ... XML ... this ... up ... want ... like ... they'll ... Hi Simon, Looking at that, it looks like I'd have to write a...
Nick Shaw
njshaw2
Offline Send Email
Jul 3, 2007
3:36 pm
4930
Hi All, I'm install PocketXMLRPC both PC and PDA (Windows CE 4.0) Now I'm try make my application with XMLRPC using Visual Studio 2003. But Compact Framework...
fedalal
Offline Send Email
Jul 5, 2007
9:26 pm
4931
Simon, In the samples you demonstrate how to create the following headers: <S:Header> <a:Authentication> <Username...
redsky_thane
Offline Send Email
Jul 5, 2007
10:32 pm
4932
... You just need to create an intermediate node object, e.g. set e = CreateObject("PocketSOAP.Envelope.11") e.encodingStyle = "" e.setMethod "doFoo",...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
12:30 am
4933
... You seem to have answered your own question. older versions of the compact framework don't support COM interop, therefore you won't be able to use COM...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
12:32 am
4934
... Sorry, you'll need a custom serializer, no other way around it, have you looked at the c++ custom serializer sampple ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
12:34 am
4935
... No problem, I thought as much. Due to time constraints, I don't have time to do the development for a custom serializer, so I've bypassed the soap...
Nick Shaw
njshaw2
Offline Send Email
Jul 6, 2007
8:12 am
4936
Thanks - I found some VC++ examples as well. I need to use VC++ for this. I have a kind of follow up - because they seem to use complex types throughout -...
redsky_thane
Offline Send Email
Jul 6, 2007
1:20 pm
Messages 4907 - 4936 of 5330   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