Hi
i need to use a SOAP Request for my client. I added a SOAP Connectionpoint and tried out my request. The response is:
<SOAP-ENV:Fault xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
<faultcode xmlns:a="">docs.oasis-open.org/.../faultcode>
<faultstring>Fehler beim Überprüfen der Sicherheit für die Nachricht.</faultstring>
</SOAP-ENV:Fault>
Translated it means, that there is an error with security.
To check my login data, I tried out my Request in the Windows Software SoapUI to be sure, that everythin works with the SOAP webservice.
The Authentication works with username and password. In SoapUI i need to activate the Property: WSS-Password-Type = PasswordText. Whithout this property it's not possible to send a request. The error message in SoapUI without this property is identaly with my Soap-Connectionpoint Errormessage (because both don't use the WSS-Password-Type attribute!)
When i add the property to my request in SoapUI, everything works fine.

Now i have the problem, that in my SOAP Connectionpooint in ION, that just two different Authorizationways possible are: "No Authorization" and "Basic". There is no way to add additional authorization-propertys. I filled in my username and my password, but it didn't work out. How can i add this Property to my SOAP Connectionpoint? Are there no other ways to add a special authentifiation in the soap Connectionpoint? i know, that there are e few more possible ways to authorizate a request in SOAP (example kerberos, NTLM...) How can i realize in future this kind of Soap Requests?
Thanks for your help.