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.

Messages

  Messages Help
Advanced
Messages 5041 - 5070 of 5182   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5041
... the ... complicated ... XML ... can't ... for ... not ... traffic. ... set ... This would be very easy with the HTTP Transport object included with ...
Simon Fell
simonfell99
Offline Send Email
Dec 1, 2007
11:49 am
5042
I'm having trouble trying to figure out how to get the data I need in the attached xml that was returned back to me. What I'm trying to get is the <LMiles>...
jkramer80
Offline Send Email
Dec 5, 2007
10:29 pm
5043
I'm calling Archives_Load method of my web service and this is the xml response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
s_suriani
Offline Send Email
Dec 7, 2007
9:33 am
5044
I'm having trouble getting Pocketbuilder to connect to Tomcat over SSL using PocketSOAP. To the best of my understanding, Pocketbuilder uses the PKSoapif.dll ...
sybaritefury
Offline Send Email
Dec 8, 2007
11:28 am
5045
Hi, I try to call the Microsoft CRM webservice from a VB6 app using PocketSoap. The CRM webservice has a "Create" method which returns the id of the new...
christian.havel
Offline Send Email
Dec 21, 2007
12:59 pm
5046
I will be out of the office starting 12/21/2007 and will not return until 01/07/2008. ...
bill_campbell@...
bill44077_1
Offline Send Email
Dec 21, 2007
1:22 pm
5047
... PocketSOAP does not support NTLM or Windows Integration authentication. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
10:59 pm
5048
... PocketSOAP.HTTPTransport and PocketSOAP.HTTPTransport.2 both refer the same object. The most common problem with SSL is either a host name/certificate name...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:00 pm
5049
... Unless you've setup some custom deserializers, then archives node value will be an array, each array item will be a SoapNode object, you can loop over the...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:04 pm
5050
... You normally can use the Nodes.ItemByName function, but as you have repeating elements, you'll need to iterate over the entire set of the Nodes collection...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:08 pm
5051
... Are you sure the proxy you have running at localhost:8080 supports SSL ? Cheers simon...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:09 pm
5052
... PocketHTTP can't help you, its an HTTP client library, nothing to do with server side stuff. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:11 pm
5053
... I don't have a Vista box to test on, perhaps you can do a debug build and get a complete stack trace from the generated exception, that might help indicate...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:12 pm
5054
... tcpTrace is a dumb tunnel, you'll need to configure it to pass the traffic to your ISA box, and you'll need to configure the client as if the box/port...
Simon Fell
simonfell99
Offline Send Email
Dec 22, 2007
11:14 pm
5055
Hi Simon, how can i call http.send passing envelope as string text? Example: mystring= "......." (contains the xml structure of soap call) Dim http Set http =...
s_suriani
Offline Send Email
Dec 24, 2007
11:13 am
5056
... exactly as you have it. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Dec 24, 2007
9:01 pm
5057
... http. ... the same object. ... name mismatch, or ... the server having a self ... URL in IE ? ... Finally got it to work. It was a host name/certificate...
sybaritefury
Offline Send Email
Dec 26, 2007
11:13 pm
5058
Hi there, I am using pocketsoap 1.5 on windows xp prof. I am trying to connect to a Linux apache server. Most of the functions return a boolean value and I...
Cenk Isik
drcenk
Offline Send Email
Dec 28, 2007
4:37 pm
5059
... Can you post a capture of the response XML you're trying to parse ? Cheers Simon...
Simon Fell
simonfell99
Offline 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
Offline 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
Online Now 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
Offline 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
Online Now 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
Offline 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
Messages 5041 - 5070 of 5182   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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