Hi Ashish,
As per the module no Session ID is generated in the response XML Please see the logs:
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://localhost/retail/namespaces">
<SOAP-ENV:Body>
<ns1:RetailLoginResponse xmlns:ns1="urn:RetailApp">
<return xsi:type="tns:loginresponse">
<loginusername xsi:type="xsd:string">gupta.jayshree5@gmail.com</loginusername>
<sessionid xsi:type="xsd:string"><![CDATA[<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>]]></sessionid>
<role xsi:type="xsd:string">customer</role>
<loginstatus xsi:type="xsd:string">loggedin</loginstatus>
</return>
</ns1:RetailLoginResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Hi Ashish ,
Is this issue resolved .As because of the session id we are not able to move forward.
There are 2 applications in Module 8 and Module 16 which were not working since we had some config changes.
Applications are ready now.
Please dont use your id as login id now. Its no longer supported.
Please follow following instructions:
Module 8 Retail Application (SOAP Based)
Please use login id as 'user' and password as 'whizdom' for normal login.
For admin Login, please use login id as user_soapadmin and password as 'whizdom'
For Module 16 Retail Application(REST Based)
Please use login id as 'admin' and password as 'whizdom' for login.
Rest everything is same.
You need to download code and the new modified application will be in it