Hi,

Please find my comments inline

> To use the SOAP task when designing BPMN processes, I implemented a SOAP
>>> extension as an Activiti designer extension to the developer studio [1].
>>> After adding the SOAP extension I implemented to the Activiti designer
>>> extensions, the SOAP task will appear as a separate task in the tools
>>> palette. The SOAP task in the palette will have all the properties/fields
>>> as mentioned above in the main config tab, the user has to only give the
>>> required values.
>>>
>> ​+1. This is great. Can ​we do same for Rest Task as well.
>>
>

>      +1 To use the REST task in a BPMN process I'll implement a REST
> extension as  an Activiti designer extension to the developer studio.
>


> *<activiti:field name="headers">*
>>>
>>> *<activiti:expression>${headers}</activiti:expression>*
>>> *​*
>>>
>> ​In Header field, will it accept both expressions and fixed values ? if
>> fixed values are supported can check feasibility implementing Activiti
>> Designer's form support or
>> PropertyType.DATA_GRID
>> ​ support for header fields. ?
>>
>
        This header property defines the Header block attached to the SOAP
Header when creating the SOAP request. Yes, it can accept both expressions
and fixed             values. If its the HTTP transport headers you are
referring to as given below , the HTTP transport headers are given as
key,value pairs so it can accept both                 expressions and fixed
values.

         *<activiti:field name="transportHeaders">*

*     <activiti:string>Cache-Control: no-cache, Pragma:
no-cache</activiti:string>*

*     </activiti:field>*

     I have completed the implementation of the BPMN SOAP extension for C5
using Netty as the sender. Currently I'm working on the implementation of
the              SOAP extension for C4 using the Axis 2 service client.

>
>> ​+1. You will be able to implement ​
>> ​this easily by extending Axis2 Service client.
>>
>         +1 I will use the Axis2 Service client to implement the SOAP
extension for C4.

>
>>
>>
Best Regards,
*Natasha Wijesekare*

*Software Engineering Intern, WSO2  Inc:  http://wso2.com
<http://wso2.com/>*
*email  : [email protected] <[email protected]>*
*mobile: +94 771358651*
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to