Click here to Skip to main content
15,886,637 members

Comments by TCS54321 (Top 130 by date)

TCS54321 4-Nov-22 8:09am View    
Thank you so much. your solution work for me.
TCS54321 4-Nov-22 1:45am View    
thank you. i tried the XLINQ solution. and it work for me.
TCS54321 31-Oct-22 6:26am View    
Thank you for your solution.
i use this code
using (Stream stream = webRequest.GetRequestStream())
{
soapEnvelopeXml.Save(stream);
}

and now my code is working.
TCS54321 31-Oct-22 6:06am View    
this api give expected response when i directly call through Postman
TCS54321 31-Oct-22 6:03am View    
i call this postman publicly available api.
var _url = "https://www.dataaccess.com/webservicesserver/NumberConversion.wso"

i updated my question please check