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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3534 - 3563 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3534
I'm trying to use PocketSOAP WSDL wizard generate the proxy classes for the Google AdWords API services: ...
krystynak
Offline Send Email
Feb 2, 2005
12:02 am
3535
Hi, I have used pocketsoap a while ago and I am planning to use it for another application now. Where I can I find the information on what software do I need...
Srinivas Kuppa
skuppamtu
Offline Send Email
Feb 2, 2005
9:21 pm
3536
Hi, from the documentation, I saw that transport->StatusCode is only filled after calling transport->receive() (not on send()). According to this, if I want to...
chrisvigelius
Offline Send Email
Feb 2, 2005
9:21 pm
3537
Hi all! Try this code in your Visual Basic 6 IDE. Create a form, and put a button on it. Double click, and copy this code (I'm sorry, but I think that the code...
PKDor
pirrimanson2000
Offline Send Email
Feb 3, 2005
10:40 am
3538
Upss, it's no necesary to put a breakpoint....just duplicate the assigment: respuesta = objRespuesta.String respuesta = objRespuesta.String MsgBox respuesta By...
PKDor
pirrimanson2000
Offline Send Email
Feb 3, 2005
10:46 am
3539
I'm trying to get VBA in Excel to make a successful call to the Google AdWordsAPI, but can't quite get it right. Here's my code: ...
krystynak
Offline Send Email
Feb 3, 2005
11:43 pm
3540
I've installed on multiple PDAs both PocketHTTP and PocketSoap then compiled and deployed the stock quote sample using eVC4. In each case when I run the...
spangler122
Offline Send Email
Feb 7, 2005
6:46 pm
3541
http://pocketsoap.com/ has samples, source. The documentation in the download is viewable with Microsoft help, and it is very, very good....
krystynak
Offline Send Email
Feb 7, 2005
6:46 pm
3542
I've installed and decided to test with the stock quote sample but failed on _HR( CoCreateInstance(__uuidof(CoEnvelope), NULL, CLSCTX_INPROC,...
spangler122
Offline Send Email
Feb 7, 2005
6:47 pm
3543
I've figured it out! The naming of files created in VB by the application are restricted to 23 characters in length. Taking the left 23 characters of a...
r_beacroft
Offline Send Email
Feb 7, 2005
6:47 pm
3544
Continuing from my previous findings: By running the utility File Monitor and analysing the results in Excel, I see that I get a "sharing violation" on a file...
r_beacroft
Offline Send Email
Feb 7, 2005
6:47 pm
3545
I have exactly the same problem and have noticed that from the files it has generated, modCommon.bas tries to implement the following interfaces that do not...
r_beacroft
Offline Send Email
Feb 7, 2005
6:47 pm
3546
Hi there, Is anyone able to point me in the direction. Using Windows 2000. Installed: 1) SOAP toolkit 3.0 2) PocketSOAP.1.5.exe 3) wsdlWiz.2.3.0.exe. Ran...
r_beacroft
Offline Send Email
Feb 7, 2005
6:47 pm
3547
Did you manage to resolve the issue? I have the same problem. Regards, Rik ... the directory. ... Project itself. It appears that all (or most anyway) of the...
r_beacroft
Offline Send Email
Feb 7, 2005
6:48 pm
3548
... for PocketPC 2003, they seem to now require you to manually initialize COM, which wasn't needed on earlier platforms (whether or not that was intentional...
Simon Fell
simonfell99
Online Now Send Email
Feb 7, 2005
6:50 pm
3549
Hi, I wonder if there is a way to tell PocketSOAP to log (ie. a text file) the information is sending/receiving. But in plain text, not encrypted. Thanks....
ergentrasse
Offline Send Email
Feb 11, 2005
3:27 pm
3550
I too have the same problem? Any solution yet? Rachna ... to ... VB ... to...
hariharan_rachna
hariharan_ra...
Offline Send Email
Feb 16, 2005
3:30 am
3551
In my case I had a <s:element name="ValidateUserResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="ValidateUserResult" ...
hariharan_rachna
hariharan_ra...
Offline Send Email
Feb 17, 2005
12:51 am
3552
The <x> element is there because you created an empty node to contain all the headers (the Set h = e.Headers.Create("", Empty, "") line) To create an email...
Simon Fell
simonfell99
Online Now Send Email
Feb 17, 2005
4:00 am
3553
Yes, the String property can only be read once, otherwise it requires the component to store a copy of the HTTP response which could be megabytes in size. ...
Simon Fell
simonfell99
Online Now Send Email
Feb 17, 2005
4:02 am
3554
... You can manually call receive and pass the results to parse, if you're on v1.4.x then this has no additional side effects, if you're on 1.5.x then it'll...
Simon Fell
simonfell99
Online Now Send Email
Feb 17, 2005
4:05 am
3555
... Nope, the easiest way to debug SSL traffic is with tcpTrace & stunnel (use a HTTP connection between pocketSOAP and tcpTrace then let stunnel convert it to...
Simon Fell
simonfell99
Online Now Send Email
Feb 17, 2005
5:55 am
3556
Thanks Simon, i'll be care with this in the future.... ... From: Simon Fell To: pocketsoap@yahoogroups.com Sent: Thursday, February 17, 2005 5:02 AM Subject:...
PKDor
pirrimanson2000
Offline Send Email
Feb 17, 2005
7:54 am
3557
Simon, I try to use yatt for debugging wse2.0 traffic using tcp. I try yatt, and on port 80 I see traffic as I open your web site. On port 8080, where my soap...
gerhardkreuzer
Offline Send Email
Feb 17, 2005
4:17 pm
3558
... Hi, Is your soap server running on the local server? if so YATT doesn't work with the loopback adapter, the traffic has to leave the box. As the tcp...
Simon Fell
simonfell99
Online Now Send Email
Feb 17, 2005
4:20 pm
3559
Yep. Make your method names less than 23 characters. I ran fileutil a windows utility that checks all file access attempts. I could see that I had a sharing...
Richard Beacroft
r_beacroft
Offline Send Email
Feb 21, 2005
9:37 am
3560
I'm using PocketSOAP to call a Web Service. I'd like to be able to set the User-Agent HTTP Header, so that my Web Service knows the OS and app version that...
xdemlerx
Online Now Send Email
Feb 22, 2005
1:07 am
3561
Simon, How do I strip of the SOAP header from a SOAP response messages for exmaple. ... - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"...
panashe3111
Offline Send Email
Feb 22, 2005
5:22 pm
3562
Our client software is using PocketSOAP to send SOAP requests to our Web Service via SSL. Some of our users that are using a proxy server are encoutering this...
xdemlerx
Online Now Send Email
Feb 23, 2005
2:44 am
3563
... You'll get this if the proxy server doesn't respond with a 200 status code to the CONNECT request. You'll probably need to capture the response or look a...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2005
3:14 am
Messages 3534 - 3563 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