elcaro2k
03-06-2006, 09:07 PM
I have been given this xml and ask to post to a url
<eocrequest>
<authentication>
<username>eocrequestor</username>
<password>I3bffCJF3eaXOWvwDppp</password>
</authentication>
<request>
<type>link</type>
<groupno>1503160005</groupno>
<memberno>XFL123456789</memberno>
<membereffdate>01012006</membereffdate>
</request>
</eocrequest>
And this i should receive this response. Can someone tell me the quickest way to do this?
<eocresponse>
<response>
<groupno>195001B001</groupno>
<memberno>XFL123456789</memberno>
<membereffdate>01/01/2006</membereffdate>
<groupeffdate>01/01/2006</groupeffdate>
<filelink>http://wlp1.mysite.com/eoc/195000-195000F001-11012005.pdf</filelink>
</response>
</eocresponse>
<eocrequest>
<authentication>
<username>eocrequestor</username>
<password>I3bffCJF3eaXOWvwDppp</password>
</authentication>
<request>
<type>link</type>
<groupno>1503160005</groupno>
<memberno>XFL123456789</memberno>
<membereffdate>01012006</membereffdate>
</request>
</eocrequest>
And this i should receive this response. Can someone tell me the quickest way to do this?
<eocresponse>
<response>
<groupno>195001B001</groupno>
<memberno>XFL123456789</memberno>
<membereffdate>01/01/2006</membereffdate>
<groupeffdate>01/01/2006</groupeffdate>
<filelink>http://wlp1.mysite.com/eoc/195000-195000F001-11012005.pdf</filelink>
</response>
</eocresponse>