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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 5029 - 5058 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5029
Hello Simon Thank you for providing TCPTrace/YATT utils. Quick query though: We need (for timing diagnostics and proof) to setup a proxy chain from workstation...
psoapq2
Offline Send Email
Nov 2, 2007
4:38 pm
5030
... then ... Hello again Simon, I'm back on this issue again. Just trying this stuff again after a break (I removed the status code info as I was successfully...
Nick Shaw
njshaw2
Offline Send Email
Nov 2, 2007
4:59 pm
5031
... code ... Hello again! Interesting discovery - if I get a 500 error, get_StatusCode works fine, e.g.: HTTP/1.1 500 Internal Server Error Server:...
Nick Shaw
njshaw2
Offline Send Email
Nov 5, 2007
4:40 pm
5032
... Hi Simon, I'm having an issue with PocketHTTP on Windows Vista. I'm using a CoPocketHTTP object to query a web server with nothing more complex than an...
Nick Shaw
njshaw2
Offline Send Email
Nov 12, 2007
1:43 pm
5033
Hi Guys I am new to this stuff but have been coding vb and Java for some time. really flash stuff :) I am trying to use the WSLD generator service...I have...
kemameer
Offline Send Email
Nov 12, 2007
4:11 pm
5034
Hi Simon and the team In addition to a previous post stating that I was unsure how to add authentication details to the wsdl wizard in order for it to convert...
kemameer
Offline Send Email
Nov 12, 2007
4:11 pm
5035
thanks Guys I got ound the problem... No need to solve it!...
kemameer
Offline Send Email
Nov 14, 2007
3:57 pm
5036
Simon I've recompiled the code with MSXML 60. I still get the following error, when using the wsdl generator tool. /schema/complexType[1][@name = ...
kemameer
Offline Send Email
Nov 14, 2007
3:58 pm
5037
I found your library PocketHTTP because I was searching a tool for a specific thing. I would like to know if I should be able to use your PocketHTTP to do that...
glenn_gagne
Offline Send Email
Nov 18, 2007
6:10 pm
5038
Run-time error '-2147417848(80010108): Method 'Send' of object IHTTPTransportDisp Failed ... Hi, I have this code in my VB6 app: Dim e Set e =...
willbelair
Offline Send Email
Nov 21, 2007
3:33 pm
5039
I will be out of the office starting 11/20/2007 and will not return until 11/26/2007. ...
bill_campbell@...
bill44077_1
Offline Send Email
Nov 21, 2007
4:02 pm
5040
Hi Simon/Group: We are trying to get an old VB6 app to authenticate the user using the standard corporate web service at British Airways. It's a complicated ...
n23001
Offline Send Email
Nov 30, 2007
11:26 am
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Messages 5029 - 5058 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