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.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 4611 - 4640 of 5348   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4611
Hi, I'm using PocketSOAP ow for a while, but seem to run into a problem. I'll try to simplify my problem. I have an element that is put into a TARGET_NS...
frank.oortwijn
Offline Send Email
Oct 3, 2006
3:15 pm
4612 yc12
Offline Send Email
Oct 5, 2006
7:18 pm
4613
Hello, First posting so stick with me :) I have the following code in a VBS file, when its run it returns the error - Invalid gzip crc value expecting...
mattdjuk
Online Now Send Email
Oct 5, 2006
7:19 pm
4614
Hi Knight, Do you have any plans to add NTLM support to PocketSOAP? We have some VB client apps that use PocketSOAP to connect to web services in a J2EE web...
yc12
Offline Send Email
Oct 6, 2006
6:38 am
4615
I'll take a look at the pocketsoap source and see if can quickly add the ntlm support. yc12 <yc12@...> wrote: Hi Knight,...
Fernando Ruedas
knightzqxp
Offline Send Email
Oct 7, 2006
3:27 am
4616
I appologize if this question is too basic or has been asked too often, but I am running into some very basic dificulty. I am writing a small program for...
Israel Brewster
macavenger
Offline Send Email
Oct 7, 2006
9:13 pm
4617
Look at the stock quote sample http://www.pocketsoap.com/samples/default.aspx?cat=eVC ... often, but I am running into ... 2003 using eVBC, and I ... ...
Simon Fell
simonfell99
Offline Send Email
Oct 7, 2006
9:14 pm
4618
Thanks, that was most helpful. Don't know how I overlooked it- my brain must have been fried or something :) One quick question - in the code, there is the...
Israel Brewster
macavenger
Offline Send Email
Oct 8, 2006
1:07 am
4619
Yup, you got it. Cheers Simon www.pocketsoap.com ... brain must have been ... line ... NULL, NULL, ... (changing the "symbol" and ... Thanks again for your...
Simon Fell
simonfell99
Offline Send Email
Oct 8, 2006
2:32 am
4620
Hi all, I have developed a program with PocketBuilder and using PocketSoap + PKSoapIF.dll for connecting to Web Method. Everything is fine when I am testing...
cathy_peko
Offline Send Email
Oct 9, 2006
6:12 am
4621
If you're using SSL, then you also need to install the latest build of PocketHTTP on WM5.0 devices, otherwise everything should work. I don't know of any...
Simon Fell
simonfell99
Offline Send Email
Oct 9, 2006
3:45 pm
4622
I am attempting to develop an application for PocketPC 2003 using the eVC development tools. I need to be able to send a SOAP call from the application, for...
Israel Brewster
macavenger
Offline Send Email
Oct 9, 2006
6:17 pm
4623
that's CO_E_NOTINITIALIZED, you're trying to use COM, but you haven't initialized it. You need to add a single call to CoInitializeEx before trying to do any...
Simon Fell
simonfell99
Offline Send Email
Oct 9, 2006
7:44 pm
4624
Thanks for the quick response. I'm not finding that call anywhere in the sample program, or in the documentation. What is the proper syntax for that?...
Israel Brewster
macavenger
Offline Send Email
Oct 9, 2006
8:40 pm
4625
Ok, disregard my last message, I managed to figure out the CoInitializeEx issue. But now I'm getting another error further down in the code: Failed 0x80044201...
Israel Brewster
macavenger
Offline Send Email
Oct 9, 2006
9:51 pm
4626
I am trying to develop an evb app for pocketpc 2002. I need to access a webservice developed in vs2005. I have downloaded pocketsoap 1.5.4. Dim pEnvelope Dim...
Deepak
joe_don_blake
Offline Send Email
Oct 10, 2006
7:05 am
4627
You need to manually install the DLLs into the emulator. The packaged install only works for real devices. See the notes in the download section, there are...
Simon Fell
simonfell99
Offline Send Email
Oct 10, 2006
7:12 pm
4628
In further testing, it would seem that although the error I am getting (Failed 0x80044201 at penev->Parse(CComVariant(pt), NULL) ) is on a line of code after...
Israel Brewster
macavenger
Offline Send Email
Oct 10, 2006
7:52 pm
4629
If you build the sample code with eVC3.0 it works out of the box. If you build it with eVC4 then it fails because MSFT changed the libraries to not call CoInit...
Simon Fell
simonfell99
Offline Send Email
Oct 10, 2006
8:16 pm
4630
Just wondering if anyone has implemented the convertLead call in the beatbox Salesforce library? Thanks Emyr Thomas...
emyralunthomas
Offline Send Email
Oct 11, 2006
10:10 pm
4631
Thank you so much for your help-I have the code working now. I do have a few other questions, but that's something for a different thread :)...
Israel Brewster
macavenger
Offline Send Email
Oct 11, 2006
10:21 pm
4632
Hello everyone, I'm in a battle between Axis+SAX+PocketSOAP. The problem is the following: -- I was using Axis 1.1 -- I'm trying to send a request with Visual...
miguelcr82
Offline Send Email
Oct 13, 2006
3:25 am
4633
The error implies the response included an element that was typed as a simple type, but that it includes a child element, this not valid. Can you post a...
Simon Fell
simonfell99
Offline Send Email
Oct 13, 2006
3:33 am
4634
I think i mis-read this, you're saying that axis is complaining that the request isn't valid? Can you post the WSDL and a capture of the generated request. ...
Simon Fell
simonfell99
Offline Send Email
Oct 13, 2006
3:34 am
4635
Sorry guys.... My fault... The next minute that I've wrote the message, I solved it... (It's a common thing that happens to me, and you? :P) The problema was...
miguelcr82
Offline Send Email
Oct 13, 2006
4:08 pm
4636
My WM5 PPC project use cmhelper's example code to connect to GPRS and then consume the web service using PSOAP. CConnectionManager m_Connection; for (int itry...
Thong
thongtom2000
Offline Send Email
Oct 17, 2006
2:43 pm
4637
I got the error 0x80072746 on _HR( env->Parse(CComVariant( http), NULL) ); ... From: Thong <thongtom2000@...> To: pocketsoap@yahoogroups.com Sent:...
Thong
thongtom2000
Offline Send Email
Oct 18, 2006
4:32 am
4638
Errlook.exe is your friend 0x80072746 == An existing connection was forcibly closed by the remote host. Cheers Simon www.pocketsoap.com...
Simon Fell
simonfell99
Offline Send Email
Oct 18, 2006
4:54 am
4639
Thanks for the error message info. but I don't think it is cause by the server. and sometime I will get "time out" error message. I had try take out the...
Thong
thongtom2000
Offline Send Email
Oct 19, 2006
6:31 am
4640
It sounds like the GPRS connection is not closing the sockets gracefully when its connection is closed, and so the HTTP connection pool has these sockets...
Simon Fell
simonfell99
Offline Send Email
Oct 21, 2006
11:12 pm
Messages 4611 - 4640 of 5348   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help