Hi everybody,
I've got a problem while consuming a login web service. (login data is sent via web service, then a SessionID should be received)
Therefore a Service Consumer has been created and configured (+ Logical Port).
When running the Service, the following error occurs:
Mindestens ein erforderliches Anmeldeparameter fehlt. (CWS-10004)
in English: ~ "At least one required Login-parameter is missing"
The error is caused by missing username and password (which are actually configured in the Logical Port).
If I add the username and password manually to the soap-header in the code, the web service works fine.
Any ideas how to solve this problem?
Regards
Hannes