Re: [Axis2] Re: How to write Web Service client for WSDL 2.0?

2011-05-05 Thread Ping Liu
Hey Suresh, Your guess is correct -- it is set to "true"! Sagara, I am attaching the services.xml. It was also generated during the wsdl2java execution. Please let me know if there is anything else to be configured besides the useOriginalwsdl parameter setting that Suresh mentioned below. Thank

[jira] [Updated] (AXIS2-5018) Axis2 Connection timeout problem in case of waiting threads

2011-05-05 Thread Rajmani Kumar (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajmani Kumar updated AXIS2-5018: - Description: I am consuming a third party hosted web service. Usually it was working fine. Recen

Re: [Axis2] Re: How to write Web Service client for WSDL 2.0?

2011-05-05 Thread suresh attanayake
Hi Ping Lu, Please check your serives.xml of the scenario 2 service. Check if the following parameter in the services.xml has the value "true". "true" It seems by default Axis2 makes the value "true" for the generated services using wsdl2. if you set the value to "false", then you can see both w

[jira] [Updated] (AXIS2-5020) ClassCastExceptions between two axis2 client jars with different package

2011-05-05 Thread Sunny Wu (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sunny Wu updated AXIS2-5020: Summary: ClassCastExceptions between two axis2 client jars with different package (was: CastExceptions bet

[jira] [Created] (AXIS2-5020) CastExceptions between two axis2 client jars with different package

2011-05-05 Thread Sunny Wu (JIRA)
CastExceptions between two axis2 client jars with different package --- Key: AXIS2-5020 URL: https://issues.apache.org/jira/browse/AXIS2-5020 Project: Axis2 Issue Type: Bug

[jira] [Created] (AXIS2-5019) wsdl2code always generate method name as lower case started even if it is defined as upper case started in the WSDL

2011-05-05 Thread liz (JIRA)
wsdl2code always generate method name as lower case started even if it is defined as upper case started in the WSDL --- Key: AXIS2-5019 URL: https://is

Re: [Axis2] Re: How to write Web Service client for WSDL 2.0?

2011-05-05 Thread Sagara Gunathunga
Ping , can you provide service.xml contents for both scenarios ? Thanks ! On Thu, May 5, 2011 at 10:30 PM, Ping Liu wrote: > Hi Suresh, > > Thanks for your response! > > Could you help confirm this?  The two scenarios are > > Scenario 1 > >   - use WSDL 1.1 document to generate code >  

Re: Axis2 Transport release ?

2011-05-05 Thread Dennis Sosnoski
+1 - Dennis On 05/05/2011 06:22 AM, Sagara Gunathunga wrote: Hi all , Recently we agreed to release Axis2 , Sandesha and Rampart simultaneously. IMO it's better to release Axis2-transport also with above releases. In addition specially in users point of view it's better to match transport

Re: How to get ConfigurationContext in password callback class?

2011-05-05 Thread Afkham Azeez
Is this a Rampart callback handler On May 5, 2011 10:25 PM, "Chinmoy Chakraborty" wrote: > OK...but how can I access ConfigurationContext in CallbackHandler class? Is > there a way? > > > > On Thu, May 5, 2011 at 10:21 PM, Sagara Gunathunga < > [email protected]> wrote: > >> On Thu, May

Re: Default ThreadPool Size

2011-05-05 Thread Afkham Azeez
+1 On Apr 29, 2011 7:40 PM, "Isuru Suriarachchi" wrote: > Hi all, > > Currently the default max thread pool size is set to Integer.MAX_VALUE. Due > to this, there can be situations where a huge number of threads created when > lot of non blocking requests are done by a client. To test this, I just

Re: Axis2 Transport release ?

2011-05-05 Thread Afkham Azeez
+1 for having a single version number On May 4, 2011 11:53 PM, "Sagara Gunathunga" wrote: > Hi all , > > Recently we agreed to release Axis2 , Sandesha and Rampart > simultaneously. IMO it's better to release Axis2-transport also with > above releases. > > In addition specially in users point of v

Re: [Axis2] Re: How to write Web Service client for WSDL 2.0?

2011-05-05 Thread Ping Liu
Hi Suresh, Thanks for your response! Could you help confirm this? The two scenarios are Scenario 1 - use WSDL 1.1 document to generate code - generate both service side code including skeleton... and client side code including stub... - deploy th

[jira] [Created] (AXIS2-5018) Axis2 Connection timeout problem in case of waiting threads

2011-05-05 Thread Rajmani Kumar (JIRA)
Axis2 Connection timeout problem in case of waiting threads --- Key: AXIS2-5018 URL: https://issues.apache.org/jira/browse/AXIS2-5018 Project: Axis2 Issue Type: Bug Reporter

Re: How to get ConfigurationContext in password callback class?

2011-05-05 Thread Chinmoy Chakraborty
OK...but how can I access ConfigurationContext in CallbackHandler class? Is there a way? On Thu, May 5, 2011 at 10:21 PM, Sagara Gunathunga < [email protected]> wrote: > On Thu, May 5, 2011 at 5:03 PM, Chinmoy Chakraborty > wrote: > > Hello!! > > I need to access ConfigurationContext

Re: How to get ConfigurationContext in password callback class?

2011-05-05 Thread Sagara Gunathunga
On Thu, May 5, 2011 at 5:03 PM, Chinmoy Chakraborty wrote: > Hello!! > I need to access ConfigurationContext in a password callback class > (implements CallbackHandler). How I can achieve that? I tried following > code: > MessageContext msgCtx = MessageContext.getCurrentMessageContext(); >     Con

[jira] [Updated] (AXIS2-4602) JAX-WS MTOM issue

2011-05-05 Thread Isuru Eranga Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Isuru Eranga Suriarachchi updated AXIS2-4602: - Attachment: jaxws-mtom-fix.txt Attaching a rough fix that I did for this

How to get ConfigurationContext in password callback class?

2011-05-05 Thread Chinmoy Chakraborty
Hello!! I need to access ConfigurationContext in a password callback class (implements CallbackHandler). How I can achieve that? I tried following code: MessageContext msgCtx = MessageContext.getCurrentMessageContext(); ConfigurationContext configCtx = null; if (msgCtx != null) { co

[jira] [Created] (AXIS2-5017) axis2-wsdl2code-maven-plugin does not take into consideration the proxy settings specified in the Maven configuration file

2011-05-05 Thread Cristian (JIRA)
axis2-wsdl2code-maven-plugin does not take into consideration the proxy settings specified in the Maven configuration file -- Key: AXIS2-5017 U

[jira] [Commented] (AXIS2-4314) service references are not completely removed in AxisConfiguration

2011-05-05 Thread Andrea Tanzini (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029238#comment-13029238 ] Andrea Tanzini commented on AXIS2-4314: --- Any news about how to fix the bug? > servi

Re: [Axis2] Re: How to write Web Service client for WSDL 2.0?

2011-05-05 Thread suresh attanayake
Hi, Since you have mentioned "However, if don't explicitly spell out wsdl2, that is if using http://localhost:8080/axis2/services/reservationService, I'll *get the same error shown in the web page* like this.", I believe the fault is in the service side and it has nothing to do with the stub your u

Axis2 Transport build error

2011-05-05 Thread Sagara Gunathunga
I'm getting following error when building Transport trunk testkit module. [INFO] MavenReportException: Error while creating archive:Exit code: 1 - javadoc: error - In doclet class org.apache.axis2.transport.testkit.doclet.TestkitJavadocDoclet, method start has thrown an exception java.lang.reflect