Wouldn't that be great if we can have a document in Axis2 site as well ? -Deepal > [ > https://issues.apache.org/jira/browse/AXIS2-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537202 > ] > > Sanjaya Karunasena commented on AXIS2-3233: > ------------------------------------------- > > http://wso2.org/library/2686 > > /Sanjaya > > >> 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". >> > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
