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 5059 - 5088 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5059
... Can you post a capture of the response XML you're trying to parse ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jan 2, 2008
5:39 pm
5060
My xml response looks like this: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
Cenk Isik
drcenk
Offline Send Email
Jan 4, 2008
4:44 pm
5061
I am using pockethttp to talk to authorize.net. Running my ap from the "command prompt" works fine. running it from the iis guest user account under IIS causes...
redsky_thane
Offline Send Email
Jan 4, 2008
8:58 pm
5062
In addition I am accessing an https link - perhaps you are using some other COM servers as well that I need to grant access to for the guest account? Any...
redsky_thane
Offline Send Email
Jan 4, 2008
9:17 pm
5063
Simon, I finally have received some debug information. Here is the exception: ERROR OCCURRED IN THE 'GETRESPONSE' METHOD OF THE SPECIAL CLASS '*COM/*OLE'....
redsky_thane
Offline Send Email
Jan 6, 2008
3:42 am
5064
The IIS guest user is not a full user account by default, IIRC its missing various bits by default, including its certificate store (which PocketHTTP needs for...
Simon Fell
simonfell99
Online Now Send Email
Jan 6, 2008
11:58 pm
5065
This is Windows Business Server (Windows 2003). I looked long and hard for the KB article but I couldn't find it. Since this is a CGI process I set the...
redsky_thane
Offline Send Email
Jan 7, 2008
5:51 pm
5066
Hello All! Quickly I want to say, THANK YOU to the entire PocketSoap community (and Simon Fell)! Everyone is so kind and professional as they work together to...
dohboy
ron_defulio
Offline Send Email
Jan 17, 2008
12:04 am
5067
... There were some registry keys you could grunge around in for this, but IIRC, Microsoft did eventually release a supported API to obtain this info, ah yeah,...
Simon Fell
simonfell99
Online Now Send Email
Jan 17, 2008
6:06 am
5068
Were you able to get anywhere on this? I just encountered the problem locally. We are using a simple ASP script to call a webservice via https with...
dohboy
ron_defulio
Offline Send Email
Jan 25, 2008
9:43 pm
5069
Start here and follow the chain http://tech.groups.yahoo.com/group/pocketsoap/message/2482 it actually looks like the KB article is there....
Simon Fell
simonfell99
Online Now Send Email
Jan 26, 2008
5:54 am
5070
I have: CComPtr <ISOAPEnvelope> spEnvelope; HRESULT hr = spEnvelope.CoCreateInstance(CLSID_CoEnvelope); spEnvelope->SetMethod(_T("MonthlyPayment"), ...
eorygyeory
Offline Send Email
Jan 29, 2008
8:59 pm
5071
I just went through this sort of problem in my own project. I don't completely understand the code you have below, but here are some common pitfalls I ran...
dohboy
ron_defulio
Offline Send Email
Jan 30, 2008
1:17 am
5072
... For why you're getting 0 see http://www.pocketsoap.com/faq/#dotnetdoclit As someone else mentioned, getting the correct Namespace's is critical,...
Simon Fell
simonfell99
Online Now Send Email
Jan 30, 2008
4:42 am
5073
For many projects I have used PocketSoap and PocketHTTP without issue and it's worked great. However, with this current project I encountered a few issues...
dohboy
ron_defulio
Offline Send Email
Jan 30, 2008
4:49 pm
5074
"http://localhost:40000" was the problem. Thank you. ... for the ... ("nMonths", ... definition and ... parameter ... your call ... figuring out ... function ...
eorygyeory
Offline Send Email
Jan 30, 2008
8:14 pm
5075
I have vista and want to see what traceroute can. But nothing happens. I have no proxy so i set port 80 to listen. What's wrong?...
eorygyeory
Offline Send Email
Jan 31, 2008
5:28 pm
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
Messages 5059 - 5088 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