I am trying to use the message type service - i can get the basic example
working (it returns the input) but I can't seem to get a service doing
anything with the Document instance working.
Service method
public Document testService (Document doc){
// do something with doc besides return it
}
I have no clue what is causing this and the error is not very helpfull...
ANY ideas
java.lang.reflect.InvocationTargetException
null
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.lang.reflect.InvocationTargetException
ferenceObject;
}
/**
* @param object1
* The object1 to set.
*/
public void setReferenceObject(ObjectWithReferences referenceObject)
{
this.referenceObject = referenceObject;
}
}
-Original Message--
Is it even possible to serialize an array of beans where the beans have
references to another bean? Nobody has been able to come up with a working
example. beanMapping is not working for me. I have posted several times
and nothing... i'm beginning to think it's not possible.
-jm
Vic!
Can Hessian do complex object serialization? Say i have a bean x that
contains a ref to bean y and i need to return an array of x can hessian
handle that?
-jm
-Original Message-
From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich
Sent: Sunday, November 14, 2004 10:35 AM
To
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
http://schemas.xmlsoap.org/soap/encoding/"/>
>From: "John Menke" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL
Kevin,
are you using the beanMapping or typeMapping tags in your wsdd? I don't see
a reference to them in this email.
-jm
-Original Message-
From: Kevin J. Duling [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 13, 2004 1:24 AM
To: [EMAIL PROTECTED]
Subject: Re: typeMapping and Bad T
It's amazing that there is virtually NO DOCUMENTATION ON THIS. -- PEOPLE
WANT TO LEARN THIS.
Suggestion: Maybe if people needing the documentation commit to producing
the documentation to commit back to the Axis project then somebody will take
the time to walk us through this.
Is anyone listenin
I've been having problems with trying to get axis to serialize / deserialize
a set of two beans where one bean contains a reference to the other bean --
my service also returns an array of these complex objects.
Can somebody point me to any resources for doing this? I have asked a few
questions o
Yes there is more than one class to copy. Copy all resulting from compile
and it works
PLEASE HELP!!! - I'm stuck
I have a webservice that uses 2 beanS. One bean contains a reference to the
other.
When i try to deploy the webservice without bean mappings it works and i get
my wsdl defined
like below. But when i add beanMapping tags to serialize my beans the deploy
fails without an
see http://www.xmethods.com/
-Original Message-
From: Marco Mistroni [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 8:45 AM
To: [EMAIL PROTECTED]
Subject: webservices for stocks
Hello all,
Does anyone know if there are any free services on the
Internet that allows you
Tom,
you mention a complex type. I have a complex type i need to serialize that
contains another complex type. Are there any examples on how to setup the
serializer/deserializer for this either with BeanSerializer or with custom
classes?
-jm
-Original Message-
From: tom ONeill [mailto:
I have two objects Foo and Bar
Foo's Structure is:
Foo (contains 3 fields on field is Bar Object type)
fooString - type of String
fooLong - type of long
Bar - type of Bar
Bar
barString - type of String
14 matches
Mail list logo