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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 5102 - 5133 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5102
Hi Simon I am a student٬ when i try SOAP service with MIME Attachment using PocketSOAP , The problem Happened . I need help ! I sent the following message...
raigar xie
raigar.xie
Offline Send Email
Apr 14, 2008
3:34 pm
5103
Your server is not expecting a MIME packaged payload, so it errors trying to run it through an xml parser. Cheers Simon ... Happened . ... in prolog; expected...
Simon Fell
simonfell99
Online Now Send Email
Apr 14, 2008
3:35 pm
5104
Thanks for your reply. But when i using JAVA client with axis2 sent a massage to service with a MIME Attachment , everything is fine. and when i using Delphi...
raigar xie
raigar.xie
Offline Send Email
Apr 15, 2008
5:35 am
5105
This error message "Unexpected character '-' (code 45) in prolog; expected '&lt;'&#xd;" is clearly from an XML parser, not a MIME parser, perhaps its because...
Simon Fell
simonfell99
Online Now Send Email
Apr 15, 2008
5:47 am
5106
Hi Simon: After receiving your last E-mail,I began to realize that may be I have had a mistake from the beginning , so I did a little testing to <watch > the...
raigar xie
raigar.xie
Offline Send Email
Apr 17, 2008
2:42 am
5107
the Random number and final zero, are because the java client is doing a chunked POST, its the HTTP standard chunked transfer encoding. The server should not...
Simon Fell
simonfell99
Online Now Send Email
Apr 17, 2008
2:44 am
5108
Hi I'm having a problem that I hope you can help me with. I have a WM5 app written in C++ (MFC, VS2005) that calls a web service using PocketHttp. The web...
ken.sentell
Offline Send Email
Apr 17, 2008
2:46 am
5109
Ken, have you done a wire capture? is this error being reported internally out of PocketSOAP or is it actually a SOAP fault being returned by the server ? ...
Simon Fell
simonfell99
Online Now Send Email
Apr 18, 2008
4:05 pm
5110
Simon This is a program exception with causes the application to crash and die. When complied in release mode the application simply dies but if I run in debug...
ken.sentell
Offline Send Email
Apr 19, 2008
10:38 pm
5111
the compression is done before the socket is opened, so even over HTTPS you should be able to see if its getting that far or not. Not that it makes any...
Simon Fell
simonfell99
Online Now Send Email
Apr 19, 2008
11:42 pm
5112
Thanks for your reply. I can see data being transferred in YATT so I can assume the the outgoing compression is successful, correct? This seems strange because...
ken.sentell
Offline Send Email
Apr 20, 2008
12:25 pm
5113
When compression in enabled, there's one full compression pass over the request before the socket is opened to calculate the request size (see the code towards...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2008
6:37 pm
5114
http://www.pocketsoap.com/pockethttp/pocketHTTP_armdbg.zip has ARM debug binaries & symbols built using EVC3.0, not perfect but should be enough for you to pin...
Simon Fell
simonfell99
Online Now Send Email
Apr 20, 2008
6:54 pm
5115
I may be missing something but I don't see the Send and Receive methods in the PocketHTTP interface. Is there any way to call these as you suggest? Regards Ken...
ken.sentell
Offline Send Email
Apr 21, 2008
12:17 pm
5116
They're on the IHttpRequestSplit interface. (just call QueryInterface)...
Simon Fell
simonfell99
Online Now Send Email
Apr 21, 2008
10:25 pm
5117
Simon Well, I'm not sure of the how or why, but by splitting up the request into the Send and then Response, the problem seems to have gone away! I no longer...
ken.sentell
Offline Send Email
Apr 24, 2008
8:19 pm
5118
yeah that's quite bizarre. Do you call send / receive one after the other, like in the GetResponse implementation, or do you do something in between (but even...
Simon Fell
simonfell99
Online Now Send Email
May 3, 2008
11:42 pm
5120
I am getting an error using the wizard which I have not had previously. I believe the wsdl is referencing the definitions in another namespace and the Wizard...
codebird
Offline Send Email
May 8, 2008
9:30 pm
5121
I more closely read the limitations of the WSDL Wizard and believe I found the answer. "It only looks at the message parts to build the message / function ...
codebird
Offline Send Email
May 9, 2008
12:03 am
5122
Those limitations are for the old 1.0 proxy generator, not the 2.0 proxy generator. There are MSXML issues with cross schema references that can sometimes trip...
Simon Fell
simonfell99
Online Now Send Email
May 9, 2008
7:27 pm
5123
I had MSXML4 SP2; Installed MSXML6 and SDK6;Same behavior; Here is a excerpt from the download page: 'MSXML6 will install side by side with MSXML 3 and MSXML4...
codebird
Offline Send Email
May 9, 2008
11:51 pm
5124
I have been unable to produce a class file which after compilation will successfully consume the web service. Here are the steps I have taken. I used the...
codebird
Offline Send Email
May 13, 2008
7:48 pm
5125
i'm trying to do some small test using pocketSoap, latest version (1.5) and using IIS 5.51 i have helloworld webservice made by C# and trying to call it from ...
eng_aaa
Offline Send Email
May 14, 2008
5:41 pm
5126
[helpstring("Received a SOAP Fault from the Server")] E_SOAPFAULT = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4201), The server returned a SOAPFault....
Simon Fell
simonfell99
Online Now Send Email
May 14, 2008
5:43 pm
5127
I run PocketSOAP 1.5.4 on VISTA and VS2008 & VB.NET I write a DLL for the .NET FW called WebSpSe This DLL (managed code) calls .COM object in SpSe.DLL for...
josef.stadelmann
josef.stadel...
Offline Send Email
May 22, 2008
3:16 pm
5128
The interfaceFinder object was designed for use with VB6 generated objects, its unlikely to work with com objects generated from other tools (as you've...
Simon Fell
simonfell99
Online Now Send Email
May 22, 2008
4:31 pm
5129
Hi Simon thanks for the fast answer - well - seems to me some more work to do instead of just having on VB.NET/Vista running what runs so well on VB6/W2K. I...
josef.stadelmann
josef.stadel...
Offline Send Email
May 22, 2008
4:59 pm
5130
This is the error you're getting. [helpstring("Unable to locate suitable serializer for Com Type")] E_NO_SERIALIZER = MAKE_HRESULT(SEVERITY_ERROR,...
Simon Fell
simonfell99
Online Now Send Email
May 29, 2008
3:34 am
5131
This is a .NET issue, not really vista related. Can you not run the VB6 version on vista ? (in my experience the only relationship between VB.NET and VB is...
Simon Fell
simonfell99
Online Now Send Email
May 29, 2008
3:41 am
5133
Hi I'm having a problem that I hope you can help me with. I have a PC application written in C++/MFC using VS2005. The application calls a web service using...
importlib
Offline Send Email
Jun 9, 2008
10:36 am
Messages 5102 - 5133 of 5327   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