[jira] [Created] (AXIS2-5052) Unable to send compressed message!!

2011-05-20 Thread anil bondalapati (JIRA)
Unable to send compressed message!! --- Key: AXIS2-5052 URL: https://issues.apache.org/jira/browse/AXIS2-5052 Project: Axis2 Issue Type: Bug Components: client-api Affects Versions: 1.5.4

Unable to send compressed message!!

2011-05-20 Thread Anil Bondalapati
Hi, I have two webservices deployed on two different servers. (service1 and service2) >From my client program I have enabled the GZIP format on the request for the >serviceClient. When I make a call to the service1, the message is compressed and sent to the server and everything looks good.

Re: getDataHandler returns Null.. AXIS2 1.2.11-- Smart Programming?

2011-05-20 Thread Anil Atyam
My apologies. I didn't mean to question the ability of the programmers. There could be a compelling reason to do so which I don't follow. Otherwise, I have highest respect to these programmers and open source contributors. Thanks Anil Atyam Ph: 703 473 0039 On May 20, 2011, at 3:48 PM, Andr

Re: getDataHandler returns Null.. AXIS2 1.2.11-- Smart Programming?

2011-05-20 Thread Andreas Veithen
You should be very, very careful before posting comments suggesting that the developers in this project are not doing "smart programming", especially if these comments tend to show your own inexperience in Java programming. I recommend reading the following article to learn about the do's and don'

getDataHandler returns Null.. AXIS2 1.2.11-- Smart Programming?

2011-05-20 Thread Anil Atyam
Folks getDataHandler method of org.apache.axiom.attachments.Attachments returns NULL when it can't find the content part it is looking based on the content id. Shouldn't it return something else? I mean, if you return null its very obvious that you get null pointer exception from this call is or

Re: SSL-enabled service and client

2011-05-20 Thread Denise Wu
Thanks for the link, I went through it already. Was wondering if there was any more developed example. Many thanks On Fri, May 20, 2011 at 5:31 PM, shivendra tripathi wrote: > you could refer http://shivendra-tripathi.blogspot.com/ > > On Fri, May 20, 2011 at 10:00 PM, Denise Wu wrote: >> >> He

Re: SSL-enabled service and client

2011-05-20 Thread shivendra tripathi
you could refer http://shivendra-tripathi.blogspot.com/ On Fri, May 20, 2011 at 10:00 PM, Denise Wu wrote: > Hello, > > Can someone point me to any useful information and/or source code on > how to develop SSL-enabled axis2 services and clients? > > Thanks > > ---

SSL-enabled service and client

2011-05-20 Thread Denise Wu
Hello, Can someone point me to any useful information and/or source code on how to develop SSL-enabled axis2 services and clients? Thanks - To unsubscribe, e-mail: [email protected] For additional commands, e-

[jira] [Updated] (AXIS2-5051) wsdl2java Stub generation should be optimized to allow better customization of exception mappings

2011-05-20 Thread Artur Linhart (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artur Linhart updated AXIS2-5051: - Description: The Stub generates the processing methods with the help of the internal variables f

[jira] [Updated] (AXIS2-5051) wsdl2java Stub generation shoudl be optimized to allow better customization of exception mappings

2011-05-20 Thread Artur Linhart (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artur Linhart updated AXIS2-5051: - Description: The Stub generates the processing methods with the help of the internal vari

[jira] [Created] (AXIS2-5051) wsdl2java Stub generation shoudl be optimized to allow better customization of exception mappings

2011-05-20 Thread Artur Linhart (JIRA)
wsdl2java Stub generation shoudl be optimized to allow better customization of exception mappings - Key: AXIS2-5051 URL: https://issues.apache.org/jira/browse/AXIS2-50

[jira] [Updated] (AXIS2-5050) wsdl2java generated exceptions do not display the received fault messages if created with constructor without parameters (f.e. if received and thrown in Stub)

2011-05-20 Thread Artur Linhart (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Artur Linhart updated AXIS2-5050: - Description: If the exceptions generated from wsdl/xsd are used with the constructor without par

[jira] [Created] (AXIS2-5050) wsdl2java generated exceptions do not display the received fault messages if created with constructor without parameters (f.e. if received and thrown in Stub)

2011-05-20 Thread Artur Linhart (JIRA)
wsdl2java generated exceptions do not display the received fault messages if created with constructor without parameters (f.e. if received and thrown in Stub) --

[jira] [Commented] (AXIS2-5049) Axis2 Services / ServiceGroups Not Updating Properly When doing Hot-Update with Transport Session

2011-05-20 Thread Anjana Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036853#comment-13036853 ] Anjana Fernando commented on AXIS2-5049: Hi Deepal, Thank you for the input. In m

securing REST webservices

2011-05-20 Thread Denise Wu
Hi, I have a RESTful webservice I need to secure using rampart. I used as a starting point the sample 07 in rampart distribution and that allows both Encrypt and Sign of messages. I added to the client code the following lines: options.setProperty(Constants.Configuration.ENABLE_REST, Constants.VA

Re: Trouble with sts client and usernametoken

2011-05-20 Thread Scott B
AmilaJ, I am using Rampart 1.5.1 and I do have a password call-back class. I am also using the same policy as used in sample 05 of the distribution which uses the AsymmetricBinding. When I created a new policy using a TransportBinding, I get a usernametoken in the header but it does not sign it.