Forum Discussion
Michael_Gfeller
16 years agoNew Contributor
After some trial and error we got a little further, the message is now succesfullt decrypt and processed on the server side and an encrypted message is returned. But we don’t manage to get the response decrypted.
We did two things: First we generated the certificate with openssl instead of with keytool, then the message was successfully decrypted, but the serverside still failed while it expected a wsu:id in the body. So second we we added a dummy wsu:id manually to the body:
Then we got the following response:
(see attachment)
We have two question, can we configure SOAPUI to add the wsu:id to the body and how can we get the response decrypted. Are these two questions related?.
And another question, the Java client requires a trust store to be defined, but we are not providing any similar information here (client public key). Do you know the difference between the Java client and SOAP-UI?
We have done the following configurations:
(See attachment)
We did two things: First we generated the certificate with openssl instead of with keytool, then the message was successfully decrypted, but the serverside still failed while it expected a wsu:id in the body. So second we we added a dummy wsu:id manually to the body:
Then we got the following response:
(see attachment)
We have two question, can we configure SOAPUI to add the wsu:id to the body and how can we get the response decrypted. Are these two questions related?.
And another question, the Java client requires a trust store to be defined, but we are not providing any similar information here (client public key). Do you know the difference between the Java client and SOAP-UI?
We have done the following configurations:
(See attachment)