Hello,
I
am setting up a document/literal/wrapped web service and have used XMLBeans to
bind my schema/java beans. I have written custom Serializer/Deserializers
and I am working on using the dynamic wsdl provided by axis however I
seem to have hit a wall. I think this will
ng list. The zip file is only 45kb but each time I
> send it I get a delivery failure. I did not read anywhere that mails with
> attachments cannot be sent to the mailing list!
>
> >From: "tom ONeill" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To:
Neill" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Custom Serializer is invoked twice for a single web service
call
Date: Thu, 11 Nov 2004 09:17:18 +
Hi all,
As requested by Davanum I created a simple example to test this scenario.
It turns out
Hi all,
As requested by Davanum I created a simple example to test this scenario. It
turns out that the simple example works correctly - the custom serializer is
only invoked once. The second invocation is due to some special processing I
am doing within my application. I had a a question on
:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 7:14 AM
To: [EMAIL PROTECTED]
Subject: Custom Serializer is invoked twice for a single web service
call
Hi all,
I have written a custom serializer and deserializer for one of my complex
types and I have configured my client to use these custom
that is weird!! Can you please create a bug report with a small test?
are u using latest nightly?
thanks,
dims
On Wed, 10 Nov 2004 12:14:20 +, tom ONeill
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have written a custom serializer and deserializer for one of my complex
>
Hi all,
I have written a custom serializer and deserializer for one of my complex
types and I have configured my client to use these custom serializers using
a client-config.wsdd file.
I have added some debug output to the serialize method of my custom
Serializer and I have noticed that this
.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at soapapi.LeinSoapBindingStub.qry(LeinSoapBindingStub.java:138)
at
I'm trying to write a custom serializer for the jdom Element (org.jdom.Element). I've
written the serializer,deserializer,factories and added the type mapping to the wsdd
file. The service deploys and updates the server-config with the typeMapping Element
but when javaToWsdl tries t
Title: Problems with custom serializer/deserializer
Hello,
I am trying to write a serializer for the Person class (with two attributes name and age and their getter and setter) and we have an exception when we try to display the WSDL :
AXIS error
Sorry, something seems to have
Is it possible to use with AXIS custom serializer and de-serializer in the
handler framework?
E.g. will employing such serializer and de-serializer be portable/interoperable
with multiple client run-times?
Thanks
Rupesh Sharma wrote:> Can I modify the BeanSerializer.java > used by Axis
ectorSerializer, BeanSerializer and so
forth...
However, I cannot understand how it really works !
My problem is the following :
I've to create a custom serializer (and deserializer), but I don't know how to do !
What are the things to do ?
However I've looked the samples in samples/
Hi
I'm trying to use my
own custom serializer for array data type (array of int) in
AXIS.
For this I'm
defining the typeMapping in wsdd file as follows:
---
xmlns:ns="http://DefaultNamespace"
qname="ns:ArrayOfint"
I'm having an interesting problem whereby I get redundant elements in my soap body. Let me try to explain ...
I have written a CastorSerializer to load my mapping.xml file and handle the (un)marshalling of my data types. Suppose my data type is this:
I import t
. Unfortunately, now I'm seeing issues when serializing back to
the client.
I have a custom serializer for my doc/lit service where I'm issuing statements like
the following:
--
public void serialize(QName qName, Attributes attributes
édric Chabanois [mailto:[EMAIL PROTECTED]]
Sent: 13 December 2002 14:30
To: '[EMAIL PROTECTED]'
Subject: RE: Custom serializer/deserializer with INOU/OUT parameters
> soapSrv.addParameter("userId",org.apache.axis.Constants.XSD_STRING,
>
re help so far, any more is appreciated,
>
> Thanks,
>
> Brian.
>
> -----Original Message-
> From: Cédric Chabanois [mailto:[EMAIL PROTECTED]]
> Sent: 13 December 2002 13:47
> To: '[EMAIL PROTECTED]'
> Subject: RE: Custom serializer/deserializer wit
e something else I am missing ? You say I don't need to add the
RequestContextHolder to the typemapping, but how does axis decide how to
handle the Holder object ?
Again thanks for you're help so far, any more is appreciated,
Thanks,
Brian.
-Original Message-
From: Cédric Chabanois
is [mailto:[EMAIL PROTECTED]]
> Sent: 13 December 2002 11:56
> To: '[EMAIL PROTECTED]'
> Subject: RE: Custom serializer/deserializer with INOU/OUT parameters
>
>
> I use IN/OUT parameters for beans and arrays but I never
> tried with custom
> serializer/dese
ue' of the holder
to serialise and deserialise ?
Thanks,
Brian
-Original Message-
From: Cédric Chabanois [mailto:[EMAIL PROTECTED]]
Sent: 13 December 2002 11:56
To: '[EMAIL PROTECTED]'
Subject: RE: Custom serializer/deserializer with INOU/OUT parameters
I use IN/OUT parameters
I use IN/OUT parameters for beans and arrays but I never tried with custom
serializer/deserializer.
But I thought providing a simple Holder class for the type and declaring the
parameter as OUT or INOUT in the wsdd would be enough.
What did you do exactly ?
Cédric
> Hi,
>
> I thoug
Hi,
I thougt I would re-send this just in case someone that has used
serializers/de-serializers mised it.
Has anyone tried to use a custom serializer/deserializer with INOUT or OUT
parameters. I have it working fine for IN parameters but INOUT and OUT
parameters do not seem to be returned from
Hi,
Has anyone tried to use a custom serializer/deserializer with INOUT or OUT
parameters. I have it working fine for IN parameters but INOUT and OUT
parameters do not seem to be returned from the service (i.e. I can't see the
new value being re serialized on the way back).
Thanks,
Sent: Tuesday, November
26, 2002 11:08 AMTo: '[EMAIL PROTECTED]'Subject:
RE: Problem Mapping Custom Serializer and Deserializer in
WSDD
Mike,
I am
still having the same problem with this. Do you think, could it have something
to do with the way I am calling the operati
Daleiden, Mike
[mailto:[EMAIL PROTECTED]]Sent: 26 November 2002
14:47To: [EMAIL PROTECTED]Subject: RE: Problem
Mapping Custom Serializer and Deserializer in WSDD
Oops...looking at this again, I think it should be
ta="http://www.fineos.com/XMLSchema/ta"
-O
PROTECTED]Subject: RE: Problem
Mapping Custom Serializer and Deserializer in WSDD
Brian -
I
think the problem is a typo in your WSDD:
http://wsdlService"
should be
http://wsdlService"
Try that and see if it fixes the
problem.
em Mapping Custom Serializer and Deserializer in
WSDD
Brian -
I
think the problem is a typo in your WSDD:
http://wsdlService"
should be
http://wsdlService"
Try that and see if it fixes the
problem.
--Mike
-Original Message---
t: Tuesday, November
26, 2002 9:28 AMTo: '[EMAIL PROTECTED]'Subject:
RE: Problem Mapping Custom Serializer and Deserializer in
WSDD
Thiago,
Is
this not what I am doing by using the deploy decriptor below
?
xmlns="http://xml.apache.org/axis/wsdd/&
deserializer="TADeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
If not what else do I need to do ?
Thanks,
Brian.
-Original Message-From: Thiago Leão Moreira
[mailto:[EMAIL PROTECTED]]Sent: 26 November 2002
14:11T
ber 2002 13:14
To: [EMAIL PROTECTED]
Subject: Re: Problem Mapping Custom Serializer and Deserializer in WSDD
This is the error???
org.apache.axis.deployment.wsdd.WSDDException:
javax.xml.rpc.JAXRPCException: Null serializer factory
specified.javax.xml.rpc.JAXRPCException: Null serializer factory s
lto:[EMAIL PROTECTED]]
Sent: 26 November 2002 13:14
To: [EMAIL PROTECTED]
Subject: Re: Problem Mapping Custom Serializer and Deserializer in WSDD
This is the error???
org.apache.axis.deployment.wsdd.WSDDException:
javax.xml.rpc.JAXRPCException: Null serializer factory
specified.javax.xml.rpc.J
This is the error???
org.apache.axis.deployment.wsdd.WSDDException:
javax.xml.rpc.JAXRPCException: Null serializer factory
specified.javax.xml.rpc.JAXRPCException: Null serializer factory specified.
Thiago
Brian Dillon (ext. 944) wrote:
Hi,
I have custom serializers and deserializers whic
Hi,
I have custom serializers and deserializers which I need to use to provide
the mapping for our Object Types. However when I tried to deploy this
mapping using;;
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";
and successfully run w/ axis beta2
email me sample wsdd, ser/deser and
factory code?
wsdd typeMapping stanza is not getting into
ServiceDesc, even after deploying, and
then ServiceDesc lines 688 blows null pointer
exception.
Thanks
I'm tearing my hair out trying to get this
to work.
Heitzso
It appears as though I need to write a custom serializer for an Oid class.
All boiled down the class has one field - a byte[16]. I probably want to
represent
This in XML as a hex string (32 character string of chars 0-f);
I noticed in the Axis jar there is a bytehex (or something like that
35 matches
Mail list logo