[ https://issues.apache.org/jira/browse/AXIS2-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanjaya Karunasena updated AXIS2-3233: -------------------------------------- Summary: How to enable Fast Infoset is not documented (was: How enable Fast Infoset is not documented) > How to enable Fast Infoset is not documented > -------------------------------------------- > > Key: AXIS2-3233 > URL: https://issues.apache.org/jira/browse/AXIS2-3233 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: modules > Environment: N/A > Reporter: Sanjaya Karunasena > Priority: Critical > > How to enable Fast Infoset is documented. Can some one please add the > following text to the relevant area of the documentation? > How to enable Fast Infoset > ================= > In the "axis2.xml" under the section "messageFormatters" add the following > Message Formatter(s). > <!-- POX Message Formatter --> > <messageFormatter contentType="application/fastinfoset" > class="org.apache.axis2.fastinfoset.FastInfosetPOXMessageFormatter"/> > <!-- SOAP Message Formatter --> > <messageFormatter contentType="application/soap+fastinfoset" > class="org.apache.axis2.fastinfoset.FastInfosetMessageFormatter"/> > Under the section "messageBuilders" add the following Message Builder. > <!-- POX Message Builder --> > <messageBuilder contentType="application/fastinfoset" > class="org.apache.axis2.fastinfoset.FastInfosetPOXBuilder"/> > <!-- SOAP Message Builder --> > <messageBuilder contentType="application/soap+fastinfoset" > class="org.apache.axis2.fastinfoset.FastInfosetBuilder"/> > If you want to use SOAP set the content type of the message to > "application/soap+fastinfoset" and if you want to use POX set the content > type to of the message to "application/fastinfoset". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]