Hello,
in my enviroment i have web service implemented in .NET tehnology with Kerberos Token WS-Security. My task is to call (consume) that web service from Java/Spring based application. On...
Type: Posts; User: nevenr; Keyword(s):
Hello,
in my enviroment i have web service implemented in .NET tehnology with Kerberos Token WS-Security. My task is to call (consume) that web service from Java/Spring based application. On...
I found solution. In this reference i found how to specify SAOPAction and it seems to me that HTTP header POST is not important for this case. My HTML header looks like:
POST / HTTP/1.1...
Hello,
i need to consume wcf web service. https + wsse (username token, password plain text).
On call i get (wcf) exception :
The message with Action '' cannot be processed at the receiver, due...