wiki-archive/twiki/data/TAPIR/PingProposalOne.txt,v

105 lines
1.2 KiB
Plaintext

head 1.4;
access;
symbols;
locks; strict;
comment @# @;
1.4
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.3;
1.3
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.2;
1.2
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next 1.1;
1.1
date 2007.01.09.00.00.00; author MoinMoin; state Exp;
branches;
next ;
desc
@Initial revision
@
1.4
log
@Revision 4
@
text
@---+ Ping Proposal One
To simply send a PingRequest no parameters are needed.
So we can specify it like this:
---+++++ Request
<verbatim>
<request>
<header>
...
</header>
<ping PingProposalOne>
</request>
</verbatim>
---+++++ Response
The response should have a status "OK" attached to it or maybe some other value.
<verbatim>
<response>
<header>
...
</header>
<pong PingProposalOne>
<diagnostics>
...
</diagnostics>
</response>
</verbatim>
@
1.3
log
@Revision 3
@
text
@d24 1
a24 3
<content>
<pong status="OK"/>
</content>
@
1.2
log
@Revision 2
@
text
@d25 1
a25 1
<ping status="OK"/>
@
1.1
log
@Initial revision
@
text
@d3 1
a3 1
To simply send a ping request no parameters are needed.
d17 2
@