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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 5178 - 5207 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5178
In the 1.5.4 release of pocketsoap, pocketHTTP was compiled on May 2, 2006 and the pocketHTTP 1.3.3 was compiled on July 13, 2008 (to fix the gzip crc error),...
Jay
craazyc
Offline Send Email
Oct 3, 2008
2:51 am
5179
Hey guys, I know this is probably a dumb question but I need to ask just in case. I need to write a webservice that will be able to process Soap with...
mogounus
Offline Send Email
Oct 6, 2008
9:33 pm
5180
... If you're feeling adventurous, I did a POC that used the pcoketSOAP bits from .NET to write a .NET service that accepted a SwA formatted request. see...
Simon Fell
simonfell99
Online Now Send Email
Oct 7, 2008
1:24 am
5181
... That would be an error in the response XML/SOAP message, and being reported by PocketSOAP, not PocketHTTP. Can you post a capture of the response message...
Simon Fell
simonfell99
Online Now Send Email
Oct 7, 2008
1:25 am
5182
Hi Simon, Here is a log of two returns, the 1st has the dateTime Error and the 2nd just returns a "nil" envelope... Thanks, Jay ----- Original Message...
Jay
craazyc
Offline Send Email
Oct 9, 2008
6:09 am
5183
can you get a capture with compression turned off ? ... xmlns='http://www.pocketsoap.com/tcptrace/xmlformat/01' xmlns:xsd='http://www.w3.org/1999/XMLSchema' ...
Simon Fell
simonfell99
Online Now Send Email
Oct 14, 2008
3:07 am
5184
Do you have a HTTP Proxy program with gzip deflate? I have no way of requesting un-encoded packets from the server... Thanks, Jay ... From: "Simon Fell" Sent:...
Jay
craazyc
Offline Send Email
Oct 15, 2008
4:50 am
5185
I have a webservice (asp.net) function that returns byte[]. I want to make a c++ klient, that save byte[] as file or do something else. My query: GetValue...
gyeory
Offline Send Email
Oct 15, 2008
2:36 pm
5186
I have a webservice (asp.net) function that returns byte[]. I want to make a c++ klient, that save byte[] as file or do something else. My query: GetValue...
gyeory
Offline Send Email
Oct 15, 2008
2:36 pm
5187
Simon, I having trouble overriding the serialization of one of the elements of a SOAP 1.2 request using the ElementMapping feature. What I'd like to do is send...
ianc7777
Online Now Send Email
Oct 15, 2008
10:07 pm
5188
You can blanket remap a supported type, like VT_I4 (aka vbInt) to be xsd:unsignedInt, see this thread for samples...
Simon Fell
simonfell99
Online Now Send Email
Oct 16, 2008
1:34 am
5189
I don't. If you set the conflig flag to disable compression in pocketSOAP, does the server still send a compressed response? it should only be sending a...
Simon Fell
simonfell99
Online Now Send Email
Oct 16, 2008
1:35 am
5190
You have a number of options, you can either pre register the type mapping in the serializer factory, or use the valueAs method to coorce the type at that...
Simon Fell
simonfell99
Online Now Send Email
Oct 16, 2008
1:39 am
5191
Thanks Simon, I think in the context of the little call I have to make that should be enough to fix my problem. Ian ... xsd:unsignedInt, see ... ...
ianc7777
Online Now Send Email
Oct 16, 2008
12:27 pm
5192
Hi Simon, Ok, after reading through the docs I found the reference to using the "compression.accept" method and was able to capture this: HTTP/1.1 200 OK Date:...
Jay
craazyc
Offline Send Email
Oct 16, 2008
4:20 pm
5193
I think the problem is that this isn't valid <lastUpdated xsi:type="xsd:dateTime"></lastUpdated> an empty string is not a valid serialization for an...
Simon Fell
simonfell99
Online Now Send Email
Oct 16, 2008
4:21 pm
5194
Hi Simon, Yep, I saw that too... I'll let the owner of the site know about the problem. Is there any way to have pocketSOAP ignore an missing value and just...
Jay
craazyc
Offline Send Email
Oct 16, 2008
11:28 pm
5195
Thank you, program is good. I have another question: with pocketSOAP is possible TCP/IP + binary remoting? I made .NET and i want it in c++. ... mapping in the...
gyeory
Offline Send Email
Oct 17, 2008
3:47 pm
5196
As i understand it (i haven't looked at this in a long time though), the binary tcp transport for .NET remoting is undocumented. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Oct 18, 2008
3:58 am
5197
Nope, no way to have it ignore the error. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Oct 18, 2008
3:58 am
5198
... I changed the last line to: CComVariant var2 = env2->Parameters->GetItem(0)- ... _T("http://www.w3.org/2001/XMLSchema")); but the result is not the same as...
gyeory
Offline Send Email
Oct 21, 2008
11:54 am
5199
CComPtr<IAttachmentManger> mgr ; mgr.CoCreateInstance(__uuidof(CoAttachmentManager)); If i want to compile the above two line, there are 11 errors in the ...
gyeory
Offline Send Email
Oct 23, 2008
1:47 pm
5200
Hi I have an evb client application that is posting xml doc using microsoft.xmlhttp connection. It runs fine on pocket pc 2002 but when it is run on windows...
Seng Chia How
lotiseng
Offline Send Email
Oct 23, 2008
3:44 pm
5201
... PocketHTTP runs fine on WM5, its not dependent on anything in evb. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Oct 23, 2008
3:46 pm
5202
... I dunno, what are the errors? have you looked at some of the attachment manager samples? ... what's "two mal" ? what are you doing with the variant to be...
Simon Fell
simonfell99
Online Now Send Email
Oct 23, 2008
3:48 pm
5203
I uninstalled Pocketsoap and reinstall. Errors: f:\documents and settings\gyeory\dokumentumok\visual studio ...
gyeory
Offline Send Email
Oct 26, 2008
4:20 pm
5204
importtlb has never worked well, seems like its no better in VS.nET 2005, i'd recommend you compile the IDL's to get the .h files and use those directly. For...
Simon Fell
simonfell99
Online Now Send Email
Oct 26, 2008
10:57 pm
5205
I know not many of you use the CVS access, so this is mainly an FYI, over the next few days I'm going to be migrating all the pocketsoap related projects from...
Simon Fell
simonfell99
Online Now Send Email
Oct 27, 2008
10:49 pm
5206
I made asp.net(c#) websevice and returns byte[]. It maybe a problem? ... 2005, i'd recommend ... you get back? how are ... base64 decoding. Most ... between...
gyeory
Offline Send Email
Oct 28, 2008
11:12 am
5207
what are you doing on the client with the variant that GetValueAs returns ?...
Simon Fell
simonfell99
Online Now Send Email
Oct 28, 2008
3:27 pm
Messages 5178 - 5207 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