Forum Discussion
oattie
15 years agoNew Contributor
Thanks for reply, manik
My self-host IIS has a WebService which provides custom authentication with username and password and use X509 certificate. After I try to create a testcase with a request, it finally generates XML message for the request but in the header section, as far as I know, If I have an authentication with a certificate it must generate something inside soap message header too right? But in this case, it is not. It just generate a simple request message like
I don't know whether there is something wrong in my configuration at WebService.
regards
Oattie
My self-host IIS has a WebService which provides custom authentication with username and password and use X509 certificate. After I try to create a testcase with a request, it finally generates XML message for the request but in the header section, as far as I know, If I have an authentication with a certificate it must generate something inside soap message header too right? But in this case, it is not. It just generate a simple request message like
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">
<soap:Header/>
<soap:Body>
<tem:GetServertime/>
</soap:Body>
</soap:Envelope>
I don't know whether there is something wrong in my configuration at WebService.
regards
Oattie