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