Hi All,

Following is a sample axis2 service.xml configuration,


<serviceGroup>

<service name="MyService" scope="transportsession">
<transports>
<transport>https</transport>
</transports>
<parameter name="ServiceClass" locked="false">
pathToMyService
</parameter>
<parameter name="adminService" locked="true">true</parameter>
<parameter name="hiddenService" locked="false">false</parameter>
<parameter name="AuthorizationAction" locked="true">/permission/admin/login
</parameter>
</service>

</serviceGroup>



When I try to send soap request via Soap UI it requires authentication for
all service methods. Following parameter can be used to remove the
authentication of all service methods.

<parameter name="DoAuthentication" locked="true">false</parameter>



Is there anyway that can be used to remove the authentication of only a
 particular method in service class?









-- 
Isura Dilhara Karunaratne
Software Engineer

Mob +94 772 254 810
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to