I've used a program called SOAPScope to intercept the traffic between webservices. It can present the soap envelope in a number of different ways, and is very...
Hi Andy, I've not looked at that one, but thanks for the reference. We've found Microsoft's Fiddler to be useful when testing applications. It will show you ...
... Ethereal is a free tool that can be located at http://www.ethereal.com/ It's ported to many platforms. ... The funny thing about looking at the raw wire...
hi again! ok, so today i went to my xforms to work on them, and when i viewed them (using formsplayer 1.3-ish), a small (fP) icon appeared next to EACH xforms...
I switched domains and sidewinder was not available ... downloaded current version and got invalid licence detected message when I attempted to run sidewinder....
Here is a sample xform that shows some wierd behavior. The purpose of the form is to insert rows into a sequence (xforms:insert at="last()") then set the line...
Hi David, The license for Sidewinder ran out at the end of July, but we've been delayed in getting the next version out. We'll put a new one up today, with a...
Jeremy, You will need to get the latest version from the download area on our site. It has an updated license. Regards, Mark Mark Birbeck CEO x-port.net Ltd. ...
Peter, The main problem is with your form. I'll explain what your form is doing before I show how to fix it. It's not actually moving the old last item to the...
I've found Ethereal quite handy for network issues. However, I've found that I can't get local service calls to go via the external network, which means...
Hi, I am attempting to create a rather long and complex form with xforms and formsplayer as a demo. Hopefully, we will adopt this exciting technology. My code...
is there a way to copy data from one instance to another? in this case, i have two instances, and i want the data input from one instance to be copied into the...
Hi John, The best thing is to avoid using <table>, and instead use @appearance="compact" on the xf:repeat: <xf:repeat nodeset="//dbinfo" id="rptDBinfo" ...
Hi there XForms gurus, I am attempting to build an XForms interface for editing a complex hierarchical data structure. There are a couple of aspects that I am...
Mark Birbeck wrote: Hi John, The best thing is to avoid using <table>, and instead use @appearance="compact" on the xf:repeat: <xf:repeat nodeset="//dbinfo"...
... i'm not a XForms gury but anyone ;).. ... my guess you've picked too complex presentation to solve such problem (you need tree of repeats, am i right?). mb...
Peter, ... I don't know what you mean by that. ... The example I gave in the email should work. Also, the FoaF form that is in the list of samples, in the...
Peter, ... This is the purpose of the Wiki...but unfortunately the server for that is sitting in our office at the moment, feeling sorry for itself. Once it's ...
Peter, ... xf:switch does work inside xf:repeat in formsPlayer. The main problem with what you want to do concerns the arbitrarily nested aspect, not putting ...
Thanks Alexander, I think your suggestion is to forget about trying to expand/collapse in the tree view, and instead just display the selected item for editing...
That has been my experience too. We have a simple two level hierarchy display with nested repeats where we use @relevant to ensure that only the current item's...
... I'd never tried that because I expect the case @id to have global scope, and not linked to the repeat. So what would happen if you had a toggle outside of...
Hi Andy, Sorry for the long answer here, but I realised that this is not described fully anywhere. (And yes, when the Wiki is recovered I'll paste this up ...
Thanks Mark, That looks very nice, and possibly exactly what I am trying to do! A few follow-up questions: So what exactly are the rules for resolution of an...
Hi Peter, ... Hopefully my other email should answer these questions, but if you still have queries feel free to follow up on the other thread. ... Yes, that's...
I never realized that i need it. now that its done, i have a question about it--is there a way to *enable* the (fp) icon? i noticed that while it was there...
Hi there, I am trying to build an xform, in which the user has to select only one entry from a selection box. Depending on his selection, a node (existant or...
Hello all, A new release of formsPlayer 1.3 is now available in the preview area of the download page. PERFORMANCE Although it fixes some bugs, the main focus...