i have java app. And it has web service with checked secure service and chosen transport security ssl. I have setted security constraint. It seems that is function when i write address to my browser over https.
But when I want call this web service in my PHP app over soap client, response show me that I have invalid security header, but I cant see any header in my java app. This app was coded in netbeans. I tried set header in php app, but a dont know how it looks like and what exactly must be in header for my service.
Thanx