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 5076 - 5105 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5076
... proxyTrace is an HTTP Proxy, you need to configure whatever is making HTTP requests, to route its requests via the proxy. It sounds like you might be...
Simon Fell
simonfell99
Online Now Send Email
Feb 1, 2008
5:23 pm
5077
Simon, We are attempting to use pockethttp with authorize.net for credit card transactions. Hitting their test server, or with a test transaction, everything...
redsky_thane
Offline Send Email
Feb 15, 2008
2:21 pm
5078
... what's your code look like, which call gives that error, is there a COM error code to go with it ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 15, 2008
5:11 pm
5079
Simon, Please disreguard - this is not your problem. Bug in the COBOL compiler we are using. ... card ... THE 'GETRESPONSE'...
redsky_thane
Offline Send Email
Feb 15, 2008
8:12 pm
5080
Hello, I'm trying to use pocketSOAP (1.5.4) in a VB6 application. The web service is in a JBoss server. The problem I'm having is that I cannot figure out how...
natet1
Offline Send Email
Feb 19, 2008
11:33 pm
5081
In PocketSOAP the session is tied to the object instance of the HTTPTransport, so you need to make sure you use the same HTTPTransport object across the set of...
Simon Fell
simonfell99
Online Now Send Email
Feb 19, 2008
11:46 pm
5082
... HTTPTransport, so you need ... requests you want ... Simon, Thank you so much for you very quick response. The trouble is, it isn't happening automatically...
natet1
Offline Send Email
Feb 20, 2008
2:35 pm
5083
... All that property does in the java code is save the session cookie returned by the server, AFAIK there's nothing in the request that tells the server to...
Simon Fell
simonfell99
Online Now Send Email
Feb 20, 2008
6:41 pm
5084
I'm having kind of an odd issue that I can't figure out. I've set up an Apache server that is listening on 8443, and created a certificate. I installed that...
sybaritefury
Offline Send Email
Feb 21, 2008
12:55 am
5085
... How are you installing the cert on the PocketPC ? have you tried browsing to your server from PocketIE ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 21, 2008
4:47 pm
5086
... with SSL? ... browsing to your server ... I'm installing the cert by tapping on it from file explorer. It places it into the Root Certificates area of the...
sybaritefury
Offline Send Email
Feb 22, 2008
5:31 pm
5087
... I'm pretty sure that doesn't install it as a root cert, there's a tool for doing that, I can't remember its name right now. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 22, 2008
6:00 pm
5088
Hi, I am facing problem in the Serialize function. I am using Pocket Soap 1.5.4 on Win XP VB.Net 2005. Soap server is Axis2. The request envelope is as...
sharma_rd
Offline Send Email
Feb 25, 2008
9:35 pm
5089
... returned by the server, ... the session (other than ... generated by the java client ... Simon, I just wanted to follow up with this. It turned out to be...
natet1
Offline Send Email
Feb 26, 2008
1:52 pm
5090
... The generic node objects in PocketSOAP only support elements. If you need to support attributes, then you'll need to write (or geenerate using the wsdl...
Simon Fell
simonfell99
Online Now Send Email
Mar 5, 2008
4:52 am
5091
Another array query I'm afraid. I'm trying to iterate through an array using vbs on WinXP, and am getting lost somewhere. Standard sting stuff works well, for...
Nigel Leach
nigel_leach
Offline Send Email
Mar 11, 2008
8:01 pm
5092
I will be out of the office starting 03/10/2008 and will not return until 03/17/2008. ...
bill_campbell@...
bill44077_1
Offline Send Email
Mar 11, 2008
8:03 pm
5093
You need to turn on scripting mode so that the arrays that pocketsoap generates are compatible with VBS. See the "Arrays from scripting" sample at...
Simon Fell
simonfell99
Online Now Send Email
Mar 14, 2008
3:29 pm
5094
Simon, Do you have an example using pockethttp to do a binary file download from a web site host? I have a client who wants to programatically update his...
redsky_thane
Offline Send Email
Mar 20, 2008
11:11 pm
5095
... Sure, ' get a file and write it direct to disk set req = CreateObject("Pocket.HTTP") set res = req.getResponse("http://www.pocketsoap.com/logo.gif", "") ...
Simon Fell
simonfell99
Online Now Send Email
Mar 22, 2008
6:48 pm
5096
Hi all I have searched the web looking for a solution to my PocketSOAP related problem, finding that many people have encountered the same issue, but I haven't...
xabier.cenoz
Offline Send Email
Mar 25, 2008
3:03 pm
5097
start at http://tech.groups.yahoo.com/group/pocketsoap/message/2482 and follow the trail. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 25, 2008
3:04 pm
5098
Hi all I'm a new member and I have done a search on the topic but haven't found an answer to a specific question. As a guide I used the article on the...
Jon Hanson
jonhansonza
Offline Send Email
Mar 27, 2008
4:05 pm
5099
Hi, I'm trying to use the PocketHTTP class to access a https service and I get the following error message: "The certificate's CN name does not match the...
ergentrasse
Offline Send Email
Mar 28, 2008
3:00 pm
5100
... No, there is no programatic way to bypass the cert name check. (and if there was, its unlikely that that's actually the solution to the problem). Why is...
Simon Fell
simonfell99
Online Now Send Email
Mar 28, 2008
4:47 pm
5101
Good question. I don't know either. I asked the service administrator (it is a third party company) and no answer yet. In the meantime I was playing with...
ergentrasse
Offline Send Email
Mar 28, 2008
5:14 pm
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
Messages 5076 - 5105 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