Hi Sagara,
This admin service works correctly last week in trunk. But with the latest
update messageExchangePattern is not set as expected.

I defined this operation in service.xml (
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/resources/META-INF/services.xml)
of bpel admin service as follows.

<operation name="retireProcess" mep="http://www.w3.org/ns/wsdl/in-only";
namespace="http://wso2.org/bps/management/wsdl/ProcessManagement";>
<actionMapping>urn:retireProcess</actionMapping>
 <parameter name="AuthorizationAction"
locked="true">/permission/admin/manage/bpel/processes</parameter>
</operation>


But when this operation invoked, the mep has been set to "
http://www.w3.org/ns/wsdl/robust-in-only <http://www.w3.org/ns/wsdl/in-only>
"

Service impl is at
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/core/ode/integration/mgt/services/ProcessManagementServiceSkeleton.java.
Were there any recent changes happen?

-- 
Thanks,
Denis
----------------------------------------------------------
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis <http://goog_277208233/>** [AT] wso2.com <http://wso2.com/>*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
*blog: **http://ddweerasiri.blogspot.com* <http://ddweerasiri.blogspot.com/>
*
twitter: **http://twitter.com/ddweerasiri* <http://twitter.com/ddweerasiri>*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to