Re: Axis2 1.2 sanity check: Can generated POJO service/client handle 0-length array?

2007-06-09 Thread Airline Pedestal
anity check: Can generated POJO service/client handle 0-length array? Why aren't you just using RMI? On 6/9/07, Airline Pedestal <[EMAIL PROTECTED]> wrote: > > Hi Anne, > > I completely agree with you points about interoperability and > clean separation. > > Althoug

Re: Axis2 1.2 sanity check: Can generated POJO service/client handle 0-length array?

2007-06-09 Thread Airline Pedestal
Hi Anne, I completely agree with you points about interoperability and clean separation. Although, I have a situation where extremely large return pay loads make using XML very slow and sometimes impossible. So I've started shipping Java Serialized objects via attachments with Axis2. My main g

Re: setOperationContext does not get a chance to run

2007-06-08 Thread Airline Pedestal
I was having that problem. I switched to this I wish I could make this work without putting the services.xml inside the .aar file. That way, I could reconfigure the web service without rebuilding the .aar file. Any ideas??? public void init(ServiceContext serviceContext){

Overriding parameters set in services.xml?

2007-06-08 Thread Airline Pedestal
Hi, I am getting parameters from the services.xml file within my aar file. This is working correctly. I would like to override those parameters without rebuilding my aar file. Is there a way to do this? Should I put the parameters in another file that would be used instead of the parameters

Server side configuration parameters

2006-06-28 Thread Airline Pedestal
How can I access parameters that I define in services.xml from within my Java Class implementing the web service? Thank you, A __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -

Server side configuration parameters

2006-06-28 Thread Airline Pedestal
How can I access parameters that I define in services.xml from within my Java Class implementing the web service? Thank you, A __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -

Re: Custom Serializer is invoked twice for a single web service call

2005-04-20 Thread Airline Pedestal
>From reading the development list, I see that the debug logging needs to be turned off to prevent the serializer from executing twice. But, how do I turn it off? I ended up putting this in my log4j.properties to stop it. log4j.logger.org.apache.axis.client=info, stdout Thanks, A ---

Re: Handmade WSDL?

2005-03-01 Thread Airline Pedestal
Hi Anne, Could you provide an example how to extract that? Thanks, A --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > Ah -- I see. This DataSet is coming from a .NET > service (probably > generated by ADO.NET), and then stuffed into the > SOAP message as a > string. Unfortunately, becaus

RE: "no serializer found" when using custom serializer problems

2005-03-01 Thread Airline Pedestal
dmin.test.Obj" > > serializer="com.nci.slt.epi.admin.test.ObjSerializerFactory" > > deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory" > encodingStyle=""/> > > > And I still get the same faul

Re: Poor performance with Axis 1.2 client vs Apache Soap 2.3.1

2005-02-28 Thread Airline Pedestal
I've been doing some performance comparations simular to the ones in the below forwarded email. Although, I'm comparing AXIS 1.1 vs AXIS 1.2RC3. I'm seeing noticably slower perforamce with AXIS 1.2RC3. I thought it was suppose to be faster. My server uses AXIS 1.1 in all my tests but this shou

Re: "no serializer found" when using custom serializer problems

2005-02-28 Thread Airline Pedestal
I think your encodingStyle should be set to empty string (""). --- Jay Glanville <[EMAIL PROTECTED]> wrote: > Hello all > > I'm trying to write my own serializer/deserializer. > So, on that > education path, I'm taking rather small steps. I've > got a small bean > (one attribute), a test s

No serializer found for class (works with 1.1 but not 1.2RC2)

2005-02-26 Thread Airline Pedestal
Please someone help me. I've been trying to figure this out for a year! I have typeMappings in my client which define mappings from my XML schema to my Java objects and custom (de)serializers to use. With AXIS 1.1, my code works!!! With AXIS 1.2 Since my Java Class implements the java