• Sreenivas Angara 7
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
SOAP Request returning HTTP 400I am using soapUI to test SFDC webservices. I can ping 

Endpoint url is .. https://login.salesforce.com/services/Soap/c/33.0/0DFj0000000TUpg

SOAP request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:login>
         <urn:username>Sreenivas.Angara@tcs.com</urn:username>
         <urn:password>###ValidPassword####</urn:password>
      </urn:login>
   </soapenv:Body>
</soapenv:Envelope>

SOAP response
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>

The WSDL was generated within SalesForce.com using Generate Enterprise WSDL and imported into soapUI

Any help as to what I doing wrong would be appreciated
I am using soapUI to test SFDC webservices. I can ping 

Endpoint url is .. https://login.salesforce.com/services/Soap/c/33.0/0DFj0000000TUpg

SOAP request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:login>
         <urn:username>Sreenivas.Angara@tcs.com</urn:username>
         <urn:password>###ValidPassword####</urn:password>
      </urn:login>
   </soapenv:Body>
</soapenv:Envelope>

SOAP response
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>

The WSDL was generated within SalesForce.com using Generate Enterprise WSDL and imported into soapUI

Any help as to what I doing wrong would be appreciated.
 
SOAP Request returning HTTP 400I am using soapUI to test SFDC webservices. I can ping 

Endpoint url is .. https://login.salesforce.com/services/Soap/c/33.0/0DFj0000000TUpg

SOAP request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:login>
         <urn:username>Sreenivas.Angara@tcs.com</urn:username>
         <urn:password>###ValidPassword####</urn:password>
      </urn:login>
   </soapenv:Body>
</soapenv:Envelope>

SOAP response
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>

The WSDL was generated within SalesForce.com using Generate Enterprise WSDL and imported into soapUI

Any help as to what I doing wrong would be appreciated
I am using soapUI to test SFDC webservices. I can ping 

Endpoint url is .. https://login.salesforce.com/services/Soap/c/33.0/0DFj0000000TUpg

SOAP request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:login>
         <urn:username>Sreenivas.Angara@tcs.com</urn:username>
         <urn:password>###ValidPassword####</urn:password>
      </urn:login>
   </soapenv:Body>
</soapenv:Envelope>

SOAP response
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>

The WSDL was generated within SalesForce.com using Generate Enterprise WSDL and imported into soapUI

Any help as to what I doing wrong would be appreciated.
 

How to perform testing in SOAP UI through REST API ?

  • December 10, 2013
  • Like
  • 0