WSDL generation for the services exposed only in local transport

2011-06-13 Thread Heshan Suriyaarachchi
Hi Devs, I am opening up this thread to discuss $subject. Recently, I did some improvements [1] to the Axis2 local transport, inorder to get it working against Synapse nhttp transport. Now the local transport is working fine against the nhttp transport. Now, my requirement is to expose an Synaps

RE: Unable to sendViaPost to url

2011-06-13 Thread swapna soni
Hi, Can you please check if the request xml for the fourth message is correct or not. You can engage soap monitor to see the request and response. Thanks, Swapna Soni. -Original Message- From: Sagara Gunathunga [mailto:[email protected]] Sent: Monday, June 13, 2011 10:11 PM

[jira] [Updated] (AXIS2-5067) content-type header is not generated with SAAJ API

2011-06-13 Thread Ivan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan updated AXIS2-5067: Attachment: AXIS2-5067-01.patch I add one more case for the patch. And now all of them should pass with RI. One of

[jira] [Created] (AXIS2-5072) BeanUtil bombs on missing setter

2011-06-13 Thread Jason Tholstrup (JIRA)
BeanUtil bombs on missing setter Key: AXIS2-5072 URL: https://issues.apache.org/jira/browse/AXIS2-5072 Project: Axis2 Issue Type: Bug Components: adb Affects Versions: 1.6.0 Environment

Re: Unable to sendViaPost to url

2011-06-13 Thread Sagara Gunathunga
My understanding about the error trace is you haven't set sufficient time out for clients (consumers) try to set enough value as follows. options.setTimeOutInMilliSeconds(soTimeout); Also Amila has mentioned some HTTP performance hints here [1] you could try for that too. [1] - http://amilachin