unsubscribe

2012-08-17 Thread Nandeesh Kaggere

RE: Problem in generating client stub

2012-05-28 Thread Nandeesh Kaggere
ay 28, 2012 12:48 PM To: java-user@axis.apache.org Subject: Re: Problem in generating client stub On Wed, May 23, 2012 at 7:23 PM, Nandeesh Kaggere wrote: Hi, This is one of those things.. that worked before. Now I am trying to generate stub from a WSDL file as below. I have tried twe

Problem in generating client stub

2012-05-23 Thread Nandeesh Kaggere
Hi, This is one of those things.. that worked before. Now I am trying to generate stub from a WSDL file as below. I have tried tweaking configuration files unders \axis2\conf as well. If some one has an answer, can you please share. C:\ax2-1.6.0BD\bin>WSDL2Java -uri C:\tryStubs\CARDCLOS.wsdl -

RE: Axis1.6 -- making Https calls

2012-05-07 Thread Nandeesh Kaggere
that is not in your JDK truststore. Import the service SSL certificate in the cacert file that belongs to your JDK. From: Nandeesh Kaggere [nkagg...@camsbycbs.com] Sent: Monday, May 07, 2012 2:01 PM To: java-user@axis.apache.org Subject: Axis1.6 -- making

Axis1.6 -- making Https calls

2012-05-07 Thread Nandeesh Kaggere
Hi, I am using Axis2 v 1.6 for invoking 3rd party WS calls. Things were fine but the new requirement is, I need to be making secured calls (Https) and the existing code throws the following exception. Can you please tell me how/what changes should be made or point me to the right resource? Cau

RE: [Axis2] Generated code results in javac error "code too large"

2011-10-13 Thread Nandeesh Kaggere
See if this helps. I too have come across larger stubs and eclipse had trouble opening them and I remember getting out of space error. Some times it may help to open it a text editor outside Eclipse. Check out the following link to increase heap size http://wiki.eclipse.org/FAQ_How_do_I_increase_

WS client error: NoSuchMethodError

2011-09-02 Thread Nandeesh Kaggere
Hi, I am making WS calls on a provider service. I see SOAP Request/Response on TCP Mon tool and get a successful response. However it is generating exception (below) in the client stub soon after making service call for all the calls and response is always null. Not sure what is causing it. Any

RE: what does mean "java artifacts"?

2011-04-28 Thread Nandeesh Kaggere
I think, it refers to java related things like documents /API/ Specifications etc. that is relevant to what you are looking at. _ From: Martín R. [mailto:mmrrg...@gmail.com] Sent: Thursday, April 28, 2011 10:22 AM To: axis-u...@ws.apache.org Subject: what does mean "java artifacts"?