Hi All,
I am trying to run an HTTP request to pull a list and am getting an empty string as the response to the request. Hoping someone can help me out to look through and see if they have any ideas.
Body:
"<?xml version='1.0' encoding='utf-8'?>"+"<soap12:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap12='http://www.w3.org/2003/05/soap-envelope'>"+"<soap12:Header>"+"<Authentication xmlns='http://www.website.com/WebServices'>"+"<User>"+username+"</User>"+"<Password>"+password+"</Password>"+"</Authentication>"+"</soap12:Header><soap12:Body>"+"<GetPartList xmlns='http://www.website.com/WebServices' />"+"</soap12:Body>"+"</soap12:Envelope>"
Thanks in advance!