Hi Brain,

"Brian McQueen" <[EMAIL PROTECTED]> writes:
> <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>
>   <soapenv:Header/>
>   <soapenv:Body>
>     <ns1:replicate xmlns:ns1="http://ws.apache.org/axis2/services/replicate";>
>       <qid>qid1</qid>
>       <hostname>hostname1</hostname>
>       <repl_id>d6ge5gyrgj4</repl_id>
>     </ns1:replicate>
>   </soapenv:Body>
> </soapenv:Envelope>

I modified echo sample to echo back the node it receives. I used
following commands

curl
http://localhost:9090/axis2/services/echo/echoString?qid=qid1\&hostname=hostname1\&repl_id=d6ge5gyrgj4
 

I got this as the response

<echoString><qid>qid1</qid><hostname>hostname1</hostname><repl_id>d6ge5gyrgj4</repl_id></echoString>
  


then I used following command

 curl 
http://localhost:9090/axis2/services/echo/echoString?qid=qid1\&repl_id=d6ge5gyrgj4\&hostname=hostname1

and response is

<echoString><qid>qid1</qid><repl_id>d6ge5gyrgj4</repl_id><hostname>hostname1</hostname></echoString>
 

as far as I can see , there is a no such an alphabetical ordering in
REST parsing or did I miss something here?

thanks,
Dinesh

-- 
http://nethu.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to