[Dev] [APIM][3.0.0] Standard for maintaining i18n keys in the json file

2018-08-21 Thread Rajith Roshan
Hi all, We have added the support for localization in APIM v3. We have followed the format[1] (words separated by dots)when specifying the key for the i18n text. But when we have lengthy text values , the key is getting longer as in [2]. We have followed the same patter in APIM V2 also when

[Dev] [APIM][3.0.0] Endpoint configuration

2018-08-21 Thread Rajith Roshan
Hi all, Currently the APIM V3 rest api support following format to declare endpoint details when creating an API. We can add endpoints with type "Production" and "Sandbox". The "*endpointConfig*" parameter is directly saved in database as blob and used in the UI to show endpoint details of api.

Re: [Dev] HTTP Verb PATCH support for MSF4J

2018-08-21 Thread Afkham Azeez
Malintha can you please look into that PR? On Wed, Aug 22, 2018, 6:34 AM Thusitha Thilina Dayaratne < thusithathil...@gmail.com> wrote: > Hi Malintha, > > AFAIK this was not implemented. > It seems like there is an open PR relate to this. IMHO that can be merged > to get the PATCH support if the

Re: [Dev] HTTP Verb PATCH support for MSF4J

2018-08-21 Thread Thusitha Thilina Dayaratne
Hi Malintha, AFAIK this was not implemented. It seems like there is an open PR relate to this. IMHO that can be merged to get the PATCH support if the PR looks good. [1] - https://github.com/wso2/msf4j/pull/546 On Wed, Aug 8, 2018 at 3:29 AM Malintha Amarasinghe wrote: > Hi all, > > Just

Re: [Dev] Sending Data Over TCP

2018-08-21 Thread Amit Gupta
Thank you Thishani , I updated the proxy with the example and tried however i am getting same issue. http://ws.apache.org/ns/synapse; name="TestProxy" startOnLoad="true" statistics="disable" trace="disable" transports="http">

Re: [Dev] Sending Data Over TCP

2018-08-21 Thread Thishani Lucas
Hi Amit, As I have answered in [1], we need a TCP endpoint in the send mediator. [1] https://stackoverflow.com/questions/51947933/sending-data-over-tcp-on-wso2-esb Thanks, Thishani On Tue, Aug 21, 2018 at 7:53 PM, Amit Gupta wrote: > Hi Lahirumadu , > > Thank you for the response . > > I had

Re: [Dev] Sending Data Over TCP

2018-08-21 Thread Amit Gupta
Hi Lahirumadu , Thank you for the response . I had gone through the documentation and was little confused, Like when ESB needs to send data over TCP then IP and port of the TCP server is required however here we just mention Port, So my scenario is that ESB should be able to send data over TCP

Re: [Dev] Sending Data Over TCP

2018-08-21 Thread Lahiru Madushanka
Hi Amit, Please refer to this [1] documentation. ( contains a sample ) [1] https://docs.wso2.com/display/ESB500/TCP+Transport Thanks, Lahiru On Tue, Aug 21, 2018 at 5:28 PM Amit Gupta wrote: > Hi , > > I have created a proxy in wso2 esb wherin i can receive data over TCP from > external

[Dev] WSO2 Committers += Niveathika Rajendran

2018-08-21 Thread Tishan Dahanayakage
Hi all, It's my pleasure to announce Niveathika Rajendran as a WSO2 Committer. She has been a valuable contributor to WSO2 Analytics team. Congratulations Niveathika and keep up the good work!!. Thanks, /Tishan -- Tishan Dahanayakage Associate Technical Lead WSO2, Inc. Mobile:+94 716481328

[Dev] Sending Data Over TCP

2018-08-21 Thread Amit Gupta
Hi , I have created a proxy in wso2 esb wherin i can receive data over TCP from external parties. However my requirement is that i need to develop a proxy wherein esb sends request over TCP and then receives a response and then process the response further. Any leads on this or any example will