RE: Calendar serialization

2005-02-07 Thread Tomek Minkowski
. 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

RE: Calendar serialization

2005-02-07 Thread Shahi, Ashutosh
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

Calendar serialization

2005-02-07 Thread Tomek Minkowski
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

Strange serialization

2005-02-03 Thread Tomek Minkowski
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

SOAPHeaderElement is for serialization only ?

2005-01-25 Thread Simon Fell
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

Serialization/Deserialization of Collections

2005-01-18 Thread Andrew Kerr
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

Problem with custom serialization

2005-01-11 Thread jocsch
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]

Re: (Workaround found) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-04 Thread BLIS Webmaster (Patrick Houbaux)
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

Re: (Please Help me!) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-03 Thread BLIS Webmaster (Patrick Houbaux)
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

Re:(Please Help me!) Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2005-01-03 Thread BLIS Webmaster (Patrick Houbaux)
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

Re: Automatic Client-Side De/Serialization of User Types (java)

2004-12-22 Thread Michael Schuerig
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

Automatic Client-Side De/Serialization of User Types (java)

2004-12-22 Thread Hewitt, Christopher
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

Re: Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2004-12-22 Thread BLIS Webmaster (Patrick Houbaux)
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

Re: Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2004-12-22 Thread HG
, 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

Re: Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2004-12-22 Thread HG
[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

Axis 1.2RC2: multiref serialization of xsd simple types / interoperability with .NET

2004-12-22 Thread BLIS Webmaster (Patrick Houbaux)
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

RE: Serialization Compatibility

2004-12-17 Thread THOMAS, JAI [AG-Contractor/1000]
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

Re: Serialization Compatibility

2004-12-17 Thread jay limfueco
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

Re: Serialization Compatibility

2004-12-16 Thread WAJSBERG Julien RD-BIZZ
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

RE: Serialization Compatibility

2004-12-15 Thread Anne Thomas Manes
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

RE: Serialization Compatibility

2004-12-15 Thread Anne Thomas Manes
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

Serialization Compatibility

2004-12-14 Thread jay limfueco
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

RE: does anyone have complex serialization working?

2004-11-16 Thread Wessel Alexander
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.

Re: does anyone have complex serialization working?

2004-11-14 Thread Dennis Sosnoski
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

RE: does anyone have complex serialization working?

2004-11-14 Thread John Menke
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

RE: does anyone have complex serialization working?

2004-11-14 Thread Nathan Wardle
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

does anyone have complex serialization working?

2004-11-14 Thread John Menke
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

Document/literal and serialization?

2004-11-13 Thread Michael Schuerig
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

RE: Serialization and Deserialization of Beans Problem

2004-11-12 Thread John Menke
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

Serialization and Deserialization of Beans Problem

2004-11-12 Thread Alexandre Camy
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

How to learn complex object serialization?

2004-11-11 Thread John Menke
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

Re: wsdl2java serialization process

2004-11-10 Thread Kirubakaran . Pakkirisamy
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

wsdl2java serialization process

2004-11-10 Thread Michael . S . Ward
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

Forcing xsi:type attribute serialization

2004-10-14 Thread Eric Chijioke
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

Re: lame serialization problem

2004-10-06 Thread Aleksander Slominski
?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

lame serialization problem

2004-10-06 Thread Bartek
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:          

[Repost] Java 5 - serialization of enum types

2004-10-04 Thread Bouche Paul
Does anyone here know here when and if AXIS will support Java 5 esp. serialization of enum types? Thanks for any input, paul .

Java 5 - serialization of enum types

2004-09-30 Thread Bouche Paul
Does anyone here know here when and if AXIS will support Java 5 esp. serialization of enum types? Thanks for any input, paul .

Fwd: AXIS De-serialization/Serialization w/ and w/o namespace

2004-09-16 Thread Tony Opatha
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

RE: static inner class serialization

2004-09-07 Thread Good David
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

Re: static inner class serialization

2004-09-07 Thread smcardle
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

FW: static inner class serialization

2004-09-07 Thread Good David
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

static inner class serialization

2004-09-07 Thread Good David
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

Where are attribute's namespace prefixes after serialization ??

2004-09-04 Thread Olivier Moïses
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

Apparent Serialization Problem

2004-09-01 Thread Wellman, Andrew
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

Re: Serialization error with Axis1.2 rpc/encoded service and gSOAP

2004-08-27 Thread Frank Cohen
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

Serialization Problem - Invalid element in - arg0

2004-08-25 Thread Julian Salernos Mail
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

Namespace serialization

2004-08-23 Thread Simon Fell
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

RE: Serialization error with Axis1.2 rpc/encoded service and gSOAP

2004-08-13 Thread Anne Thomas Manes
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,

RE: Serialization error with Axis1.2 rpc/encoded service and gSOAP

2004-08-13 Thread Shashi Rai
[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

Re: Serialization error with Axis1.2 rpc/encoded service and gSOAP

2004-08-13 Thread Anand Natrajan
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.

Serialization error with Axis1.2 rpc/encoded service and gSOAP

2004-08-12 Thread Shashi Rai
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

axis 1.1 array serialization

2004-08-10 Thread Wesselman, Nick J. (James Tower)
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

RE: Advanced serialization of Collections and Maps

2004-07-29 Thread Anne Thomas Manes
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

RE: Advanced serialization of Collections and Maps

2004-07-29 Thread Anand Natrajan
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

AW: Advanced serialization of Collections and Maps

2004-07-29 Thread Dorner Thomas
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; }

RE: Advanced serialization of Collections and Maps

2004-07-28 Thread Marc Wilson
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)

RE: Advanced serialization of Collections and Maps

2004-07-28 Thread Anand Natrajan
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

[Fwd: Re: Problem Serialization/Deserialization with the BeanSerializer/Deserializer]

2004-07-28 Thread karim
--- 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

RE: Advanced serialization of Collections and Maps

2004-07-28 Thread Brian Drake
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'

RE: Problem Serialization/Deserialization with the BeanSerializer/Deserializer

2004-07-28 Thread Brian Drake
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

Problem Serialization/Deserialization with the BeanSerializer/Deserializer

2004-07-28 Thread karim
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

Advanced serialization of Collections and Maps

2004-07-27 Thread Marc Wilson
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

serialization without mentioning inside .wsdd

2004-07-15 Thread pagarwal
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

RE: choice and AXIS serialization problem

2004-07-09 Thread jiadao
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

Xsd:choice and AXIS serialization problem

2004-07-08 Thread Kiran Banda
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

About the serialization of the xsd:simpleRestrictionModel

2004-06-14 Thread jiadao
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

Re: How omit serialization for special classes?

2004-05-19 Thread Philipp Bolle
. 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

Problem with de-serialization

2004-05-18 Thread Leena Janardanan
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

Re: How omit serialization for special classes?

2004-05-17 Thread Tom Oinn
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.

Re: How omit serialization for special classes?

2004-05-17 Thread Philipp Bolle
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 don’t like to create my own serializer. I would like to configure the Bean serializer to stop serializing

Re: How omit serialization for special classes?

2004-05-17 Thread Tom Oinn
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

How omit serialization for special classes?

2004-05-16 Thread Philipp Bolle
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

Serialization and "Not So" Simple Types

2004-04-30 Thread Hemanth_Setty
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

RE: description of how Axis does [de]serialization ?

2004-04-30 Thread Galbreath, Mark A
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

description of how Axis does [de]serialization ?

2004-04-29 Thread Mark D. Hansen
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

Serialization and "Not So" Simple Types

2004-04-29 Thread Hemanth_Setty
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

Handler in responseFlow after serialization?

2004-04-28 Thread Timo Pfahl
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

about serialization/deserialization of complex types using the WSDL2Java

2004-04-26 Thread jiadao
  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

[newbie] Incorrect bean array serialization

2004-03-27 Thread Pablo Muñiz García
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;

[newbie] Incorrect bean array serialization

2004-03-27 Thread Pablo Muñiz García
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;

Custom serialization

2004-03-16 Thread Jonathan Melvin
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

Re: Problems with complex type serialization using JMS transport

2004-03-13 Thread mcatarino
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

Re: Problems with complex type serialization using JMS transport

2004-03-11 Thread mcatarino
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

Re: Problems with complex type serialization using JMS transport

2004-03-10 Thread tnelson
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

Problems with complex type serialization using JMS transport

2004-03-10 Thread Manuel Catarino
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

Serialization problems using JMS

2004-03-10 Thread Manuel Catarino
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

Serialization problems with complex types using JMS transport

2004-03-06 Thread Manuel Catarino
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

Custom serialization question

2004-03-03 Thread Hari Lakshmanan
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

XML Serialization/Deserialization

2004-02-29 Thread Kiran Banda
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

QName identifiers for custom serialization

2004-02-19 Thread Jason McCormick
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

Re: [repost] Java2WSDL serialization problem

2004-02-16 Thread Tony Blair
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

RE: [repost] Java2WSDL serialization problem

2004-02-16 Thread Mallipeddi, Sekhar
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

Re: [repost] Java2WSDL serialization problem

2004-02-16 Thread Matthew Sgarlata
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

Re: [repost] Java2WSDL serialization problem

2004-02-15 Thread Tony Blair
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

[repost] Java2WSDL serialization problem

2004-02-15 Thread Matthew Sgarlata
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

Dynamic type serialization

2004-01-23 Thread Aaron Hamid
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

RE: Non-Bean Object Serialization

2004-01-23 Thread Keith Hatton
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

RE: Non-Bean Object Serialization

2004-01-22 Thread Keith Hatton
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

Re: Non-Bean Object Serialization

2004-01-22 Thread Jason McCormick
> 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   2   3   4   >