SearchSearch FAQFAQ  User Control PanelUser Control Panel LoginLogin

All times are UTC - 6 hours



Post new topic Reply to topic  [ 21 posts ] 
Author Message
 Post subject: Whishes
PostPosted: Fri Sep 16, 2005 6:55 am 
Offline

Joined: Fri Sep 16, 2005 5:58 am
Posts: 3
Although already a great program, I still have a few 'nicetohaves':
- POST information, just like GET / Query information
- implementation as an explorerbar, so to make the app session-specific


Top
 Profile  
 
 Post subject: more...
PostPosted: Mon Sep 19, 2005 7:45 am 
Offline

Joined: Fri Sep 16, 2005 5:58 am
Posts: 3
It would also be nice to have the fold-state of amf packets remembered. I'm comparing a lot of (remoting) calls against each other, so clicking back and forth between them. It would be nice if they stay folded or unfolded.


Top
 Profile  
 
 Post subject: Nice
PostPosted: Mon Sep 19, 2005 7:56 am 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
Nice ideas, all have been added to enhancements request list.

I have a release going out this week and was wondering if in the short-term it would help to have a way to just expand all in the remoting tabs? Long-term I need start storing exact expanded states.


Top
 Profile  
 
 Post subject: Another idea...
PostPosted: Mon Sep 19, 2005 2:02 pm 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
Curious to exactly what you are doing. Would it be more useful to actually have a diff tool that provided you with data on the differences between two different amf requests?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 20, 2005 7:30 am 
Offline

Joined: Fri Sep 16, 2005 5:58 am
Posts: 3
First the "deault expand all" option. That would be great for now, although I have got amf packets sometimes wich are so large that they might prove a problem. Maybe it's enough to have a checkbox in settings letting us choose to "expand by default".
Along the same lines it would be nice to have the tabs stay the way they were, clicking between calls. I just used ServiceCapture to compare the performance of a couple of calls, and I had to click the 'performance' tab everytime.

Then the AMF-compare option. A special tool would not be necessary (for me anyway). It's just that I compare amf calls a lot, to see if the difference between user A and user B, or packet A and packet B is correct.


Top
 Profile  
 
 Post subject: New Release 1.1.0
PostPosted: Thu Sep 22, 2005 1:27 pm 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
Last night I put out a new release with the ability to turn off the default tab switching as mentioned above. Still working on the other changes.

Check out the release notes for full details on what else was included in last nights build.


Top
 Profile  
 
 Post subject: Post data
PostPosted: Tue Oct 11, 2005 3:14 pm 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
Yes, I too would like to be able to examine the Post Data that I am sending. I do alot more work in XML than in Remoting right now, and that was the first thing I noticed.

Already your tool saved me hours of work, so thanks!

p.s. I want to be on your MacOSX short list. That is where I do most of my development.


Timothy Johnson
Found Design


Top
 Profile  
 
 Post subject: Hey
PostPosted: Wed Oct 12, 2005 7:43 pm 
Offline

Joined: Wed Oct 12, 2005 7:42 pm
Posts: 1
Quote:
It would also be nice to have the fold-state of amf packets remembered. I'm comparing a lot of (remoting) calls against each other, so clicking back and forth between them. It would be nice if they stay folded or unfolded.


Oh, that's so nice!


Top
 Profile  
 
 Post subject: POST dat
PostPosted: Mon Oct 17, 2005 10:24 pm 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
I just uploaded ServiceCapture 1.1.6 which displays POST data parameters. Both multi-part and urlencoded are supported. So you can even see posts that include binary data.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 12:26 pm 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
I just upgraded to 1.1.9 and i dont see where i can examine the POST data.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 12:46 pm 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
In 1.1.9 there is a "Parameters" tab for requests that have GET or POST HTTP parameter's associated with them. You will see each parameters name and value listed there.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 2:16 pm 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
Oh ok, I still only see the GET parameters that I send with the call. I create a new XML object in flash, and call sendAndLoad, the url has GET Variables, to tell the server what nature the stuff is, and the XML string is in the POST. But I don't send the request as a GET, but as a POST


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 2:20 pm 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
Maybe there is a way it could be an additional Tab on the left? Maybe sending a request with variables in the Query String and in POST is something you were not anticipating


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 7:56 pm 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
Actually I did anticipate that. It should display both querystring and post parameters in that tab. Please let me know if it doesn't.

I did think about adding within that tab a third column of "type" that could be "GET" or "POST". Would that help?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 8:13 pm 
Yea, that might help. I definitely don't see the XML that I am sending in POST along with the query string parameters currently


Top
  
 
 Post subject:
PostPosted: Mon Oct 31, 2005 10:42 am 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
Yes, even when the Headers of the request say POST, I only get the query string variables in that Tab, not the Post XML string too.

On another note, I was Watching this presentation in Service Capture
http://www.articulate.com/demos/getting ... layer.html

And the 2 XML files it loaded, I thought would show up in the XML tab on the right side, but I only get a few weird characters. Can you examine?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 31, 2005 10:48 pm 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
Thanks for posting that URL. That always makes debugging much easier.

This is fixed in release 1.1.11. The reason it was not working was due to the fact that the XML file was UTF-16 and the HTTP headers did not include an encoding. Now (1.1.11) ServiceCapture can guess this encoding due to the BOM bytes at the begining of the file.

On the previous posts I did not relize that you were looking to view a postd XML document. ServiceCapture was displaying standard POST name-value parameters. I assume that you are doing XML.sendAndLoad. In release 1.1.11 ServiceCapture does a little bit of guess work to capture the sendAndLoad and will display a XML tab in the request area with the XML content.

Please let me know if this is closer to what you are looking for...


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 01, 2005 3:54 am 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
Great, Thanks! I will test it out now.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 01, 2005 7:01 am 
Offline

Joined: Tue Oct 11, 2005 3:08 pm
Posts: 9
Great! That is about perfect implementation. I really appreciate it, you made me a product I can really sink my teeth into now.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 01, 2005 9:36 am 
Always On Top option please ! :)

Best Regards.


Top
  
 
 Post subject:
PostPosted: Sun Dec 04, 2005 1:21 am 
Offline
Site Admin

Joined: Thu Sep 08, 2005 9:29 pm
Posts: 265
version 1.1.16 now has a "always on top" setting under Tools->Settings in the General tab.

It requires you to quit and restart the application. I am Looking into how to toggle this setting on-off during app session.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ] 

All times are UTC - 6 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group