Re: unsubscribe

2009-09-03 Thread Larry Meadors
axis-user-unsubscr...@ws.apache.org On Thu, Sep 3, 2009 at 4:22 AM, sasikumar.natara...@cognizant.com wrote: This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended

Re: Unscribe

2009-08-28 Thread Larry Meadors
Try axis-user-unsubscribe instead. On Fri, Aug 28, 2009 at 10:25 AM, KDkn...@yahoo.com wrote:

Re: unsubscribe

2009-08-28 Thread Larry Meadors
axis-user-unsubscribe is your friend. On Fri, Aug 28, 2009 at 9:59 AM, WILSON, JOHN D [AG/1000]john.d.wil...@monsanto.com wrote: unsubscribe john d wilson Commercial Applications Developement Services Development Team Monsanto Company 800 N. Lindbergh Blvd. G3WM, Saint Louis, MO 63167

Re: unsubscribe-axis-user

2009-08-27 Thread Larry Meadors
You'll have better luck sending that to axis-user-unsubscr...@ws.apache.org Larry On Thu, Aug 27, 2009 at 6:43 AM, Kenneth W. Meehanmee...@progress.com wrote: unsubscribe-axis-user

Re: Unsubscribe

2009-08-10 Thread Larry Meadors
Really? This is the third unsubscribe email sent to the list today...maybe we could add a footer to emails sent by the list that explained HOW to unsubscribe... Larry

Re: Unsubscribe

2009-08-10 Thread Larry Meadors
On Mon, Aug 10, 2009 at 7:26 AM, Urban, Patrickpatrick_ur...@adp.com wrote: Ive been trying to unsubscribe from this list for years. Please try again, and if you have issues, let us know - email me directly if you want, I don't care. :) That way we can let the apache infrastructure guys know

Re: ADBException: Unexpected subelement when using Axis2-generatedWSDL with useOriginalwsdl=true

2009-07-23 Thread Larry Meadors
I JUST had this happen to me 2 days ago. It turned out that in my case, the namespace for the unexpected element was the problem. I ended up running the service in a debugger and IIRC, I found it in the fromOM method of the service's MessageReceiverInOut class. It was calling something like

Re: ADBException: Unexpected subelement ISBN

2009-07-22 Thread Larry Meadors
code and try it. If the order of the elements of the response change or some elements are added to the resonse then this issue appears. Yours Ibrahim DEMIR CyberSoft Yazilim Muh. http://www.ibrahimdemir.org From: Larry Meadors larry.mead...@gmail.com

ADBException: Unexpected subelement ISBN

2009-07-21 Thread Larry Meadors
Man this stuff is tricky. :-) I have a wsdl file that I got from a vendor, and I need to use to build a service (it's included below) to integrate with their product. I generated the code from it, wrote my implementation bit, built and deployed it, but when I call it, I get the exception

axis2-wsdl2code-maven-plugin use

2009-07-10 Thread Larry Meadors
How does this plug-in fit in a normal development work flow? I'm using it to create a service from a wsdl file that is provided by a vendor, and I think I have it creating the sources correctly, but the default behavior is to generate the classes into the target directory (specifically

Re: axis2-wsdl2code-maven-plugin use

2009-07-10 Thread Larry Meadors
That wouldn't solve the issue - the problem is that I have to edit one of the files that it creates, but it creates it in a temporary location (everything under target is wiped when you run mvn clean), and if I have a second copy, then the compile blows chunks. :-( I will stick with my ant trick

Re: Hiding exposed fields on serialized objects

2006-08-07 Thread Larry Meadors
Could you create an interface (or even super class) that only exposed the properties you wanted exposed, and use that for the web service? Just a guess..not terribly familiar with axis. Larry On 8/7/06, Bell, Douglas [EMAIL PROTECTED] wrote: I am using iBatis on the back end of my

Deployment with JDK5 and annotations?

2006-05-26 Thread Larry Meadors
Are there any examples of doing annotation-based deployment of web services with axis? I can't help but think that if I can generate all of the XML that I need to use for deployment, that I could auto-deploy web services based on annotations, but I haven't seen anything like that anywhere in the

Starting a new project..

2006-04-23 Thread Larry Meadors
..and want to know if I should use axis1 or axis2. The target date for completion is about 8 weeks out. I need these to be secure (both in terms of authentication and authorization), and I see that both Axis and Axis2 use WSS4J (the WS-Security specification's implementation for Java), so it

Re: Starting a new project..

2006-04-23 Thread Larry Meadors
More questions to add: - what are the advantages of using axis2 over axis1? - what are the risks and benefits of each version? On 4/23/06, Larry Meadors [EMAIL PROTECTED] wrote: ..and want to know if I should use axis1 or axis2. The target date for completion is about 8 weeks out. I need

Re: Deployment problem with Axis 1.2.1/Tomcat 5.5.9/ JDK 1.5

2005-10-09 Thread Larry Meadors
Look in your logs, and see if you have an earlier ExceptionInInitializerError somewhere. I have seen those cause later NoClassDefFoundError exceptions to be thrown. Larry On 10/8/05, Bolke de Bruin [EMAIL PROTECTED] wrote: Hi, I am having trouble getting a service deployed on a system with

Re: MySQL and Axis

2005-04-02 Thread Larry Meadors
Wow. I think you may have better luck getting an answer to your question if you actually ask one. This message is like going to a mechanic, pointing to your car and saying Umm, it's broke? and expecting him to know exactly what the problem is. Can you maybe provide some details? LarryOn Apr 2,