Advertisement
OldCode101

HelloWorld Servlet Response (in JSON)

May 16th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. {
  2.  
  3. -
  4. Command: [
  5. "helloWorld"
  6. "helloWorld"
  7. ]
  8. -
  9. Params: [
  10. { }
  11. { }
  12. ]
  13. -
  14. Status: [
  15. "OK"
  16. "OK"
  17. ]
  18. -
  19. StatusMessage: [
  20. [ ]
  21. ]
  22. -
  23. Secure: [
  24. "0"
  25. "0"
  26. ]
  27. -
  28. Result: [
  29. -
  30. {
  31. @id: "record_0"
  32. response: "Hello World!"
  33. }
  34. -
  35. [
  36. -
  37. {
  38. @id: "record_0"
  39. response: "Hello World!"
  40. }
  41. -
  42. {
  43. @id: "record_1"
  44. response: "Hello World!"
  45. }
  46. ]
  47. ]
  48.  
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement