passing xml to a webservice
- by Neale
I have a simple web service that will have one method: DoTransactions(xlm)
Now the reason that i am using XML as a parameter is due to the fact that the parameters will often change. So for example it could be:
<payload>
<userId>1234</userid>
<partnerId>ptn654</partnerId>
</payload>
OR
<payload>
…