function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dujsudujsu 

WSDL Response - Returns HTML and Sends to Login

Hello,

 

Im trying to consume a WSDL in our SFDC instance and am receiving the following response:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <script> var escapedHash = ''; var url = 'https://test.salesforce.com/FAKEWSDLNAME'; if (window.location.hash) { escapedHash = '%23' + window.location.hash.slice(1); } if (window.location.replace){ window.location.replace(url + escapedHash); } else {; window.location.href = url + escapedHash; } </script> </head> </html> <!-- ................................................................................................... ................................................................................................... ................................................................................................... ................................................................................................... -->

 

Why does this happen and what do I need to do with it? 

 

All suggestions are appreciated.

 

Thanks ahead!

dujsudujsu

Hello,

 

Just following up to see if anyone can help me with this. All suggestions are appreciated.

 

Thanks