AMendoza
14 years agoNew Contributor
ERROR MESSAGE: Session ID cookie value cannot be null
Hi
We are trying to use SoapUI to perform a database search. We are doing a test in three steps:
1) Authentication (IP based - returns a unique session ID)
2) Property transfer: we pass on this unique session ID to a global value
3) Search and retrieve data: keyword based search using this Session ID.
We are consistently getting an error at step 3: Session ID cannot be null or empty value - It is required that the high-level Web service client program participate in the session initialized by the server. Our guess is that this error is caused by Session ID not being passed on to the search. Essentially, we have two different WSDL files: one for authentication and one for search/retrieve and the Session ID should be transferred from authenticate WSDL file to search/retrieve WSDL file. That does not seem to be happening. Any help would be greatly appreciated.
We are trying to use SoapUI to perform a database search. We are doing a test in three steps:
1) Authentication (IP based - returns a unique session ID)
2) Property transfer: we pass on this unique session ID to a global value
3) Search and retrieve data: keyword based search using this Session ID.
We are consistently getting an error at step 3: Session ID cannot be null or empty value - It is required that the high-level Web service client program participate in the session initialized by the server. Our guess is that this error is caused by Session ID not being passed on to the search. Essentially, we have two different WSDL files: one for authentication and one for search/retrieve and the Session ID should be transferred from authenticate WSDL file to search/retrieve WSDL file. That does not seem to be happening. Any help would be greatly appreciated.