Changes between Version 2 and Version 3 of UniformClearinghouseApiTestingCurl


Ignore:
Timestamp:
02/17/14 13:56:10 (10 years ago)
Author:
tmitchel@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseApiTestingCurl

    v2 v3  
    218218</methodResponse>
    219219}}}
     220
     221= MA.lookup("Member")... =
     222Here is a more complicated method call:
     223{{{
     224#!xml
     225<?xml version="1.0"?>
     226<methodCall>
     227    <methodName>lookup</methodName>
     228    <params>
     229        <param>
     230            <value>
     231                <string>MEMBER</string>
     232            </value>
     233        </param>
     234        <param>
     235            <value>
     236                <array>
     237                    <data/>
     238                </array>
     239            </value>
     240        </param>
     241        <param>
     242            <value>
     243                <struct>
     244                    <member>
     245                        <name>match</name>
     246                        <value>
     247                            <struct>
     248                                <member>
     249                                    <name>MEMBER_URN</name>
     250                                    <value>urn:publicid:IDN+ch-tm.gpolab.bbn.com+user+USERNAME</value>
     251                                </member>
     252                            </struct>
     253                        </value>
     254                    </member>
     255                </struct>
     256            </value>
     257        </param>
     258    </params>
     259</methodCall>
     260}}}