Forum Discussion

dabuzz's avatar
15 years ago

Soap UI and Secure WCF Service

Hi.
I am trying to call a simple service function in an WCF secure wcf service. The service is exposed through https and has basic authentication.
My problem is that i can manage to call the function correctly with SoapUi but i cant manage to make this work with php (NuSoap php client).

This is the error that function outputs.


Array
(
[faultcode] => a:InvalidSecurity
[faultstring] => Array
(
[!xml:lang] => el-GR
[!] => An error occurred when verifying security for the message.
)

)


In the SoapUi if i dont specify the WSS-Password type to PlainText the same error occours otherwise the function works, so i guess that it is related to my problem. Anyway my question would be if anyone knew how can this be fixed in php or perhpas how can i see the exact requests that the SoapUi sends to service. The thing is that because its https all the traffic is encrypted and i cant get the exact data that is sent over the wire
No RepliesBe the first to reply