Hi,
I have attached the files for Error Occured While Creating the Proxy
Service and the corresponding proxy service file.
Thanks,

On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
[email protected]> wrote:

> Hi,
>
> Could you please attach your proxy configuration and the complete carbon
> log file. By looking at the error, it is due to a missing class.
>
> Thanks,
>
> On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam <[email protected]
> > wrote:
>
>> Hi,
>> I am doing HL7 Monitoring Solution Project, for part of initial study I
>> need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0, it
>> successfully publish data to DAS, but when I tried with ESB 5.0.0, It makes
>> the proxy-service  which I used for other version(ESB 4.8.1, ESB 4.9.0) to
>> disabled. I have attached the "error log" which I received while creating
>> proxy-service.
>>
>> Regards,
>> S.Amutheezan
>> --
>> S.Amutheezan
>> *Software Engineering Intern*
>> Mobile : +94 76 771 1924
>> [email protected]
>> Public Profile : <https://www.facebook.com/AmuX93>
>> <https://lk.linkedin.com/in/amutheezansivagnanam>
>> <https://lk.linkedin.com/in/amutheezansivagnanam>
>> <https://lk.linkedin.com/in/amutheezansivagnanam>
>>
>> <https://wso2.com/signature>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Jagath Ariyarathne
> Technical Lead
> WSO2 Inc.  http://wso2.com/
> Email: [email protected]
> Mob  : +94 77 386 7048
> <http://wso2.com/signature>
>



-- 
S.Amutheezan
*Software Engineering Intern*
Mobile : +94 76 771 1924
[email protected]
Public Profile : <https://www.facebook.com/AmuX93>
<https://lk.linkedin.com/in/amutheezansivagnanam>
<https://lk.linkedin.com/in/amutheezansivagnanam>
<https://lk.linkedin.com/in/amutheezansivagnanam>

<https://wso2.com/signature>

Attachment: error_log
Description: Binary data

<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse";
       name="hl7testproxy"
       transports="https,http,hl7"
       statistics="enable"
       trace="enable"
       startOnLoad="true">
   <target>
      <inSequence>
         <log level="full"/>
      </inSequence>
      <outSequence>
         <log level="full"/>
         <send/>
      </outSequence>
      <endpoint name="endpoint_urn_uuid_9CB8D06C91A1E996796270828144799-1418795938">
         <address uri="hl7://localhost:9988"/>
      </endpoint>
   </target>
   <parameter name="transport.hl7.PublisherServerUsername">admin</parameter>
   <parameter name="transport.hl7.PublisherServerPassword">admin</parameter>
   <parameter name="transport.hl7.PublisherEnable">true</parameter>
   <parameter name="transport.hl7.PublisherServerUrl">tcp://10.100.4.201:7611</parameter>
   <parameter name="transport.hl7.PublisherSecureServerUrl">ssl://10.100.4.201:7711</parameter>
   <parameter name="serviceType">proxy</parameter>
   <parameter name="transport.hl7.Port">9292</parameter>
   <parameter name="transport.hl7.ValidateMessage">true</parameter>
   <description/>
</proxy>
                                
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to