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 3049 - 3079 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3049
Hi. simon. I'm developing ebXML Message Service Handler using PocketSOAP. Is it suitable?...
crashpot204
Offline Send Email
Aug 1, 2004
5:09 pm
3050
Ok, that makes it easier. Problem is, when I make this call: CHECK_FAILED(penv->Parse(CComVariant(pt), NULL)); I get an error 0x800401f3 "Invalid class...
khangfuachoo
Offline Send Email
Aug 2, 2004
5:18 pm
3051
ComType is whatever you pass in the call to deserializer, its basically a hint, you can choose to use it, or choose to have your deserializer hard coded to...
Simon Fell
simonfell99
Online Now Send Email
Aug 3, 2004
4:53 am
3052
Hi, Does anyone know why I keep getting the error: "Unexpected error whilst parsing WSDL Error in loading DLL err=48" when using the WSDL? I have used the WSDL...
chenlyc7
Offline Send Email
Aug 3, 2004
7:42 pm
3053
... Do you have MSXML 4.0 installed ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2004
1:32 am
3055
Thanks a lot for your help! I deeply appreciate it! Ok, if you recall, a beacon contains an array of integers called locatedIDs. The serializer puts this...
khangfuachoo
Offline Send Email
Aug 5, 2004
12:17 am
3056
Hi, We've been testing PocketSOAP and found it is a great tool in many areas (e.g. compression and SSL). However, we also use keyboard hook to trap keyboard...
jcklee.rm
Offline Send Email
Aug 5, 2004
3:36 am
3057
... In PocketSOAP the calls that trigger network traffic will block the threads message pump, so whilst these calls are ongoing, you won't get keypress, menu's...
Simon Fell
simonfell99
Online Now Send Email
Aug 5, 2004
3:42 am
3058
what HRESULT do you get ?...
Simon Fell
simonfell99
Online Now Send Email
Aug 5, 2004
3:53 am
3059
We are running psoap32.dll version 1.4.3.2903 and pocketHTTP.dll version 1.0.2.4. Our main VB6 app called a web services for a registration process and this...
Bernard
bernard_j_wr...
Offline Send Email
Aug 5, 2004
9:30 am
3060
I'm successfully sending a SOAP message to the server w/MIME attachments (thanks, Simon) but the message is not being properly processed because the attachment...
Michael Conners
michaelconners
Online Now Send Email
Aug 5, 2004
3:15 pm
3061
A piece of code like the following fails with 80044311 (Error establishing SSL connection via proxy). I am able to send the message to the same endpoint via...
mangalambigai
Offline Send Email
Aug 5, 2004
3:15 pm
3062
... Hi, You can't. The Content-ID is all that's needed, that's what is referenced from the SOAP Envelope (using the href="cid:9E7...." attribute) Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 5, 2004
3:26 pm
3063
... It looks like its not getting a 200 status code back from the proxy server when PocketSOAP does the http CONNECT. do you have a trace of the proxy's...
Simon Fell
simonfell99
Online Now Send Email
Aug 5, 2004
3:26 pm
3064
... There are a couple of fixes for null pointer problems in 1.5 beta 2, can you try that and see if you still have the same problem. Do you have a system...
Simon Fell
simonfell99
Online Now Send Email
Aug 5, 2004
3:29 pm
3065
OK, fair enough. Checked the documentation from W3C, and turns out the parameter is optional. I'll check our code and see what's up on that side. All the best....
Michael Conners
michaelconners
Online Now Send Email
Aug 5, 2004
4:55 pm
3066
The HRESULT is always 0x0, which means S_OK right? I should be getting a safearray full of ints shouldn't I? ... type ... implements...
khangfuachoo
Offline Send Email
Aug 5, 2004
5:16 pm
3067
I'm trying to connect to a https server, but my VB6 crashes. I'm using the following code. Sorry for my english. In http servers work fine. 'XXXXXXXXXXXX Dim...
Marcos Alessandro
comandos_anf...
Offline Send Email
Aug 5, 2004
7:44 pm
3068
Is it crashing as in an Dr Watson, Application exception crash, or crashing as in throwing an error ? If its an error, what's the error number, and on which...
Simon Fell
simonfell99
Online Now Send Email
Aug 6, 2004
4:53 am
3069
... IIRC, ebXML is soap with attachments and soap headers, PocketSOAP should work fine for this. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 6, 2004
4:55 am
3070
Yes, that's correct. Can you iterate exactly how & what's failing ? Cheers Simon ... "Serializer.Beacon" if...
Simon Fell
simonfell99
Online Now Send Email
Aug 6, 2004
4:55 am
3071
How can I see the envelope before send it?...
Marcos Alessandro
comandos_anf...
Offline Send Email
Aug 6, 2004
4:09 pm
3072
Hi, Simon, I know that's not the right place, but I think you can read this: http://radio.userland.com/discuss/msgReader$33133?mode=topic&y=2004&m=8&d=6 It's...
luca_pattaro
Offline Send Email
Aug 6, 2004
4:10 pm
3073
... The Serialize method on the envelope object returns a string version of the SOAP envelope which you can look at. Alternatively you can use one of the...
Simon Fell
simonfell99
Online Now Send Email
Aug 6, 2004
4:15 pm
3074
Hi, I have this XML envelope that is returned by the server and the Win32 version can parse this without problem. However, with the same code in PocketPC, and...
eklee_98
Offline Send Email
Aug 6, 2004
6:09 pm
3075
The values I get out of the locatedIDs array aren't what I should be getting. They appear to just be random junk. At first I did the following so that I...
khangfuachoo
Offline Send Email
Aug 6, 2004
10:04 pm
3076
Actually, the error is in m_pSoapEnv->Parse, and the cause is definitely the element that contains array of type xsd:long. I tried to change the simple...
eklee_98
Offline Send Email
Aug 6, 2004
11:44 pm
3077
What was the .vt of the variant containing the array ?...
Simon Fell
simonfell99
Online Now Send Email
Aug 7, 2004
5:01 pm
3078
... many ... winsock? ... get ... the ... other ... Hi Simon, Thanks for your prompt reply. You are quite right. We are using MSTK 2.0. I just tested it with...
jcklee.rm
Offline Send Email
Aug 9, 2004
1:45 am
3079
I need to send this code: <a:autenticarUsuario S:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <op1 xsi:type="xsd:string"> <autenticarUsuario> ...
Marcos Alessandro
comandos_anf...
Offline Send Email
Aug 9, 2004
1:01 pm
Messages 3049 - 3079 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