Hi,
Adding the below piece of code in axis2.xml of CPBWebservice under WebApps solved the above errors.
class="org.apache.axis2.transport.http.SimpleHTTPServer">
<parameter name="port">443</parameter>
<parameter name="hostname">https://server</parameter>
</transportReceiver>
It is because as SSL is enabled in our environment and thru Web Dispatcher, SSL parameters are required in the axis2.xml file.
However, up on adding and restarting below is what i am facing one on another in the CPB tab.
DecodingError: The web service call failed. Fault code: DecodingError. Fault string: SOAP Response cannot be decoded. Raw response: .
When i click ok, then i am getting the below.
Unable to access the web server. (CUI-10001)
Any help is highly appreciated.
Kind Regards,
Mahesh