Re: Web Services
On Jul 28, 12:15 pm, jhwright...@xxxxxxxxx wrote:
::WS::Client::DoCall servicename Login $args
where
args = Version 0.0 Number 0 Token {} Chksum 0 Timestamp {07/28/2007
08:50:26:000} TID 0 Un UN Pw PW
Ok, I have answered my own question. Strange how you put it to rest
and then the bulb goes off. I highly recommend the web services
package. It is disgustingly easy and covers all the bases. Kudos to
the author.
for the embedded structure or tags the args actually needed to look
like this:
args = LoginRequest {Version 0.0 Number 0 Token {} Chksum 0 Timestamp
{07/28/2007
08:50:26:000} TID 0 Un UN Pw PW}
Which then produces
.
Relevant Pages
- Re: a question about mysqldb
... String args are quoted, so you end up with you sql looking like: ... select tID, tNote from 'tmp' where tID=1 ... but it will also shadow the builtin str type ... (comp.lang.python) - Re: Images and Hyperlink problems after Publish Site
... It's certainly very strange, but what is even stranger is that I don't think ... that the tags are stripped during publishing - how could both you and I look ... > Never seen or heard of FP stripping tags during publishing ... (microsoft.public.frontpage.client) - Re: perf_counters issue with self-sampling threads
... But this is a bit strange, because the user can't specify it wants ... a thread-specific signal to the main thread, its tid == pid. ... (Linux-Kernel) - Re: highlight_file() strange line breaks
... line break policy was a bit.. ... of course, as it's XHTML formatted with tags for line breaks, the final render is fine. ... Hmm, it would be very strange indeed, however, I don't think the function has ever been regarded as very important by ayone:P. Just out of curiousity: have you compared this to existing linebreaks in the document highlighted itself? ... (comp.lang.php) - document.createElement in IE with TR tag
... I have problems with document.createElementin IE when using TR tags. ... var myTR = document.createElement; ... display the created elements. ... Further very strange: If I use the developer toolbar for IE and use the ... (comp.lang.javascript) |
|