Hi Sanjay,

That worked perfectly! Thanks for your advice. On a separate note, I've
> a question regarding disabling HTTPS. The primary reason I want to do
> this is because TCPMON can't intercept encrypted messages. I disabled
> HTTPS by commenting out the following line in the services.xml file :
>
>                                <sp:TransportToken>
>                                  <wsp:Policy>
>                                        <!-- <sp:HttpsToken
> RequireClientCertificate="false"/>-->
>                                  </wsp:Policy>
>                                </sp:TransportToken>
>

I'm not clear about your requirements. By commenting out the above line,
what do is remove the requirement which says the message MUST come through
the HTTPS transport. So if you comment this line and call the web service
through HTTP , you will be able to intercept the messages through TCPMON. Is
this what you want ?

Else if we really want is to disable https for a certain service, "Exposing
a Service on a Selected Transport" section of this tutorial [1].

thanks,
nandana

[1] - http://wso2.org/library/2060

-- 
Nandana Mihindukulasooriya
WSO2 inc.

http://nandana83.blogspot.com/

Reply via email to