Thanks markn for reply. Actually i have parameter like:
param = {"abcd":{"isDevice":false,"soapRequest":{"cMedium":"WEB"}},"searchCustomerProfileRestRequest":{"soapRequest":{"customerSearch":{"address":{"streetAddress1":"NT=","unitNumber":"NzY0Mg==","zipCode":"MyMTk="},"sessionId":""}}},"ProfileRestRequest":{"soapRequest":{"sessionId":"","searchSelectionChoice":{}}},"queryBadDebtRestRequest":{"soapRequest":{"sessionId":"","firstName":null,"lastName":null,"emailAddress":null,"socialSecurityNumber":null,"telephoneNumber":null,"creditCheckConsent":false},"dateOfBirth":null}}
i have to send it as a
http post request.
If i paas parameter here:
url.AsyncPostFromString(param)
it gives me
syntax error , b/c parameter should be in string form. So i am not understanding how to pass param here.