How can I see SOAP Request with all the items in WS-PROFILE added.
Hi,
I am trying see what exactly get generated in SOAP Request when we have setup WS-PROFILE with timestamp, user/pwd, and signature etc. to confirm that we have generated valid security setting before calling out. Apparently we are trying to confirm if timestamp and message signing of the soap body is in place before sending out the request.
I turned on the debug for 'Rule_Obj_Activity_Rule_Connect_SOAP_InvokeAxis2_Action', but it is not useful. I am hoping to see the WSSE elements in SOAPHeader etc... but not in the debug message.
below is the sample only call out in attempting to see what SOAP Message get generated by AXIS, not no soap ws-security elements in debug msg.
2016-03-02 00:15:55,701 [http-bio-8082-exec-8] [ STANDARD] [ ] [ MyAppB:01.01.01] (Axis2.Rule_Connect_SOAP.Action) DEBUG localhost| Proprietary information hidden|Rule-Connect-SOAP.SCO1-Int-GlobalWeatherW-GlobalWeather.GetCitiesByCountry Admin@SCO1 - SOAP Request Envelope:
Hi,
I am trying see what exactly get generated in SOAP Request when we have setup WS-PROFILE with timestamp, user/pwd, and signature etc. to confirm that we have generated valid security setting before calling out. Apparently we are trying to confirm if timestamp and message signing of the soap body is in place before sending out the request.
I turned on the debug for 'Rule_Obj_Activity_Rule_Connect_SOAP_InvokeAxis2_Action', but it is not useful. I am hoping to see the WSSE elements in SOAPHeader etc... but not in the debug message.
below is the sample only call out in attempting to see what SOAP Message get generated by AXIS, not no soap ws-security elements in debug msg.
2016-03-02 00:15:55,701 [http-bio-8082-exec-8] [ STANDARD] [ ] [ MyAppB:01.01.01] (Axis2.Rule_Connect_SOAP.Action) DEBUG localhost| Proprietary information hidden|Rule-Connect-SOAP.SCO1-Int-GlobalWeatherW-GlobalWeather.GetCitiesByCountry Admin@SCO1 - SOAP Request Envelope:
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:GetCitiesByCountry xmlns:ns1="http://www.webserviceX.NET"> <ns1:CountryName>Thailand</ns1:CountryName> </ns1:GetCitiesByCountry></soapenv:Body></soapenv:Envelope>
Regards
Seri