[jdev] In-Band RPC and SOAP discovery

2008-05-22 Thread Jonathan Dickinson
Hey all, What are the options here? One potentially elegant solution would be (for XMPP-RPC): C: S: And for SOAP: C: S: And for getting the wsdl: C: S: Yes/no/good/bad/ugly/scary? I am impleme

Re: [jdev] In-Band RPC and SOAP discovery

2008-05-22 Thread Maciek Niedzielski
Jonathan Dickinson wrote: What are the options here? var='http://www.mycompany.org/xml-rpc/example.ConvertCurrency.php' /> Note that there may be things like var="http://jabber.org/protocol/something"/> there, too. It would be a bit confusing if we started adding URLs there. Maybe XEP

Re: [jdev] In-Band RPC and SOAP discovery

2008-05-22 Thread Peter Saint-Andre
On 05/22/2008 7:25 AM, Jonathan Dickinson wrote: > Hey all, > > What are the options here? > > One potentially elegant solution would be (for XMPP-RPC): > > C: > from='[EMAIL PROTECTED]/jrpc-client' > to='[EMAIL PROTECTED]/jrpc-server' > id='disco1'> > > > > S: > to='[EMAI