login button

How WCF client connect to WSF/php service with useUsernameToken

Forums :

I try to use WCF client connect WSDL generated + useUsernameToken service sample


if binding like this



            <wsHttpBinding>


                <binding >


                    <security mode="Message">


                        <message clientCredentialType="UserName" negotiateServiceCredential="true" />


                    </security>


                </binding>


            </wsHttpBinding>

--> error: missing operation




if negotiateServiceCredential="false"


-->error: The service certificate is not provided for target 'http://localhost:8080/UAR/samples/wsdl_generation/doclit_service.php'. Specify a service certificate in ClientCredentials.




additional information: the php client work well.




So, do wsf/php handle negotiate operations from clients?


please give a guide/example for WCF client connect to WSF/php service with useUsernameToken,




Thanks

AttachmentSize
doclit_client.php_.txt2.36 KB
doclit_service.php_.txt2.24 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

A Guide for WCF client to WSF/PHP service and vice versa

To whom may concern.
Check http://wso2.org/interop/stocktrader for practical example

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.