Hi Isuru,

Following are the steps to reproduce the issue;

1. By default in APIM, we have enabled PT.
2. create/publish/subscribe an API using a tenant. (works for super tenant
mode)
3. Do a HTTP GET request. Endpoint will send the response body as follows
[a], but when it comes to the client through APIM response body has get
dropped and received the empty response body as [b].
4. No back-end errors are thrown. If we switch to nio instead of PT, client
is receiving the response as expected.

[a]. <soapenv:Body>
 <customers xmlns="http://ws.wso2.org/dataservice/samples/rdbms_sample
"><customer><customer-name>Gifts4AllAges.com</customer-name><contact-last-name>Yoshido</contact-last-name></customer></customers>
</soapenv:Body>


[b].  <soapenv:Envelope xmlns:soapenv="
http://www.w3.org/2003/05/soap-envelope";>
       <soapenv:Body>
       </soapenv:Body>
       </soapenv:Envelope>

Regards,
Dinusha.

On Wed, Aug 28, 2013 at 11:10 PM, Isuru Udana <[email protected]> wrote:

> Hi Dinusha,
>
> Can you elaborate more on the scenario and issue with configs and logs ?
>
>
>
> On Wed, Aug 28, 2013 at 11:06 PM, Dinusha Senanayaka <[email protected]>wrote:
>
>> Hi,
>>
>> When we do a HTTP GET request, response body getting dropped. This issue
>> happens only for tenants with the PT. If we switch to NIO, client receive
>> the response properly.
>> Appreciate any help/ideas to resolve this.
>>
>> Regards,
>> Dinusha.
>>
>>
>> --
>> Dinusha Dilrukshi
>> Senior Software Engineer
>> WSO2 Inc.: http://wso2.com/
>> Mobile: +94725255071
>> Blog: http://dinushasblog.blogspot.com/
>>
>
>
>
> --
> *Isuru Udana*
> *
>  *
> Senior *
> Software Engineer
> *
> WSO2 Inc.; http://wso2.com
> email: [email protected] cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
> twitter: http://twitter.com/isudana
>



-- 
Dinusha Dilrukshi
Senior Software Engineer
WSO2 Inc.: http://wso2.com/
Mobile: +94725255071
Blog: http://dinushasblog.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to