ESDLESPresponse.xml 570 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="ESPresponse">
  5. <title><emphasis role="bold">ESPresponse</emphasis></title>
  6. <para><indexterm>
  7. <primary>ESPresponse</primary>
  8. </indexterm>The response structure for a method.</para>
  9. <para><emphasis role="bold">Example:</emphasis></para>
  10. <programlisting>ESPresponse MyQueryResponse
  11. {
  12. string FirstName;
  13. string MiddleName;
  14. string LastName;
  15. }; </programlisting>
  16. </sect1>