It sends you an error message with status code 411. It simply means the
server (E is expecting header field "Content-Length" for some reasons.

You have  to re-check your ESB configuration again.

Regards,
Firzhan

On Fri, Sep 19, 2014 at 11:21 AM, Elilmatha Sivanesan <[email protected]>
wrote:

> We are writing connector for eventbrite.When we test the api it gives json
> response.but we are trying to get response in esb it gives html response.
>
>
>
> wirelog
>
>
>
> [2014-09-19 10:46:44,434] DEBUG - headers http-outgoing-8 >> POST
> /v3/users/113395378903/contact_lists?token=NDYKPVXF2E36W57EB5B2 HTTP/1.1
> [2014-09-19 10:46:44,434] DEBUG - headers http-outgoing-8 >>
> Accept-Language: en-US,en;q=0.8
> [2014-09-19 10:46:44,435] DEBUG - headers http-outgoing-8 >> Cookie:
> SERVERID=djc21
> [2014-09-19 10:46:44,435] DEBUG - headers http-outgoing-8 >>
> Authorization: Bearer NDYKPVXF2E36W57EB5B2
> [2014-09-19 10:46:44,435] DEBUG - headers http-outgoing-8 >> Origin:
> chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm
> [2014-09-19 10:46:44,435] DEBUG - headers http-outgoing-8 >> Content-Type:
> application/json
> [2014-09-19 10:46:44,435] DEBUG - headers http-outgoing-8 >> Accept: */*
> [2014-09-19 10:46:44,436] DEBUG - headers http-outgoing-8 >>
> Cache-Control: no-cache
> [2014-09-19 10:46:44,436] DEBUG - headers http-outgoing-8 >>
> Transfer-Encoding: chunked
> [2014-09-19 10:46:44,436] DEBUG - headers http-outgoing-8 >> Host:
> www.eventbriteapi.com:80
> [2014-09-19 10:46:44,436] DEBUG - headers http-outgoing-8 >> Connection:
> Keep-Alive
> [2014-09-19 10:46:44,436] DEBUG - headers http-outgoing-8 >> User-Agent:
> Synapse-PT-HttpComponents-NIO
> [2014-09-19 10:46:44,437] DEBUG - wire << "POST 
> /v3/users/113395378903/contact_lists?token=NDYKPVXF2E36W57EB5B2
> HTTP/1.1[\r][\n]"
> [2014-09-19 10:46:44,437] DEBUG - wire << "Accept-Language:
> en-US,en;q=0.8[\r][\n]"
> [2014-09-19 10:46:44,437] DEBUG - wire << "Cookie: SERVERID=djc21[\r][\n]"
> [2014-09-19 10:46:44,438] DEBUG - wire << "Authorization: Bearer
> NDYKPVXF2E36W57EB5B2[\r][\n]"
> [2014-09-19 10:46:44,438] DEBUG - wire << "Origin:
> chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm[\r][\n]"
> [2014-09-19 10:46:44,438] DEBUG - wire << "Content-Type:
> application/json[\r][\n]"
> [2014-09-19 10:46:44,438] DEBUG - wire << "Accept: */*[\r][\n]"
> [2014-09-19 10:46:44,438] DEBUG - wire << "Cache-Control: no-cache[\r][\n]"
> [2014-09-19 10:46:44,438] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2014-09-19 10:46:44,439] DEBUG - wire << "Host: www.eventbriteapi.com:80
> [\r][\n]"
> [2014-09-19 10:46:44,439] DEBUG - wire << "Connection: Keep-Alive[\r][\n]"
> [2014-09-19 10:46:44,439] DEBUG - wire << "User-Agent:
> Synapse-PT-HttpComponents-NIO[\r][\n]"
> [2014-09-19 10:46:44,439] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:46:44,440] DEBUG - wire << "33[\r][\n]"
> [2014-09-19 10:46:44,440] DEBUG - wire << "{[\n]"
> [2014-09-19 10:46:44,440] DEBUG - wire << "                "name":
> "list1"[\n]"
> [2014-09-19 10:46:44,440] DEBUG - wire << "                }[\r][\n]"
> [2014-09-19 10:46:44,440] DEBUG - wire << "0[\r][\n]"
> [2014-09-19 10:46:44,441] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:46:44,727] DEBUG - wire >> "HTTP/1.1 411 Length
> Required[\r][\n]"
> [2014-09-19 10:46:44,727] DEBUG - wire >> "Server: nginx[\r][\n]"
> [2014-09-19 10:46:44,727] DEBUG - wire >> "Date: Fri, 19 Sep 2014 05:16:44
> GMT[\r][\n]"
> [2014-09-19 10:46:44,727] DEBUG - wire >> "Content-Type: text/html[\r][\n]"
> [2014-09-19 10:46:44,728] DEBUG - wire >> "Content-Length: 174[\r][\n]"
> [2014-09-19 10:46:44,728] DEBUG - wire >> "Connection: close[\r][\n]"
> [2014-09-19 10:46:44,728] DEBUG - wire >> "[\r][\n]"
> [2014-09-19 10:46:44,728] DEBUG - wire >> "<html>[\r][\n]"
> [2014-09-19 10:46:44,728] DEBUG - wire >> "<head><title>411 Length
> Required</title></head>[\r][\n]"
> [2014-09-19 10:46:44,728] DEBUG - wire >> "<body bgcolor="white">[\r][\n]"
> [2014-09-19 10:46:44,729] DEBUG - wire >> "<center><h1>411 Length
> Required</h1></center>[\r][\n]"
> [2014-09-19 10:46:44,729] DEBUG - wire >>
> "<hr><center>nginx</center>[\r][\n]"
> [2014-09-19 10:46:44,729] DEBUG - wire >> "</body>[\r][\n]"
> [2014-09-19 10:46:44,729] DEBUG - wire >> "</html>[\r][\n]"
> [2014-09-19 10:46:44,730] DEBUG - headers http-outgoing-8 << HTTP/1.1 411
> Length Required
> [2014-09-19 10:46:44,730] DEBUG - headers http-outgoing-8 << Server: nginx
> [2014-09-19 10:46:44,730] DEBUG - headers http-outgoing-8 << Date: Fri, 19
> Sep 2014 05:16:44 GMT
> [2014-09-19 10:46:44,730] DEBUG - headers http-outgoing-8 << Content-Type:
> text/html
> [2014-09-19 10:46:44,730] DEBUG - headers http-outgoing-8 <<
> Content-Length: 174
> [2014-09-19 10:46:44,730] DEBUG - headers http-outgoing-8 << Connection:
> close
> [2014-09-19 10:46:44,737] DEBUG - headers http-incoming-8 << HTTP/1.1 411
> Length Required
> [2014-09-19 10:46:44,737] DEBUG - headers http-incoming-8 << Content-Type:
> text/html
> [2014-09-19 10:46:44,738] DEBUG - headers http-incoming-8 << Date: Fri, 19
> Sep 2014 05:16:44 GMT
> [2014-09-19 10:46:44,738] DEBUG - headers http-incoming-8 << Server:
> WSO2-PassThrough-HTTP
> [2014-09-19 10:46:44,738] DEBUG - headers http-incoming-8 <<
> Transfer-Encoding: chunked
> [2014-09-19 10:46:44,738] DEBUG - headers http-incoming-8 << Connection:
> Close
> [2014-09-19 10:46:44,739] DEBUG - wire << "HTTP/1.1 411 Length
> Required[\r][\n]"
> [2014-09-19 10:46:44,739] DEBUG - wire << "Content-Type: text/html[\r][\n]"
> [2014-09-19 10:46:44,739] DEBUG - wire << "Date: Fri, 19 Sep 2014 05:16:44
> GMT[\r][\n]"
> [2014-09-19 10:46:44,739] DEBUG - wire << "Server:
> WSO2-PassThrough-HTTP[\r][\n]"
> [2014-09-19 10:46:44,739] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2014-09-19 10:46:44,739] DEBUG - wire << "Connection: Close[\r][\n]"
> [2014-09-19 10:46:44,739] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:46:44,740] DEBUG - wire << "ae[\r][\n]"
> [2014-09-19 10:46:44,740] DEBUG - wire << "<html>[\r][\n]"
> [2014-09-19 10:46:44,740] DEBUG - wire << "<head><title>411 Length
> Required</title></head>[\r][\n]"
> [2014-09-19 10:46:44,740] DEBUG - wire << "<body bgcolor="white">[\r][\n]"
> [2014-09-19 10:46:44,741] DEBUG - wire << "<center><h1>411 Length
> Required</h1></center>[\r][\n]"
> [2014-09-19 10:46:44,741] DEBUG - wire <<
> "<hr><center>nginx</center>[\r][\n]"
> [2014-09-19 10:46:44,741] DEBUG - wire << "</body>[\r][\n]"
> [2014-09-19 10:46:44,742] DEBUG - wire << "</html>[\r][\n]"
> [2014-09-19 10:46:44,742] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:46:44,742] DEBUG - wire << "0[\r][\n]"
> [2014-09-19 10:46:44,742] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:48:18,549] DEBUG - wire >> "GET
> /services/getUserOwnedEventAttendees HTTP/1.1[\r][\n]"
> [2014-09-19 10:48:18,549] DEBUG - wire >> "Host:
> prindu-thinkpad-t530:8280[\r][\n]"
> [2014-09-19 10:48:18,549] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
> [2014-09-19 10:48:18,549] DEBUG - wire >> "Cache-Control: no-cache[\r][\n]"
> [2014-09-19 10:48:18,549] DEBUG - wire >> "User-Agent: Mozilla/5.0 (X11;
> Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like Gecko)
> Chrome/36.0.1985.143 Safari/537.36[\r][\n]"
> [2014-09-19 10:48:18,550] DEBUG - wire >> "Accept: */*[\r][\n]"
> [2014-09-19 10:48:18,550] DEBUG - wire >> "Accept-Encoding:
> gzip,deflate,sdch[\r][\n]"
> [2014-09-19 10:48:18,550] DEBUG - wire >> "Accept-Language:
> en-US,en;q=0.8[\r][\n]"
> [2014-09-19 10:48:18,550] DEBUG - wire >> "Cookie: SERVERID=djc21[\r][\n]"
> [2014-09-19 10:48:18,550] DEBUG - wire >> "[\r][\n]"
> [2014-09-19 10:48:18,550] DEBUG - headers http-incoming-9 >> GET
> /services/getUserOwnedEventAttendees HTTP/1.1
> [2014-09-19 10:48:18,550] DEBUG - headers http-incoming-9 >> Host:
> prindu-thinkpad-t530:8280
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >> Connection:
> keep-alive
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >>
> Cache-Control: no-cache
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >> User-Agent:
> Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like
> Gecko) Chrome/36.0.1985.143 Safari/537.36
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >> Accept: */*
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >>
> Accept-Encoding: gzip,deflate,sdch
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >>
> Accept-Language: en-US,en;q=0.8
> [2014-09-19 10:48:18,551] DEBUG - headers http-incoming-9 >> Cookie:
> SERVERID=djc21
> [2014-09-19 10:48:19,841] DEBUG - headers http-outgoing-9 >> POST
> /v3/users/113395378903/contact_lists?token=NDYKPVXF2E36W57EB5B2 HTTP/1.1
> [2014-09-19 10:48:19,841] DEBUG - headers http-outgoing-9 >>
> Accept-Language: en-US,en;q=0.8
> [2014-09-19 10:48:19,841] DEBUG - headers http-outgoing-9 >> Cookie:
> SERVERID=djc21
> [2014-09-19 10:48:19,841] DEBUG - headers http-outgoing-9 >> Content-Type:
> application/json
> [2014-09-19 10:48:19,841] DEBUG - headers http-outgoing-9 >> Accept: */*
> [2014-09-19 10:48:19,842] DEBUG - headers http-outgoing-9 >>
> Cache-Control: no-cache
> [2014-09-19 10:48:19,842] DEBUG - headers http-outgoing-9 >>
> Transfer-Encoding: chunked
> [2014-09-19 10:48:19,842] DEBUG - headers http-outgoing-9 >> Host:
> www.eventbriteapi.com:80
> [2014-09-19 10:48:19,842] DEBUG - headers http-outgoing-9 >> Connection:
> Keep-Alive
> [2014-09-19 10:48:19,842] DEBUG - headers http-outgoing-9 >> User-Agent:
> Synapse-PT-HttpComponents-NIO
> [2014-09-19 10:48:19,843] DEBUG - wire << "POST 
> /v3/users/113395378903/contact_lists?token=NDYKPVXF2E36W57EB5B2
> HTTP/1.1[\r][\n]"
> [2014-09-19 10:48:19,843] DEBUG - wire << "Accept-Language:
> en-US,en;q=0.8[\r][\n]"
> [2014-09-19 10:48:19,843] DEBUG - wire << "Cookie: SERVERID=djc21[\r][\n]"
> [2014-09-19 10:48:19,843] DEBUG - wire << "Content-Type:
> application/json[\r][\n]"
> [2014-09-19 10:48:19,844] DEBUG - wire << "Accept: */*[\r][\n]"
> [2014-09-19 10:48:19,844] DEBUG - wire << "Cache-Control: no-cache[\r][\n]"
> [2014-09-19 10:48:19,844] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2014-09-19 10:48:19,844] DEBUG - wire << "Host: www.eventbriteapi.com:80
> [\r][\n]"
> [2014-09-19 10:48:19,844] DEBUG - wire << "Connection: Keep-Alive[\r][\n]"
> [2014-09-19 10:48:19,844] DEBUG - wire << "User-Agent:
> Synapse-PT-HttpComponents-NIO[\r][\n]"
> [2014-09-19 10:48:19,845] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:48:19,845] DEBUG - wire << "33[\r][\n]"
> [2014-09-19 10:48:19,845] DEBUG - wire << "{[\n]"
> [2014-09-19 10:48:19,845] DEBUG - wire << "                "name":
> "list1"[\n]"
> [2014-09-19 10:48:19,846] DEBUG - wire << "                }[\r][\n]"
> [2014-09-19 10:48:19,846] DEBUG - wire << "0[\r][\n]"
> [2014-09-19 10:48:19,846] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:48:20,129] DEBUG - wire >> "HTTP/1.1 411 Length
> Required[\r][\n]"
> [2014-09-19 10:48:20,129] DEBUG - wire >> "Server: nginx[\r][\n]"
> [2014-09-19 10:48:20,130] DEBUG - wire >> "Date: Fri, 19 Sep 2014 05:18:20
> GMT[\r][\n]"
> [2014-09-19 10:48:20,130] DEBUG - wire >> "Content-Type: text/html[\r][\n]"
> [2014-09-19 10:48:20,130] DEBUG - wire >> "Content-Length: 174[\r][\n]"
> [2014-09-19 10:48:20,130] DEBUG - wire >> "Connection: close[\r][\n]"
> [2014-09-19 10:48:20,130] DEBUG - wire >> "[\r][\n]"
> [2014-09-19 10:48:20,131] DEBUG - wire >> "<html>[\r][\n]"
> [2014-09-19 10:48:20,131] DEBUG - wire >> "<head><title>411 Length
> Required</title></head>[\r][\n]"
> [2014-09-19 10:48:20,131] DEBUG - wire >> "<body bgcolor="white">[\r][\n]"
> [2014-09-19 10:48:20,131] DEBUG - wire >> "<center><h1>411 Length
> Required</h1></center>[\r][\n]"
> [2014-09-19 10:48:20,131] DEBUG - wire >>
> "<hr><center>nginx</center>[\r][\n]"
> [2014-09-19 10:48:20,131] DEBUG - wire >> "</body>[\r][\n]"
> [2014-09-19 10:48:20,132] DEBUG - wire >> "</html>[\r][\n]"
> [2014-09-19 10:48:20,132] DEBUG - headers http-outgoing-9 << HTTP/1.1 411
> Length Required
> [2014-09-19 10:48:20,132] DEBUG - headers http-outgoing-9 << Server: nginx
> [2014-09-19 10:48:20,132] DEBUG - headers http-outgoing-9 << Date: Fri, 19
> Sep 2014 05:18:20 GMT
> [2014-09-19 10:48:20,133] DEBUG - headers http-outgoing-9 << Content-Type:
> text/html
> [2014-09-19 10:48:20,133] DEBUG - headers http-outgoing-9 <<
> Content-Length: 174
> [2014-09-19 10:48:20,133] DEBUG - headers http-outgoing-9 << Connection:
> close
> [2014-09-19 10:48:20,138] DEBUG - headers http-incoming-9 << HTTP/1.1 411
> Length Required
> [2014-09-19 10:48:20,139] DEBUG - headers http-incoming-9 << Content-Type:
> text/html
> [2014-09-19 10:48:20,139] DEBUG - headers http-incoming-9 << Date: Fri, 19
> Sep 2014 05:18:20 GMT
> [2014-09-19 10:48:20,139] DEBUG - headers http-incoming-9 << Server:
> WSO2-PassThrough-HTTP
> [2014-09-19 10:48:20,139] DEBUG - headers http-incoming-9 <<
> Transfer-Encoding: chunked
> [2014-09-19 10:48:20,139] DEBUG - headers http-incoming-9 << Connection:
> Close
> [2014-09-19 10:48:20,140] DEBUG - wire << "HTTP/1.1 411 Length
> Required[\r][\n]"
> [2014-09-19 10:48:20,140] DEBUG - wire << "Content-Type: text/html[\r][\n]"
> [2014-09-19 10:48:20,140] DEBUG - wire << "Date: Fri, 19 Sep 2014 05:18:20
> GMT[\r][\n]"
> [2014-09-19 10:48:20,140] DEBUG - wire << "Server:
> WSO2-PassThrough-HTTP[\r][\n]"
> [2014-09-19 10:48:20,140] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2014-09-19 10:48:20,140] DEBUG - wire << "Connection: Close[\r][\n]"
> [2014-09-19 10:48:20,140] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "ae[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "<html>[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "<head><title>411 Length
> Required</title></head>[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "<body bgcolor="white">[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "<center><h1>411 Length
> Required</h1></center>[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire <<
> "<hr><center>nginx</center>[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "</body>[\r][\n]"
> [2014-09-19 10:48:20,141] DEBUG - wire << "</html>[\r][\n]"
> [2014-09-19 10:48:20,142] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:48:20,142] DEBUG - wire << "0[\r][\n]"
> [2014-09-19 10:48:20,142] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:52:49,485]  INFO - LibraryArtifactDeployer Synapse Library
> named '{org.wso2.carbon.connector}event_brite' has been undeployed
> [2014-09-19 10:53:04,535]  INFO - LibraryArtifactDeployer Synapse Library
> named '{org.wso2.carbon.connector}event_brite' has been deployed from file
> :
> /home/prindu/Desktop/wso2esb-4.8.1/repository/deployment/server/synapse-libs/event_brite.zip
> [2014-09-19 10:53:07,950]  INFO - SynapseImportFactory Successfully
> created Synapse Import: event_brite
> [2014-09-19 10:53:37,124]  INFO - ProxyService Building Axis service for
> Proxy service : getUserOwnedEventAttendees
> [2014-09-19 10:53:37,125]  INFO - ProxyService Adding service
> getUserOwnedEventAttendees to the Axis2 configuration
> [2014-09-19 10:53:37,128]  INFO - DeploymentInterceptor Deploying Axis2
> service: getUserOwnedEventAttendees {super-tenant}
> [2014-09-19 10:53:37,174]  INFO - ProxyService Successfully created the
> Axis2 service for Proxy service : getUserOwnedEventAttendees
> [2014-09-19 10:53:48,730] DEBUG - wire >> "GET
> /services/getUserOwnedEventAttendees HTTP/1.1[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Host:
> prindu-thinkpad-t530:8280[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Cache-Control: no-cache[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "User-Agent: Mozilla/5.0 (X11;
> Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like Gecko)
> Chrome/36.0.1985.143 Safari/537.36[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Accept: */*[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Accept-Encoding:
> gzip,deflate,sdch[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Accept-Language:
> en-US,en;q=0.8[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "Cookie: SERVERID=djc21[\r][\n]"
> [2014-09-19 10:53:48,730] DEBUG - wire >> "[\r][\n]"
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >> GET
> /services/getUserOwnedEventAttendees HTTP/1.1
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >> Host:
> prindu-thinkpad-t530:8280
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >> Connection:
> keep-alive
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >>
> Cache-Control: no-cache
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >> User-Agent:
> Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/537.36 (KHTML, like
> Gecko) Chrome/36.0.1985.143 Safari/537.36
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >> Accept: */*
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >>
> Accept-Encoding: gzip,deflate,sdch
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >>
> Accept-Language: en-US,en;q=0.8
> [2014-09-19 10:53:48,731] DEBUG - headers http-incoming-10 >> Cookie:
> SERVERID=djc21
> [2014-09-19 10:53:49,963] DEBUG - headers http-outgoing-10 >> POST
> /v3/users/113395378903/contact_lists?token=NDYKPVXF2E36W57EB5B2 HTTP/1.1
> [2014-09-19 10:53:49,963] DEBUG - headers http-outgoing-10 >>
> Accept-Language: en-US,en;q=0.8
> [2014-09-19 10:53:49,963] DEBUG - headers http-outgoing-10 >> Cookie:
> SERVERID=djc21
> [2014-09-19 10:53:49,964] DEBUG - headers http-outgoing-10 >>
> Content-Type: application/json
> [2014-09-19 10:53:49,964] DEBUG - headers http-outgoing-10 >> Accept: */*
> [2014-09-19 10:53:49,964] DEBUG - headers http-outgoing-10 >>
> Cache-Control: no-cache
> [2014-09-19 10:53:49,964] DEBUG - headers http-outgoing-10 >>
> Transfer-Encoding: chunked
> [2014-09-19 10:53:49,964] DEBUG - headers http-outgoing-10 >> Host:
> www.eventbriteapi.com:80
> [2014-09-19 10:53:49,964] DEBUG - headers http-outgoing-10 >> Connection:
> Keep-Alive
> [2014-09-19 10:53:49,965] DEBUG - headers http-outgoing-10 >> User-Agent:
> Synapse-PT-HttpComponents-NIO
> [2014-09-19 10:53:49,965] DEBUG - wire << "POST 
> /v3/users/113395378903/contact_lists?token=NDYKPVXF2E36W57EB5B2
> HTTP/1.1[\r][\n]"
> [2014-09-19 10:53:49,965] DEBUG - wire << "Accept-Language:
> en-US,en;q=0.8[\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Cookie: SERVERID=djc21[\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Content-Type:
> application/json[\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Accept: */*[\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Cache-Control: no-cache[\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Host: www.eventbriteapi.com:80
> [\r][\n]"
> [2014-09-19 10:53:49,966] DEBUG - wire << "Connection: Keep-Alive[\r][\n]"
> [2014-09-19 10:53:49,967] DEBUG - wire << "User-Agent:
> Synapse-PT-HttpComponents-NIO[\r][\n]"
> [2014-09-19 10:53:49,967] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:53:49,967] DEBUG - wire << "42[\r][\n]"
> [2014-09-19 10:53:49,968] DEBUG - wire << "{[\n]"
> [2014-09-19 10:53:49,968] DEBUG - wire << "                "
> contact_list.name":"werihlkh"[\n]"
> [2014-09-19 10:53:49,968] DEBUG - wire << "                }[\r][\n]"
> [2014-09-19 10:53:49,968] DEBUG - wire << "0[\r][\n]"
> [2014-09-19 10:53:49,968] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:53:50,258] DEBUG - wire >> "HTTP/1.1 411 Length
> Required[\r][\n]"
> [2014-09-19 10:53:50,258] DEBUG - wire >> "Server: nginx[\r][\n]"
> [2014-09-19 10:53:50,258] DEBUG - wire >> "Date: Fri, 19 Sep 2014 05:23:50
> GMT[\r][\n]"
> [2014-09-19 10:53:50,259] DEBUG - wire >> "Content-Type: text/html[\r][\n]"
> [2014-09-19 10:53:50,259] DEBUG - wire >> "Content-Length: 174[\r][\n]"
> [2014-09-19 10:53:50,259] DEBUG - wire >> "Connection: close[\r][\n]"
> [2014-09-19 10:53:50,259] DEBUG - wire >> "[\r][\n]"
> [2014-09-19 10:53:50,259] DEBUG - wire >> "<html>[\r][\n]"
> [2014-09-19 10:53:50,259] DEBUG - wire >> "<head><title>411 Length
> Required</title></head>[\r][\n]"
> [2014-09-19 10:53:50,260] DEBUG - wire >> "<body bgcolor="white">[\r][\n]"
> [2014-09-19 10:53:50,260] DEBUG - wire >> "<center><h1>411 Length
> Required</h1></center>[\r][\n]"
> [2014-09-19 10:53:50,260] DEBUG - wire >>
> "<hr><center>nginx</center>[\r][\n]"
> [2014-09-19 10:53:50,260] DEBUG - wire >> "</body>[\r][\n]"
> [2014-09-19 10:53:50,260] DEBUG - wire >> "</html>[\r][\n]"
> [2014-09-19 10:53:50,261] DEBUG - headers http-outgoing-10 << HTTP/1.1 411
> Length Required
> [2014-09-19 10:53:50,261] DEBUG - headers http-outgoing-10 << Server: nginx
> [2014-09-19 10:53:50,261] DEBUG - headers http-outgoing-10 << Date: Fri,
> 19 Sep 2014 05:23:50 GMT
> [2014-09-19 10:53:50,261] DEBUG - headers http-outgoing-10 <<
> Content-Type: text/html
> [2014-09-19 10:53:50,261] DEBUG - headers http-outgoing-10 <<
> Content-Length: 174
> [2014-09-19 10:53:50,262] DEBUG - headers http-outgoing-10 << Connection:
> close
> [2014-09-19 10:53:50,267] DEBUG - headers http-incoming-10 << HTTP/1.1 411
> Length Required
> [2014-09-19 10:53:50,268] DEBUG - headers http-incoming-10 <<
> Content-Type: text/html
> [2014-09-19 10:53:50,268] DEBUG - headers http-incoming-10 << Date: Fri,
> 19 Sep 2014 05:23:50 GMT
> [2014-09-19 10:53:50,268] DEBUG - headers http-incoming-10 << Server:
> WSO2-PassThrough-HTTP
> [2014-09-19 10:53:50,268] DEBUG - headers http-incoming-10 <<
> Transfer-Encoding: chunked
> [2014-09-19 10:53:50,268] DEBUG - headers http-incoming-10 << Connection:
> Close
> [2014-09-19 10:53:50,269] DEBUG - wire << "HTTP/1.1 411 Length
> Required[\r][\n]"
> [2014-09-19 10:53:50,269] DEBUG - wire << "Content-Type: text/html[\r][\n]"
> [2014-09-19 10:53:50,269] DEBUG - wire << "Date: Fri, 19 Sep 2014 05:23:50
> GMT[\r][\n]"
> [2014-09-19 10:53:50,269] DEBUG - wire << "Server:
> WSO2-PassThrough-HTTP[\r][\n]"
> [2014-09-19 10:53:50,269] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2014-09-19 10:53:50,270] DEBUG - wire << "Connection: Close[\r][\n]"
> [2014-09-19 10:53:50,270] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:53:50,270] DEBUG - wire << "ae[\r][\n]"
> [2014-09-19 10:53:50,270] DEBUG - wire << "<html>[\r][\n]"
> [2014-09-19 10:53:50,271] DEBUG - wire << "<head><title>411 Length
> Required</title></head>[\r][\n]"
> [2014-09-19 10:53:50,271] DEBUG - wire << "<body bgcolor="white">[\r][\n]"
> [2014-09-19 10:53:50,271] DEBUG - wire << "<center><h1>411 Length
> Required</h1></center>[\r][\n]"
> [2014-09-19 10:53:50,271] DEBUG - wire <<
> "<hr><center>nginx</center>[\r][\n]"
> [2014-09-19 10:53:50,272] DEBUG - wire << "</body>[\r][\n]"
> [2014-09-19 10:53:50,272] DEBUG - wire << "</html>[\r][\n]"
> [2014-09-19 10:53:50,272] DEBUG - wire << "[\r][\n]"
> [2014-09-19 10:53:50,272] DEBUG - wire << "0[\r][\n]"
> [2014-09-19 10:53:50,272] DEBUG - wire << "[\r][\n]"
>
>
>
> --
> *S.Elilmatha*
> Associative Software Engineer,
>
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> Mobile 0779842221.
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to