[Dev] ESB plain/text

2018-02-02 Thread Melodias
Hi Using ESB I got response with text/plain without soap envelope, it's just simple text. How I can convert this to soap envelope? When I try change message type to text/xml I got error. -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html __

[Dev] ESB application/pdf

2018-01-26 Thread Melodias
Hi, How I can receive in response application/pdf from backend service using ESB? best regards Melodias -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin

[Dev] BPEL reply

2017-11-28 Thread Melodias
Hi, It is possible to do process in the next steps: 1. Receive Input 2. Prepare Reply message 3. send reply 4. do somethink like invoke backend When I call process, I get Reply after step 4, not in step 3 -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___

[Dev] MessageContext and CAR Name

2017-11-03 Thread Melodias
Hi, It is possible to get from MessageContext name of CAR(Composite Application Project) for proxy? -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/lis

[Dev] Bussines Rule Mediator Wso2 EI using facts values

2017-10-30 Thread Melodias
Thanks & Regards, Melodias -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Rule Mediator problem with facts declaration

2017-10-30 Thread Melodias
Hi All, I have a problem with rule mediator. I defined input facts and i try to callout a java method with facts as arguments but i have an error when deploying proxy : Error during creating rule set: Rule Compilation error : [Rule name='test rule'] com/example/rule/Rule_test_rule14664590

[Dev] Endpoint Address

2017-10-24 Thread Melodias
Hi dev, It is possible to get backend endpoint address from org.apache.axis2.context.MessageContext? -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/li

Re: [Dev] BPMN Simulation

2017-09-21 Thread Melodias
request parameter's such as orderId or deliverDate. And to do simulation I don't need process server. Himasha Guruge wrote > Hi , > > Could you please elaborate on your requirement? What do you mean by > 'simulate process'? > > Thanks, > Himasha >

[Dev] BPMN Simulation

2017-09-20 Thread Melodias
Hi dev, Is option to do simulate process using WSO2 BPS or any other product? -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] The input stream for an incoming message is null - EI 6.1.1

2017-08-16 Thread Melodias
Does anybody have any idea what can be wrong? -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/The-input-stream-for-an-incoming-message-is-null-EI-6-1-1-tp150692p151091.html Sent from the WSO2 Development mailing list archive at Nabble.com. __

Re: [Dev] The input stream for an incoming message is null - EI 6.1.1

2017-07-28 Thread Melodias
http://schemas.xmlsoap.org/soap/envelope/"; xpath="$body/soapenv:Fault"> After I get error. Nirmal Fernando-3 wrote > Hi, > > C

[Dev] The input stream for an incoming message is null - EI 6.1.1

2017-07-28 Thread Melodias
Hi, I have problem with call mediator. In my scenario I call backend using call mediator with option blocking=true. From backend I got response and next I call another proxy using call mediator with option blocking=true. Then I get error: org.apache.axis2.AxisFault: The input stream for an incomi

Re: [Dev] WSO2 EI 6.1.1 PayloadFactory mediator

2017-07-25 Thread Melodias
Hi Vinod Kavinda, Thanks for replay. My inSeq: http://org.apache.synapse/xsd"; expression="get-property('transport', 'Content-Type')" name="LOG1" /> http://pl.esp.ws/";> CODE_$1

[Dev] WSO2 EI 6.1.1 PayloadFactory mediator

2017-07-25 Thread Melodias
Hi, When I use payload factory mediator then my content type is changing from text/xml to application/xml. After that, when I call backend i got error. In ESB 4.8.1 that problem not exists. Is it intentional action of mediator or is it bug? -- View this message in context: http://wso2-oxygen-

[Dev] Problem with response EI 6.1.1

2017-07-24 Thread Melodias
Hi dev, I have flow: proxyA invoke proxyB and proxyB invoke backend. In this scenario I have timeout on proxyA. When I invoke proxyB I received a response. Is it a problem with invoke proxy by proxy in EI 6.1.1? -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Probl

Re: [Dev] WSO2 EI 6.1.1 Custom URLs for proxy service

2017-07-21 Thread Melodias
Ok, its work, It was my bad. I set offset on port in axis.xml -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-EI-6-1-1-Custom-URLs-for-proxy-service-tp150513p150514.html Sent from the WSO2 Development mailing list archive at Nabble.com.

[Dev] WSO2 EI 6.1.1 Custom URLs for proxy service

2017-07-21 Thread Melodias
Hi, I try to set custom URLs for proxy service. I try to config integrator like in version esb 4.8.1 : http://wso2.com/library/knowledge-base/2011/01/custom-urls-wso2-esb-proxy-services/ but it dosen't work. Is option to set custom URLs in Integrator? -- View this message in context: http://ws

[Dev] WSO2 EI 6.1.1 MessageTracer

2017-07-21 Thread Melodias
Hi dev, Is there an option to enable MessageTracer in integrator? -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-EI-6-1-1-MessageTracer-tp150502.html Sent from the WSO2 Development mailing list archive at Nabble.com. ___

Re: [Dev] How to correlate message?

2017-07-10 Thread Melodias
Hi, I was try it and that doesn't work. InSequence and outSequence has different ID: IN = urn:uuid:9472d761-0148-4b4d-9fd1-80d426ed9f15 OUT = urn:uuid:d7fc77ec-2bb8-4508-9dfc-358f2de625cc -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/How-to-correlate-message-in-

[Dev] How to correlate message?

2017-07-10 Thread Melodias
Hi devs, How I can correlate message? To correlate IN and OUT message i can set properties with uniq string, but when i get fault message from the endpoint, then properties is null. Is there some special ID in message context which I can get by using class mediator? -- View this message in cont

Re: [Dev] Security using IS 5.3.0

2017-05-24 Thread Melodias
Thanks everyone for as replies. Gayan Gunawardana wrote > On Mon, May 22, 2017 at 3:55 PM, Melodias < > osbtestmail1.2@ > > wrote: > >> Hi >> I would like add extra security using IS 5.3.0. >> >> My first scenario is: >> I'm in London an

Re: [Dev] WSO2IS 5.3 initialization Failed: No subject alternative names present

2017-05-24 Thread Melodias
Hi, Thanks everyone for as replies. I forgot to mention that I'm created a certificates and included my ip as the CN. Generated certificates for the steps in this tutorial. After I generated new certificates and replaced key names and passwords in all configurations files, probelm did not disa

[Dev] Security using IS 5.3.0

2017-05-22 Thread Melodias
Hi I would like add extra security using IS 5.3.0. My first scenario is: I'm in London and I'm login to my webApp using SSO IS 5.3.0. After 30 minutes someone login to my account from Beijing. It is not possible that it was me, because 30 minutes before I was in London. Can IS send me an email, th

[Dev] WSO2IS 5.3 initialization Failed: No subject alternative names present

2017-05-17 Thread Melodias
Hi All, I wanted change localhost to ip my host in Identity Server. I changed in carbon.xml next lines: 192.168.16.55 192.168.16.55 I have error Authentication, when I logging to dashboard WSO2IS https://ip:9443/dashboard/ ERROR {org.apache.catalina.core.StandardWrapperValve} - Servlet.serv

Re: [Dev] ESB 4.8.1 Correlation ID

2017-05-15 Thread Melodias
5, 2017 at 1:31 PM, Melodias < > osbtestmail1.2@ > > wrote: > >> Hi, >> I need to correlate request/response/fault. >> I try some like this: >> >> >> >> This work, but only when message going through outSequence. When message >> go &g

[Dev] ESB 4.8.1 Correlation ID

2017-05-15 Thread Melodias
Hi, I need to correlate request/response/fault. I try some like this: This work, but only when message going through outSequence. When message go to faultSequence then corID = null. Any idea how to correlete message with faultSequence? -- View this message in context: http://wso2-oxygen-tan

[Dev] Developer Studio

2017-05-08 Thread Melodias
When I try open proxy with XQuery transformation, then all from my proxy source code is removed. In console I got this error: In version 3.7.1 it's fine. Problem is in higher versions. -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Developer-Studio-tp148734.htm

Re: [Dev] BPS 3.6.0 Problem with retry Invoke

2017-02-17 Thread Melodias
Its problem with TestRetry.bpel so I upload it again with *.xml TestRetry.xml <http://wso2-oxygen-tank.10903.n7.nabble.com/file/n146613/TestRetry.xml> Melodias wrote > Hi, > It's still doesn't work. I attach my bpel and deploy.xml > TestRetry.bpel > <http://wso2-

Re: [Dev] BPS 3.6.0 Problem with retry Invoke

2017-02-17 Thread Melodias
er to retry is possible, you need to configure your BPEL in such a > way. Following blog pos t[1] from our colleague might help. > > [1] - > http://tryitnw.blogspot.com/2014/03/recovering-bpel-activity-failures-wso2.html > > Regards, > Vinod > > On Thu, Feb 16, 201

[Dev] BPS 3.6.0 Problem with retry Invoke

2017-02-16 Thread Melodias
Hi, I have problem with retry invoke when web service send me back fault message. When I login into the console and select BPEL Instances, my instance have status failed and I can't use Retry option on that Invoke. Any idea how to config process to let me retry invoke when i got fault message? -