REST service using XML authentication block and then data string
Hi,
Is it possible to POST data to a third party system using REST web service where the data looks like this.
<Authentication>
<CompanyID>123456</CompanyID>
<UserLogin>demouser</UserLogin>
<UserPassword>password</UserPassword>
</Authentication>A,Account,222555,Finance
The authentication block is an xml followed by data that needs to be posted.
Thanks,
Vishal