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 5009 - 5038 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5009
I'm trying to use TcpTrace to see traffic back and forth from a web service. I have the URL of the service in a .NET application configuration file and I...
timdbd
Offline Send Email
Oct 5, 2007
1:21 am
5010
... Hi I'm not sure what kind of traffic you are exactly interested in, but I'm using SoapTrace.Net to monitor my SOAP/HTTP traffic. It works great. It's...
frank.oortwijn
Offline Send Email
Oct 5, 2007
7:07 am
5011
... in tcpTrace you enter just the server name port, no URLs, so if your service is running at http://ws.sample.org/app/service.asmx, then you configure...
Simon Fell
simonfell99
Online Now Send Email
Oct 9, 2007
1:05 am
5012
Simon, I'm working with an https connection for this SOAP client so I can't trace what's going on. I did manage to target a non http url to ensure that the...
redsky_thane
Offline Send Email
Oct 9, 2007
6:12 pm
5013
For what it's worth - the hr value coming back after send is -2146893052, or 80090304 Which means I guess "The local security authority cannot be contacted". ...
redsky_thane
Offline Send Email
Oct 9, 2007
7:00 pm
5014
Is this running under a restricted user account, e.g. from IIS or from a service ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Oct 9, 2007
7:23 pm
5015
Happily or sadly, I got past this. I was running in a VM and I guess it doesn't like that. I now get this error parsing the response from the server. I'm not...
redsky_thane
Offline Send Email
Oct 9, 2007
7:44 pm
5016
This would appear to be an error returned from the server from it trying to process the request. You'll likely need some input from the server folks as to what...
Simon Fell
simonfell99
Online Now Send Email
Oct 9, 2007
7:52 pm
5017
Yep. Thanks. Can I impose on you for one more bit of help. The service is supposed to return to me a URL for the processed data. However, it's returning ...
redsky_thane
Offline Send Email
Oct 9, 2007
7:58 pm
5018
Success! Second parm! Thanks for a great product. ... trying to process the ... what could cause this ... message does conform ... see this ... use https ... ...
redsky_thane
Offline Send Email
Oct 9, 2007
8:06 pm
5019
Hello Im having problems in C++ to use the encoding Document/Literal I set the encoding style like this: put_EncodingStyle( CComBSTR( _T("") ) ) and when I add...
lars.henriksson
Offline Send Email
Oct 12, 2007
4:31 pm
5020
... What difference were you expecting it to make ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Oct 12, 2007
4:43 pm
5021
... &paramValue, ... that ... Hi I thought it was more diffrences. I would expect something like this: <soap:envelope ...
lars.henriksson
Offline Send Email
Oct 16, 2007
9:27 am
5022
... If you want a doc/lit/unwrapped request, then you need to not use the parameters collection, e.g. this VBScript set e =...
Simon Fell
simonfell99
Online Now Send Email
Oct 17, 2007
2:37 am
5023
Hi (Simon), I'd like to send several soap request to a webservice quickly after eachother. Each soap request will take a serious amount of time to finish (5 -...
frank.oortwijn
Offline Send Email
Oct 22, 2007
8:30 am
5024
... Each concurrent request will need its own object, you should make sure to create a HTTP transport object for each thread, otherwise you're going to be...
Simon Fell
simonfell99
Online Now Send Email
Oct 22, 2007
8:00 pm
5025
... sure to create a HTTP ... paying a lot of COM ... Mmmmm, that means that each thread will create it's own session? How do you expect the server to handle...
frank.oortwijn
Offline Send Email
Oct 24, 2007
11:44 am
5026
... anything ... Even if they shared the same HTTP Object, they'd still all start their own session, as you need a complete round trip on a request before any ...
Simon Fell
simonfell99
Online Now Send Email
Oct 25, 2007
4:00 pm
5027
Hi, I was wondering whether the following problem is solvable? Thanks in advance: I have created a SOAP client for the purpose of making single ...
blackdenimgumby
Offline Send Email
Oct 26, 2007
2:29 pm
5028
Hi Simon, Related to earlier post about a server that closwed the connection is the next question. How to distinguish the case that the server did not respond...
frank.oortwijn
Offline Send Email
Oct 31, 2007
9:37 am
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
Messages 5009 - 5038 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