Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-24 Thread mwso2
Hello Finally I found this solution that applies to the general operation ESB You have to add in axis2.xml file at least With more time I will perform more checks.. no time Marcos -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Development-f3.html ___

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-24 Thread Marcos Tarín Esteve
Hello Finally I found this solution that applies to the general operation ESB You have to add in axis2.xml file at least With more time I will perform more checks Marcos ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/de

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-19 Thread Marcos Tarín Esteve
Apologies for the insistence ... Would this solution be enough? http://ws.apache.org/ns/synapse"; name="%%_Based_Proxy" startOnLoad="true" statistics="disable" trace="enable" transports="http,https">

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-17 Thread Marcos Tarín Esteve
For facilitating a simple solution. I suggest only to send to client the SOAP part of response: http://schemas.xmlsoap.org/soap/envelope/"; xmlns: ns1 = "https://.es//ws/ws_/1.0/infoEnvi";> xa3x2x8xx7 And remove file’s information: --urn: uuid: ax7xx36-98xx9-4ex1-bxxc-a

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-17 Thread Marcos Tarín Esteve
Hi Nadeeshaan Regarding the need to create a custom message formatter / builder. I do not have enough knowledge to implement it. And I would like to make a solution as simple as possible. As a solution I propose the following (if you could help me). Just take the complete response received from

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-16 Thread Nadeeshaan Gunasinghe
Hi Marcos, This is what I see, you get the content type as text/xml and when you try to build this particular payload it is invalid xml content. If you take a look at the wirelogs, you will be able to find that the content type is set to text/xml before the below payload. --urn:uuid:ax7xx36-98xx9

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-16 Thread Marcos Tarín Esteve
Hi Nadeeshaan Very grateful for your help The error I reported was obtained from the log file. It is the only one found. TID: [-1234] [] [2017-12-21 17:15:38,305] ERROR {org.apache.synapse.transport.passthru.util.RelayUtils} - Error while building Passthrough stream {org.apache.synapse.transp

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-15 Thread Nadeeshaan Gunasinghe
Hi Marco, According to the description, this what I understood. If the provided response is a single response, then it is a multipart response as I understood correctly. If that's the case you need to enable BinaryRelayBuilder and the ExpandingMessageFormatter for that particular multipart content

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-15 Thread Marcos Tarín Esteve
Hello Nadeeshaan I have this simple proxy: http://ws.apache.org/ns/synapse"; name="WsV2_Based_Proxy" startOnLoad="true" statistics="disable" trace="enable" transports="http,https">

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-14 Thread Nadeeshaan Gunasinghe
Hi Marco, Can you share the current configuration, to get a closer look at? Cheers, *Nadeeshaan Gunasinghe* Senior Software Engineer, WSO2 Inc. http://wso2.com +94770596754 | nadeesh...@wso2.com | Skype: nadeeshaan.gunasinghe <#>

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-12 Thread mwso2
just stuked No solution effects Please take in consideration that i receive at the end of the response message this ==> Content-Type: application/octet-stream; charset=utf-8 Content-Transfer-Encoding: binary I repeated using, other time, and other value configurations ... No effect

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-12 Thread Vinod Kavinda
Please refer the Message relay documentation I shared and add the configurations to correct place and correct class names. These are the classes AFAIK. Thanks, Vinod On Fri, Jan 12, 2018 at 8:39 PM, mwso2 wrote: > I got a compilation error (pop up) setting your wso2 commands. Can you > check >

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-12 Thread mwso2
I got a compilation error (pop up) setting your wso2 commands. Can you check class path, please? -- 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

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-12 Thread Vinod Kavinda
Hi, Yes, It affects the whole ESB but for the requests coming with the defined content type only. Regards, Vinod On Fri, Jan 12, 2018 at 7:30 PM, wrote: > If I'm not wrong, the commands you mentioned affect the operation of the > entire ESB. And I'm only interested in modifying the operation of

Re: [Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-11 Thread Vinod Kavinda
HI, I'm sorry, I'm not clear about your question. Too much info :) However, if you need to passthrough a non-standard content type, add following message formatter and builder to your axis2.xml. Here the content type should be whatever content type your backend is sending. Refer [1] for more

[Dev] WSO2 Oxygen Tank > Manage endpoint text responses from proxy (Unexpected character 'some_character' code 45 in prolog expected '<')

2018-01-11 Thread Marcos Tarín Esteve
Hi ... I'm making a soap call to an endpoint service through ESB6.1.1 from SOAPUI PROXY CONFIGURATION ((( I bloted out some information with ))) http://ws.apache.org/ns/synapse"; name="WsV2_Based_Proxy" startOnLoad="true" statistics="disable" trace="enable" transports="http,https">