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
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
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){
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
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
-
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
-
>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
---
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
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
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
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
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
12 matches
Mail list logo