|
|
@ -152,6 +152,14 @@
|
|
|
|
<!-- for different message format serializations in Axis2. These message formats are -->
|
|
|
|
<!-- for different message format serializations in Axis2. These message formats are -->
|
|
|
|
<!-- expected to be resolved based on the content type. -->
|
|
|
|
<!-- expected to be resolved based on the content type. -->
|
|
|
|
<messageFormatters>
|
|
|
|
<messageFormatters>
|
|
|
|
|
|
|
|
<messageFormatter contentType="application/x-apple-aspen-mdm"
|
|
|
|
|
|
|
|
class="org.apache.axis2.format.PlainTextFormatter"/>
|
|
|
|
|
|
|
|
<messageFormatter contentType="application/x-apple-aspen-config"
|
|
|
|
|
|
|
|
class="org.apache.axis2.format.PlainTextFormatter"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<messageFormatter contentType="application/pkcs7-signature"
|
|
|
|
|
|
|
|
class="org.apache.axis2.format.PlainTextFormatter"/>
|
|
|
|
|
|
|
|
|
|
|
|
<messageFormatter contentType="application/x-www-form-urlencoded"
|
|
|
|
<messageFormatter contentType="application/x-www-form-urlencoded"
|
|
|
|
class="org.apache.axis2.transport.http.XFormURLEncodedFormatter"/>
|
|
|
|
class="org.apache.axis2.transport.http.XFormURLEncodedFormatter"/>
|
|
|
|
<messageFormatter contentType="multipart/form-data"
|
|
|
|
<messageFormatter contentType="multipart/form-data"
|
|
|
@ -220,6 +228,15 @@
|
|
|
|
<!-- different message formats in Axis2. These message formats are expected to be -->
|
|
|
|
<!-- different message formats in Axis2. These message formats are expected to be -->
|
|
|
|
<!-- resolved based on the content type. -->
|
|
|
|
<!-- resolved based on the content type. -->
|
|
|
|
<messageBuilders>
|
|
|
|
<messageBuilders>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<messageBuilder contentType="application/x-apple-aspen-mdm"
|
|
|
|
|
|
|
|
class="org.apache.axis2.format.PlainTextBuilder"/>
|
|
|
|
|
|
|
|
<messageBuilder contentType="application/x-apple-aspen-config"
|
|
|
|
|
|
|
|
class="org.apache.axis2.format.PlainTextBuilder"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<messageBuilder contentType="application/pkcs7-signature"
|
|
|
|
|
|
|
|
class="org.apache.axis2.format.PlainTextBuilder"/>
|
|
|
|
|
|
|
|
|
|
|
|
<messageBuilder contentType="application/xml"
|
|
|
|
<messageBuilder contentType="application/xml"
|
|
|
|
class="org.apache.axis2.builder.ApplicationXMLBuilder"/>
|
|
|
|
class="org.apache.axis2.builder.ApplicationXMLBuilder"/>
|
|
|
|
<messageBuilder contentType="text/html"
|
|
|
|
<messageBuilder contentType="text/html"
|
|
|
@ -322,6 +339,7 @@
|
|
|
|
<Password>wso2carbon</Password>
|
|
|
|
<Password>wso2carbon</Password>
|
|
|
|
</TrustStore>
|
|
|
|
</TrustStore>
|
|
|
|
</parameter>
|
|
|
|
</parameter>
|
|
|
|
|
|
|
|
<parameter name="HostnameVerifier">AllowAll</parameter>
|
|
|
|
<!--<parameter name="SSLVerifyClient">require</parameter>
|
|
|
|
<!--<parameter name="SSLVerifyClient">require</parameter>
|
|
|
|
supports optional|require or defaults to none -->
|
|
|
|
supports optional|require or defaults to none -->
|
|
|
|
</transportReceiver>
|
|
|
|
</transportReceiver>
|
|
|
|