.
Ashutosh
-Original Message-
From: Tomek Minkowski [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 5:24 PM
To: [EMAIL PROTECTED]
Subject: Calendar serialization
I have to serilaize some dates, and have problem with HOURS.
When it's 12.38.20, and inside java platfo
Minkowski [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 5:24 PM
To: [EMAIL PROTECTED]
Subject: Calendar serialization
I have to serilaize some dates, and have problem with HOURS.
When it's 12.38.20, and inside java platform it IS 12.38.20, my
serialized da
I have to serilaize some dates, and have problem with HOURS.
When it's 12.38.20, and inside java platform it IS 12.38.20, my
serialized date is:
2005-02-07T11:38:20.500Z
What's interesting: the server (created by me) sends me over
events concerning 12:38 (time in the db) as well wrapping it
Axis serializes data very ineffectively:
Example:
http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns22:EventSummary" xmlns:ns22="http://beans.eventsrv";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
SEE HERE:
ICMP PIN
I'm looking at the SOAPHeaderElement in Axis 1.1, it appears that for
serialization I can pass it a strongly typed object, but for
de-serialization (either on the server trying to read a header passed by
the client, or on the client trying to read a header returned by the
server) there do
Hi there,
I've noticed that Axis 1.2 supports the automatic serialization/deserialization of Java collections.
Currently, it appears to always convert collections such as Lists, Sets,
etc. into arrays of xsd:anyType.
The web service client that I'm using has trouble with thes
Hi list,
I have a problem with the serialization of a javabean style object.
Short description: The javabean has an integer field which is not represented
by a type but instead by a pair of
http://schemas.xmlsoap.org/soap/encoding/";
soapenc:arrayType="xsd:anyType[3]
Ok it seems that I found a workaround to this.
Declaring the type mapping for the primitive types in the deployment wsdd file seems to do the trick.
I put this comment in the Issue AXIS-1746, can somebody tell me if it is really
the correct way to do it?
Till now I was not even thinking that I h
After debugging with the axis sources, I think I probably found a bug in
AXIS1.2RC2 which I tried to explain in the Issue AXIS-1746.
I will try to propose a patch (as soon as I can).
Cheers,
Patrick.
BLIS Webmaster (Patrick Houbaux) wrote:
Hi all,
Any idea about the problem I have mentionned in th
Hi all,
Any idea about the problem I have mentionned in the following?
I'm still stuck with that and it's becoming urgent for me to solve it.
Thanks in advance for any help.
Regards,
Patrick.
BLIS Webmaster (Patrick Houbaux) wrote:
Hi all,
I have a RPC web service deployed with Axis 1.2RC2.
For per
On Wednesday 22 December 2004 22:46, Hewitt, Christopher wrote:
> I would like to know if there is an easy way to have an axis client
> serialize/deserialize user defined java classes, without having to
> manually create type mappings or use wsdl2java?
Yes, that's entirely possible provided that y
Hello,
I am quite new to WS and Axis, so I apologize if this is a common question.
I would like to know if there is an easy way to have an axis client
serialize/deserialize user defined java classes, without having to manually
create type mappings or use wsdl2java?
The WebMethods Glue library
ot;, used the schema equivalent type
instead.
- Original Message -
From: "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 22, 2004 12:50 PM
Subject: Axis 1.2RC2: multiref serialization of xsd simple types /
interoperab
, 2004 1:00 PM
Subject: Re: Axis 1.2RC2: multiref serialization of xsd simple types /
interoperability with .NET
> Hi there.
>
> I can't actually remember, so this is a best shot, Ok?
>
> IfcSpace
>
> WS-I Basic Profile prohibits "soapenc", used the sche
[EMAIL PROTECTED]>
Sent: Wednesday, December 22, 2004 12:50 PM
Subject: Axis 1.2RC2: multiref serialization of xsd simple types /
interoperability with .NET
> Hi all,
>
> I have a RPC web service deployed with Axis 1.2RC2.
> For performance issue some of my methods are actually sending t
Hi all,
I have a RPC web service deployed with Axis 1.2RC2.
For performance issue some of my methods are actually sending the response data
in compressed attachments to the clients.
I did set the server to use multiref because the data model I'm sending is a
graph and to avoid stack overflow erro
That only makes sense, 'wrapped' is more of an Axis thing.
Jai
-Original Message-
From: jay limfueco [mailto:[EMAIL PROTECTED]
Sent: Friday, December 17, 2004 2:03 AM
To: [EMAIL PROTECTED]
Subject: Re: Serialization Compatibility
hmmm that's weird I seem to be havi
hmmm that's weird I seem to be having a problem in .Net
interoperability when using 'wrapped/literal' but works fine on
'document/literal' and 'RPC/encoded'
some XML Validation errors when parsing the apache generated WSDL.
On Thu, 16 Dec 2004 09:56:30 +0100, WAJSBERG Julien RD-BIZZ
<[EMAI
Hi,
I found once that interoperability for HashMap of Strings is good
between axis 1.1 and Perl, using RPC/Encoded.
using literal encoding, it doesn't work anymore.
The problem is that you will need wrapped/literal mode for
interoperability with .Net :)
So, Anne is right, you should avoid HashM
Bad idea. Always avoid collections. Use an array instead.
-Original Message-
From: jay limfueco [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 15, 2004 2:52 AM
To: [EMAIL PROTECTED]
Subject: Serialization Compatibility
Hi,
I'm currently working on a web service that should su
Bad idea. Always avoid collections. Use an array instead.
-Original Message-
From: jay limfueco [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 15, 2004 2:52 AM
To: [EMAIL PROTECTED]
Subject: Serialization Compatibility
Hi,
I'm currently working on a web service that should su
Hi,
I'm currently working on a web service that should support PHP, Pearl
and .Net clients and I was wondering if a serialized HashMap is
supported by those other languages.
Thanks
Dennis Sosnoski *EXTERN* [mailto:[EMAIL PROTECTED]
Sent: Monday, November 15, 2004 5:00 AM
To: [EMAIL PROTECTED]
Subject: Re: does anyone have complex serialization working?
Hi John,
Yes, it is perfectly possible to handle arrays of beans with references to
other beans, and similar structures.
ype of XML serialization (though with XMLEncoder/XMLDecoder the
format is fixed and not very interoperable with non-Java applications).
- Dennis
--
Dennis M. Sosnoski
Enterprise Java, XML, and Web Services
Training and Consulting
http://www.sosnoski.com
Redmond, WA 425.885.7197
John Menke wro
n do that.
-jm
-Original Message-
From: Nathan Wardle [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 14, 2004 7:31 PM
To: [EMAIL PROTECTED]
Subject: RE: does anyone have complex serialization working?
We've actually ended up writing our own serialiser and deserialiser based on
a reflection
renceObject(ObjectWithReferences referenceObject)
{
this.referenceObject = referenceObject;
}
}
-Original Message-
From: John Menke [mailto:[EMAIL PROTECTED]
Sent: Monday, 15 November 2004 11:06 AM
To: Axis
Subject: does anyone have complex serialization working?
Is
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
After some time, I'm back again at my problem trying to directly
returning XML from a web service. With RPC/encoded I'd get "section 5"
encoding, but that's not what I want.
I'd like to return XML like this in the SOAP response
CHILDVALUE
ITEM1
ITEM2
I've set up a test proje
nyone listening? I will sign up to the docs if somebody can flesh out
the content for me.
-jm
-Original Message-
From: Alexandre Camy [mailto:[EMAIL PROTECTED]
Sent: Friday, November 12, 2004 8:05 PM
To: [EMAIL PROTECTED]
Subject: Serialization and Deserialization of Beans Problem
Hi everybo
Hi everybody
I have a problem to do a service metho that return a ArrayList of
Beans. I found a lot of people on the net with the same problem but
everybody without solution for it.
I would like to know if somebody knows a good tutorial about
Serialization/Deserializatin of Beans and ArrayList
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
We want
instead an in-place expansion
of
// nested objects without the hassle of object
decomposition, we
have
// only plain vanilla data structures in the
end.
sci.setDoMultiRefs( false );
try
{
// ...and perform the serialization.
sci
Title: Message
Hi,
How do I envoke the
serialization process for objects created by the WSDL2Java process. I
would like to write the SOAP request and response objects out as XML to log4j
during the processing of the request. These are complex objects
generated directly from a wsdl. It
Hi,
Version: Axis 1.2 beta
Config: Document/literal
Does anyone know if there is a way to force the Axis server to include
the xsi:type attribute for a *single element* during serialization.
Details:
I am serializing a bean which contains another bean. The contained bean
is referred to by
?AxisProjectPages/AxisClientWSDD
and i think
call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS,
Boolean.FALSE) may work but i do not remember details (and i am not able
to google them ...)
alek
Bartek wrote:
Hi
I have a following serialization problem. It affects the serializing
of
Hi
I have a following serialization problem. It
affects the serializing of arrays. If I serialize in my serializator (for class
named MyClass) an array, assume "String[] keys" with help of
context.serialize(keys) , I get in produced soap xml something like
that:
Does anyone here know here when and if AXIS will support Java 5 esp. serialization of
enum types?
Thanks for any input,
paul
.
Does anyone here know here when and if AXIS will support Java 5 esp. serialization of
enum types?
Thanks for any input,
paul
.
which support custom serialization and de-serialization handlers that can include/exclude namespace in response payloads and also be able to resolve the payload schema even if the payload does not have XSD schema?
If the payload schema component names may not have any name duplications even though
Subject: FW: static inner class serialization
Futher to this message, there was in fact a problem with the war file
assembly which was causing the error. Now I've got another issue. Invoking
the service results in the following exception stack, which I don't
understa
Hi David,
I have had this issue previously. Firstly, the complex type in the schema is
where you set this up but there is a SERIOUS issue with the naming.
The Schema spec does not allow a $ character in a qname (it is not in the
allowable range of legal characters). Axis does however ignore thi
ember 2004 11:37
To: '[EMAIL PROTECTED]'
Subject: static inner class serialization
Can anyone help with this issue? We have a number of beans which use static
inner classes instances internally. We have written a type-mapping entry
for the wsdd file (see below), but any attempt to d
Can anyone help with this issue? We have a number of beans which use static
inner classes instances internally. We have written a type-mapping entry
for the wsdd file (see below), but any attempt to deploy the webservice
produces a ClassNotFoundException for the static class. The classpath of
th
Hi all,
I try since weeks to use Axis 1.1 and ebxmlms from cecid
(http://sourceforge.net/projects/ebxmlms/).
In fact, when I link my ebxmlms code with jaas.jar from axis-1.1
(instead of jaas-api/ jaas-ri from sun), the serialization process fail,
and my existing code does'nt work.
In
All,
I have a service with the following attributes:
- Generated code with wsdl2java and therefore have a bunch of custom
types
- Invokes the service call method from the Client Stub
- A Handler to add a digital signature
My logic for handling the Digital Signature is as follows:
1) Get the DOM
OTE-SOAP-2508/#_Toc478383515
Best regards,
Anne
-Original Message-
From: Anand Natrajan [mailto:[EMAIL PROTECTED]
Sent: Friday, August 13, 2004 11:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Serialization error with Axis1.2 rpc/encoded service and
gSOAP
Shashi,
I am very familiar with that probl
e axis
(ie. from the junit test case).
The issue has nothing to do with nested java-bean types (although this
test was originally written to test nested java-bean
serializationhence the class names :)
I am expecting to see:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="ht
Hi,
I have an axis based service (both client & server side) where leaf
nodes in the serialized parameters use an additional namespace, this
leads to the namespace/prefix mapping getting serialized in each
leafnode, e.g.
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/20
ces, but you shouldn't
be building new rpc/encoded applications. SOAP encoding is a dead-end
technology.
[1] http://www.w3.org/TR/2000/NOTE-SOAP-2508/#_Toc478383515
Best regards,
Anne
-Original Message-
From: Anand Natrajan [mailto:[EMAIL PROTECTED]
Sent: Friday, August 13,
[mailto:[EMAIL PROTECTED]
Sent: Friday, August 13, 2004 8:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Serialization error with Axis1.2 rpc/encoded service and gSOAP
Shashi,
I am very familiar with that problem (I entered the bug report to which you
allude in your email). Yes, this is a serious
Shashi,
I am very familiar with that problem (I entered the bug report to which you
allude in your email). Yes, this is a serious interoperability problem.
However, I now agree with Davanum Srinivas that Axis 1.2 is actually doing
the correct thing when it assigns the soapenc namespace to string.
Title: Message
Hi
All,
I have been using
Axis1.1 on server and gSOAP on the client for long time and everything has been
working fine. I am trying to migrate to Axis1.2 and picked up bits on Aug5. When
I tried to generate header and stubs and compile the client project, it failed.
After f
Greetings. Thanks in advance for any help.
I think what I want to do is pretty simple. My WS returns an
array, Order[]. However, I have subclasses of Order which might be present in
the array. Is it possible to have Axis serialize the individual array elements
as their specific type? Cu
Anand Natrajan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 1:00 PM
To: [EMAIL PROTECTED]
Subject: RE: Advanced serialization of Collections and Maps
Marc and Brian,
Forgive me if this is a naive question, but won't your actions below make it
hard to write non-Java clients targetting y
ity issues you see might appear
: * when writing/generating a client for the types in the second WSDL.
: *
:
: Cheers
: -Marc
:
:
: >From: Anand Natrajan <[EMAIL PROTECTED]>
: >Reply-To: Anand Natrajan <[EMAIL PROTECTED]>
: >To: [EMAIL PROTECTED]
: >Subject: RE: Advanced serial
ECTED]
Betreff: RE: Advanced serialization of Collections and Maps
Ok, let me try and demonstrate this a bit more. With the following example
object model:
---
abstract class Animal
{
String colour;
}
class Bird extends Animal
{
boolean canFly;
}
writing/generating a client for the types in the second WSDL.
*
Cheers
-Marc
From: Anand Natrajan <[EMAIL PROTECTED]>
Reply-To: Anand Natrajan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Advanced serialization of Collections and Maps
Date: Wed, 28 Jul 2004 12:59:54 -0400 (EDT)
ks for my (current)
: needs. It doesn't require custom serialization (unless the array
: type does).
:
: -BWD.
:
: -Original Message-
: From: Marc Wilson [mailto:
: Sent: Tuesday, July 27, 2004 8:46 PM
: To: [EMAIL PROTECTED]
: Subject: Advanced serialization of Collections and Maps
--- Begin Message ---
EveryThing seems to work well except the fact that the byte array is null!!
I know that, on the server side, the byte array is conformed.
It seems that the byte array isn't serialized from the server to the
client.
I hope that I've clearly exposed my problem and that someb
r" package along with the Bean serializers
and such.
I've been interested in doing the same sort of stuff. Sending back
typed arrays is about as close to returning a Collections object as
I've been able to get. For the most part this works for my (current)
needs. It doesn'
ght between the call.setOperationName() and the
invoke:
call.setReturnType(qn);
Hope that helps. There might be more to the problem than just that,
of course..
-BWD.
-Original Message-
From: karim [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 9:19 AM
To: [EMAIL PROTECTED]
Subject: Proble
Hi all axis-users,
I wanted to get on the client side a bean created on the server side.
The bean is described as follow :
public class XMLRepresentation implements java.io.Serializable {
private byte[] xmlRepresentation_;
public XMLRepresentation() {
}
public XMLRepresentation(Object represent
Hi,
I have a few questions about serialization and deserialization of
Collections and Maps with Axis.
Basically our app has a Business Object Model of DTOs (Data Transfer
Objects) that it relatively complex from a Soap p.o.v., ie: it contains
lists, sets and maps within it. All the lists, sets
HI,
I am trying to access a .jws which is
as follows :-
import org.apache.axis.client.Call;
import org.apache.axis.client.Service;
import org.apache.axis.message.SOAPBodyElement;
import org.apache.axis.utils.Options;
import org.apache.axis.utils.XMLUtils;
import org.w3c.dom.CDATASection;
import
08:22
To: '[EMAIL PROTECTED]'
Subject: Xsd:choice and AXIS serialization problem
Hi all,
I am using AXIS for XML serialization and deserialzation.
I have encountered one problem with the xsd:choice.
When I try to serialize an object model to XML, I get to see all the
elements under i
Hi all,
I am using AXIS for XML serialization and deserialzation.
I have encountered one problem with the xsd:choice.
When I try to serialize an object model to XML, I get to see all the
elements under in the resultant xml. I feel that this is wrong
behavior of the serializer.
To get rid of
Hi,
It seems that the axis wsdl2java can not serilization the
xsd:simpleRestrictionModel into the appropriate java types.
I don't know how to handle this type.
Any ideas?
Thank u very much
jiadao
. The problem is that object D is an internal class. I only
like to configure the beanserializer that he omits the serialization of class D. If
there is no way to stop serialization on special classes I see only the possibility to
change the standard implementation of AXIS.
Regard Philipp
[EMAIL
Hi all,
I am moving from Weblogic web services to Websphere, and am using Axis on WAS
5.1 because i need to use custom serializers and de-serializers, which Websphere
doesnt support currently.
I am having trouble getting my custom de-serializer to work,though my
serializer does w
Philipp Bolle wrote:
Hi Tom,
Tank you for the answer. I read your thread. The funny thing is that
I do the same for another workflow system, called jbpm.
Makes sense really, a workflow engine is an obvious consumer of dynamic
invocation code. I took a look at your website, it's interesting stuff.
Hi Tom,
Tank you for the answer. I read your thread. The funny thing is that I do the same for
another workflow system, called jbpm.
But all works fine with the default Bean serializer. I dont like to create my own
serializer.
I would like to configure the Bean serializer to stop serializing
Philipp,
This is in effect the same question as mine on overriding the
(de)serializers and returning XML for unrecognized complex types, I
suggest you take a look at the thread called 'Generic invocation with
complex document types' for more information. There's a web archive at
http://java2.534
Hi community,
I am using the bean serializer of AXIS. My return values are very complex. Is there a
possibility to omit the serialization for special classes?
Thank you in advance Philipp
Der WEB.DE Virenschutz schuetzt Ihr
Hello,
I am having an issue with attributes defined within a complex type and the
serialization of these attributes. An example below how I define the
attributes within our complex type
I found more than 10,000 hits on google for "axis serialization," dude
-Original Message-
From: Mark D. Hansen [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 5:50 PM
To: AXIS Users (E-mail)
Subject: description of how Axis does [de]serialization ?
Can anyone poi
Can anyone point me to a good description of how Axis peforms [de]serialization
between Java instances and XML?
I have some custom [de]serialization tools that I'd like to plug into Axis, but my
head is spinning trying to figure out how this is accomplished.
TIA!
-- Mark
I am having an issue with attributes defined within a complex type and the
serialization of these attributes. An example below how I define the
attributes within our complex type
Hi,
I wrote a Handler that I want to get invoked in the responseFlow after
serialization is done.
If I add
the Handler gets invoked before serialization is done.
Is it possible to change the order of serialization and handler invokation?
Thanks in advance
Timo
hello:
I have one problem when I want
to do the the serialization/deserialization
using the xml<->Java datatypes mapping, when I try to extension the types which
are defines by myself
For examples
Targetnamespace=”foo”
<xs:complexType na
Hi all,
first of all I'd like to apologize for the length of this message, but I need help
before becaming crazy.
The fact is I'm developing a web service wich receives a bean like the one belllow :
public class Shop implements java.io.Serializable {
private java.lang.String description;
Hi all,
first of all I'd like to apologize for the length of this message, but I need help
before becaming crazy.
The fact is I'm developing a web service wich receives a bean like the one belllow :
public class Shop implements java.io.Serializable {
private java.lang.String description;
Title: Message
I have a class with a method
that returns a string. The string is returned by a
webservice
Is there an easy way to tell
axis to serialize this class to a
string?
This e-mail may contain privileged and confidential information and should not be used by anyone w
arino wrote:
>
> > Hello
> >
> >
> > I´m having problems with the serialization on the server side of my web
> > service.
> >
> > When I use my client Program with JMS transport I get the following error:
> >
> > java.io.IOException: No seri
elson
> RABA Technologies
> On Mar 10 2004, Manuel Catarino wrote:
>
> > Hello
> >
> >
> > I´m having problems with the serialization on the server side of my web
> > service.
> >
> > When I use my client Program with JMS transpor
ies
On Mar 10 2004, Manuel Catarino wrote:
Hello
I´m having problems with the serialization on the server side of my web
service.
When I use my client Program with JMS transport I get the following error:
java.io.IOException: No serializer found for class
samples.analises_resul.tipos_ analises i
Hello
I´m having problems with the serialization on the server side of my web
service.
When I use my client Program with JMS transport I get the following error:
java.io.IOException: No serializer found for class
samples.analises_resul.tipos_
analises in registry [EMAIL PROTECTED]
at
Hello
I´m
having problems with the serialization on the server side of my web
service.
When I use my
client Program with JMS transport I get the following
error:
java.io.IOException: No serializer found for class
samples.analises_resul.tipos_
analises in registry
[EMAIL PROTECTED
Hello
I´m having problems with the serialization on the server side of my web service.
When I use my Program with JMS transport I get the following error:
java.io.IOException: No serializer found for class samples.analises_resul.tipos_
analises in registry [EMAIL PROTECTED]
at
Does the custom serialization / de-serialization need to be different if
I choose document/literal style rather than RPC/encoded style? The
reason for my question is the doc says that document based service does
not support multi-ref object serialization
Thanks a bunch for your time
__hari
some XML parsing and manipulates the XML on the
fly. Now I have the XML as in-memory stream. To make a call on the web
service I need to create objects out of this XML and send them as parameters
to the webservice method. I have looked at JAXB, which allows XML
Serialization/Deserialization ( a
Hello all,
I'm working through a webservice that is littered with objects that
require customer serializers. I have all of the serializers written,
but I'm a little unclear as to how to name them in the .wsdd and how to
use them in the client code. For example an object of User, I'm
curren
ht be in the issue tracking system used by Axis?
Thanks again,
Matt
- Original Message -
From: Tony Blair
To: [EMAIL PROTECTED]
Sent: Sunday, February 15, 2004 1:02 PM
Subject: Re: [repost] Java2WSDL serialization problem
Matthew,
We have discovered that java2WSDL ant task has pro
ROTECTED]Subject: Re:
[repost] Java2WSDL serialization problem
Thanks Tony!
I tried adding the noOp method, and using the -e
option, but the WSDL still doesn't look right. Here is the command I
used:
java
org.apache.axis.wsdl.Java2WSDL -o
document.wsdl
-lhttp://local
Axis?
Thanks again,
Matt
- Original Message -
From:
Tony Blair
To: [EMAIL PROTECTED]
Sent: Sunday, February 15, 2004 1:02
PM
Subject: Re: [repost] Java2WSDL
serialization problem
Matthew,
We have discovered that java2WSDL ant task has problem with n
Matthew,
We have discovered that java2WSDL ant task has problem with nested complex types. It does not create proper WSDL.If the generated WSDL still doesn't have proper definition for your nested complex type, then you can create a dummy operation in your service interface as follow:
MyNestedC
Hello,
I apologize for the repost, but my original post never received a response.
Here's my question:
I am having some trouble using the Java2WSDL emitter with Axis 1.2 alpha,
and I am hoping someone could offer me some help. I am new to web services,
and to Apache Axis as well.
I deployed my
Hi all,
Dims, Tom, Glen, I am {aaron} from Freenode.
Anyway, I am having problems implementing "dynamic type" serialization
under Axis. I can probably best explain what I mean with an example:
Say we have some sort of opaque complex type as input and output
messages to some
One other thing I forgot to mention is that in some cases you may find that you do not
need to write a serializer. For many of my value objects the BeanSerializer or
SimpleSerializer did just fine, it was only the deserialization that required me to
write code.
The WSDD files need somethin
Is there a good reference you can point me to for hand-creation of WSDL
and WSDD that would include use of non-bean objects? I think that lack
of knowledge is part of my stumbling.
My knowledge is based mainly on "Building Web Services with Java" by Steve Graham et
al, published by SAMS. The
> That's my experience - Java2WSDL would tend to generate a file
> without most of the section, which was a pain, but
> work-around-able. In my case these objects tended to be read-only,
> without a default constructor, and with getX methods but no
> corresponding setX methods.
This is very simil
1 - 100 of 325 matches
Mail list logo