You can find all you need from here.

http://blogs.deepal.org/2009/06/axis2-tutorials-and-articles.html

Thanks,
Deepal

2009/7/21 浮生半世情 <[email protected]>:
> Dears
>        There are three files named axis2.xml, services.xml and module.xml
> on Axis2 package. Then, we can use them to adjust Axis2's behaviors. But,
> who know all possible elements for them or where I can find any reference
> documentations. For example, the following is my settings for services.xml.
> I can use the tag named "elementFormDefaultQualified" to disable the
> qualified characteristic. However, I want to know all possible parameters.
>        Therefore, who can give me the assistances ? Thanks.
>
> <service name="QuestionChangeAnnounceServiceProvider" class=
> "com.xxx.arg.webservice.util.InitiateSpringContext">
>      <Description>
>            xxx Project - Question Change Announce Web Service
> Specificaiton Settings
>      </Description>
>      <messageReceivers>
>            <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only";
> class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver" />
>            <messageReceiver  mep="http://www.w3.org/2004/08/wsdl/in-out";
> class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
>      </messageReceivers>
>    <parameter name="ServiceClass" locked="false">
>                    com.xxx.arg.sao.QuestionChangeAnnounceServiceProvider</
> parameter>
>    <parameter name="ServiceObjectSupplier">
>
> org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier
>
> </parameter>
>    <parameter name="SpringBeanName">
> QuestionChangeAnnounceServiceProviderTarget</parameter>
>    <parameter name="enableSwA">true</parameter>
>    <parameter name="enableMTOM">true</parameter>
>    <schema elementFormDefaultQualified="false"/>
>    <schema attributeFormDefaultQualified="false"/>
> </service>



-- 
http://blogs.deepal.org

Reply via email to