pmorelli92/SoapHttpClient

How to add the below sample one in the body using this api

Closed this issue · 2 comments

tem:GetByStatusAndId

tem:distributorId

arr:guidbee3c0be-ccbf-4882-ad5a-d288f5677a51</arr:guid>
</tem:distributorId>

tem:distributorStatus

arr:unsignedByte123</arr:unsignedByte>
</tem:distributorStatus>
</tem:GetByStatusAndId>

I have to send two or three parameters like guid, unsigned byte, username, password elements in the body how to do that

Hi @gnaneswarreddy this library sends an XML payload using the SOAP protocol, there by I am not answering support on how to create the desired XML; for that you will be good following the documentation linked here:

https://docs.microsoft.com/en-us/dotnet/api/system.xml.linq.xelement?view=netframework-4.8