1. Install Eclipse plugin. Go to Help->software updates->Find and Install… Link to installer is: http://http4e./install/ 2. Open http4e. Go to window->show view->HTTP->Eclipse HttpClient(http4e) 3. Start to test. Enter the URL. Enter the http request to Body field. e.g. <request
version="1.0"> <action>
<name>XXXX</name>
<payload><![CDATA[<searchListing>
<lastReceipt>XXXXX</lastReceipt>
<numberRequested>XXXX</numberRequested> </searchListing>]]>]></payload>
</action> </request> Then click ‘Enter’ button to run. Know you can see the response which is also xml formatting. |
|