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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4867 - 4896 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4867
... Josef, let me know if you're still having problems with this, and i'll put together a specific sample for it. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 1, 2007
3:51 pm
4868
... axis2 ... IsReferenceParameter="true">urn:uuid:nnnnnnnnnn</axis2:ServiceGroupId> ... structure ... methods ... from a ... Soapenv:Header ... type ... ...
josef.stadelmann
josef.stadel...
Offline Send Email
May 2, 2007
8:41 am
4869
... of ... IsReferenceParameter="true">urn:uuid:nnnnnnnnnn</axis2:ServiceGroupId> ... hm ... ... until ... See ... called. ... can ... them ... (s). ... types....
josef.stadelmann
josef.stadel...
Offline Send Email
May 2, 2007
2:50 pm
4870
Hello everybody. I have been recently searching for an alternative to .NET Compact Framework HttpWebRequest class, since it does not work with local addresses...
sergey.shcherbakov
sergey.shche...
Offline Send Email
May 2, 2007
5:12 pm
4871
... In your serializer use the Attribute or QNameAttribute methods on the ISerializerOutput object. See the sample code in the docs for ...
Simon Fell
simonfell99
Online Now Send Email
May 2, 2007
5:18 pm
4872
I use an older version of installshield to install my software which uses pocketsoap. I had been using a merge module in my project to install pocketsoap v1.2....
twowhiteshoes
Offline Send Email
May 3, 2007
5:34 am
4873
... uses pocketsoap. I had ... I have lost the msm file, ... copy of the old one or a ... You're lucky i still have this archived away, its 5.5 years old now. ...
Simon Fell
simonfell99
Online Now Send Email
May 3, 2007
5:41 am
4874
The same crash occurs with pocketSOAP HTTPTransport object :(...
sergey.shcherbakov
sergey.shche...
Offline Send Email
May 3, 2007
3:03 pm
4875
... Thank You, Thank You, Thank You, Thank You, Thank You...
twowhiteshoes
Offline Send Email
May 3, 2007
4:07 pm
4876
... well yes, as the PocketSOAP httptransport _is_ PocketHTTP. Do you have a public server i can hit to reproduce this problem, i regurlarly test the 500 error...
Simon Fell
simonfell99
Online Now Send Email
May 7, 2007
1:53 am
4877
SOAP 1.1 - yes XML Schema - runtime yes - WSDL support, limited subset WSI BP - yes WS-Sec, no ws-sec support provided. SSL - yes, but not client certificates....
Simon Fell
simonfell99
Online Now Send Email
May 7, 2007
1:56 am
4878
Hi, Simon. I experience this problem while connecting to my own HTTP server application running on the same PDA device where the client runs. In order to...
sergey.shcherbakov
sergey.shche...
Offline Send Email
May 7, 2007
3:32 pm
4879
Oops, sorry. I don't have your e-mail. Could you please provide me with one so I could send you the test app? You can send it to ...
sergey.shcherbakov
sergey.shche...
Offline Send Email
May 7, 2007
3:36 pm
4880
... Thanks for the test app, it appears that the problem is caused by the 500 error response not including a content-length header. Even for an error response,...
Simon Fell
simonfell99
Online Now Send Email
May 12, 2007
3:49 am
4881
Thank you very much, Simon. I'll wait for the bug fix. Sincerely, Sergey. PS: Regarding 500 HTTP error response, in HTTP 1.1 RFC 2616 it is tolerated (not a...
Sergey Shcherbakov
sergey.shche...
Offline Send Email
May 14, 2007
4:12 pm
4882
Yes, per that spec, the response must include a content-length header, or use the chunked transfer encoding to indicate the response message body even if it...
Simon Fell
simonfell99
Online Now Send Email
May 14, 2007
4:19 pm
4883
This is not problem for me to add a response entity to my test server. But some servers in peripheral devices do not do this and I can not convince its...
Sergey Shcherbakov
sergey.shche...
Offline Send Email
May 15, 2007
7:44 am
4884
go read the section on message length, the only responses that can omit message length information are those that are defined to MUST NOT return a body. ... ...
Simon Fell
simonfell99
Online Now Send Email
May 15, 2007
3:04 pm
4885
Simon, I have read the section 4.4 "Message Length" once again. I haven't found any mention that ONLY messages, which MUST NOT return a message body, can omit...
Sergey Shcherbakov
sergey.shche...
Offline Send Email
May 16, 2007
8:22 am
4886
You can add any header to work around the current crash. Section 4.3 says "For response messages, whether or not a message-body is included with a message is...
Simon Fell
simonfell99
Online Now Send Email
May 16, 2007
3:02 pm
4887
Thank you, Simon, I have seen that. Although it says that the message body MAY be of 0 length, you are probably right, because as soon as message body is...
Sergey Shcherbakov
sergey.shche...
Offline Send Email
May 17, 2007
3:05 pm
4888
Hi, Until now I was using VB6 /MSXML/ XMLHTTP and formulating my own SOAP envelope to call most webservices... until I had to connect to one which has WSE2 and...
Cyril W.
cyril_w
Offline Send Email
May 18, 2007
3:21 pm
4889
... ciated! ... Yes ... No, there is no out of the box support for WS-Security in PocketSOAP. ... with my VB client? For most people its free, check the...
Simon Fell
simonfell99
Online Now Send Email
May 18, 2007
3:44 pm
4890
Hi Simon, Being new to WSE and inexperienced in .NET , is there a way to include WS-Security encryption from my VB6 utility? The VB6 utility I have was written...
Cyril Wan
cyril_w
Offline Send Email
May 18, 2007
6:15 pm
4891
Its probably possible, there are libraries that expose the crypto API to VB6. I think though you need to ask yourself why you're still using a language that...
Simon Fell
simonfell99
Online Now Send Email
May 18, 2007
6:45 pm
4892
Hi, I'm writing my PocketSOAP client code in C++. I've set up the envelope for transmission and make the call ok, I'm getting stuck with parsing the result I...
Lauren B
littltwister
Offline Send Email
May 18, 2007
10:10 pm
4893
Hi Simon, long time no speak. Firstly, a quick cheery thankyou - PocketSOAP is (still) working beautifully for two big projects I have done, so thanks! Now, I...
Nick Shaw
njshaw2
Offline Send Email
May 21, 2007
3:24 pm
4894
... Hi Lauren, Try this for starters: // get parameter collection out CComPtr<ISOAPNodes> p; spEnvelope->get_Parameters( &p ); // get the first node in the...
Nick Shaw
njshaw2
Offline Send Email
May 21, 2007
3:53 pm
4895
... Hi Nick, it looks like you're using the HTTPTransport object from PocketSOAP, which uses PocketHTTP, but is not pocketHTTP, if you see what i mean (it's a...
Simon Fell
simonfell99
Online Now Send Email
May 22, 2007
2:51 pm
4896
... If you call get_Value on pNode, it should be a Variant contianing a string safearray (i.e. VT_ARRAY | VT_BSTR), which you can then iterate over using the...
Simon Fell
simonfell99
Online Now Send Email
May 22, 2007
2:55 pm
Messages 4867 - 4896 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