Deserialization problem in Axis

2004-04-15 Thread Ayan Kar
> Hi, > > We are new to Axis and we are using Axis 1.1 java .We had a WSDL and we > compiled it to get java files (i.e. by doing WSDL2Java) and wrote Server > program and published it through implicit deployment and when the client > invokes an operation on the server, we get an error saying tha

RES: Array bean deserialization problem

2004-03-30 Thread Fabricio B. Teixeira
Thanks, but I´ve already done all these steps. I really don´t know what to do... Fabricio -Mensagem original- De: Hoda Nadeem [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 30 de março de 2004 10:06 Para: [EMAIL PROTECTED] Assunto: RE: Array bean deserialization problem It seems

Array bean deserialization problem

2004-03-30 Thread Fabricio B. Teixeira
Hi, Could someone help me? I am get crazy. I'm developing a web service witch receives a array bean like the one belllow : public void InsertFastaSequenceDB(QuerySequenceDWS[] QuerySeq) { } The QuerySequenceDWS java class follows: public class QuerySequenceDWS { private String fQue

Deserialization problem: Axis client and ClassLoader

2004-03-01 Thread marc . brette
Hi all, I use Axis 1.1 to consume the Google WebService. I generated stubs for Google webservice, and when I put Axis jars in the same ClassLoader as my application's, it works fine. Unfortunately, my application will ultimately run in production within a different ClassLoader (the axis jars are

RE: Axis + Weblogic 8.1sp2: Custom Deserialization Problem

2004-02-16 Thread Keith Hatton
ope this helps Keith -Original Message- From: J.P. Leibundguth [mailto:[EMAIL PROTECTED] Sent: 13 February 2004 21:08 To: [EMAIL PROTECTED] Subject: Axis + Weblogic 8.1sp2: Custom Deserialization Problem I have a set of set of custom ser/deser/factory classes configured against an EJB that

Axis + Weblogic 8.1sp2: Custom Deserialization Problem

2004-02-13 Thread J.P. Leibundguth
I have a set of set of custom ser/deser/factory classes configured against an EJB that work so far in this scenerio: MyObject getObject(String guid); As long as Axis executes the serializer on the server and the deserializer in my standalone test program it works fine. As a note, my deserializer

Deserialization problem

2003-10-17 Thread Sridhar Kotagiri
Hi, I'am new to web services.I have been facing a problem with deserialization. 1)I am using axis to generate the client side code.When my object model is simple I dont have any problems everything is working perfect. 2)Now I have a complex object model that returns MyContactTOW

RE: Deserialization problem (SOLVED)

2003-09-25 Thread Jose Soler
Hi Again, thanks guys,I already solved it all. My complx data request/response test is working properly. I paste below the final code for the service and the test client as well as the deployment descriptor in case it can be of help for anyone. Best regards, jose Bean Code:

Deserialization problem (more)

2003-09-25 Thread Jose Soler
Hi Dimuthu ( and all), thanks a lot for your advise. I have tried already but there is no difference on the result. I have monitored the connection with the TCPMonitor utility of Axis and I have discovered that in fact the problem is not in the client side but in the server side (or maybe also

trouble reaching service/deserialization problem?

2003-07-21 Thread Sonja Pieper
Hi, I am using a client on a service. Both work together fine when I call the client on the commandline, now I integrated the client in our framework (which is also deployed on a tomcat) and when I try to call my soapservice (different server) from the deployed framework, I get the following Null

re post: Enum deserialization problem

2003-04-04 Thread Herrick, Mike
Any pointers on this would be greatly appreciated. Thanks! Mike -Original Message- From: Herrick, Mike Sent: Thursday, April 03, 2003 2:04 PM To: '[EMAIL PROTECTED]' Subject: Enum deserialization problem Hi, I'm having a problem getting Axis to deserialize correctl

Enum deserialization problem

2003-04-03 Thread Herrick, Mike
Hi, I'm having a problem getting Axis to deserialize correctly when I use an enum in my doc/lit WSDL (attached). Axis generates the .wsdd fine, deploys ok, but at runtime doesn't fill in the value on the client side (specifically I'm using the test case generated by Axis). On the wire (i.e.,

plz plz help : deserialization problem after handler,sending PM as last resort for help

2003-01-28 Thread jeong jim
Hi,I have a problem with deserialization.I created a sample service which takes a java bean and returns "OK".It works fine with serializing and deserializing. Now i placed a client side handler and server side handler to process the message.Client Handler:encryt the envelope into encrypt.xml and se

RE: deserialization problem after decryption--plz help

2003-01-23 Thread Ghershony, Arie
PROTECTED]]Sent: Thursday, January 23, 2003 11:19 AMTo: [EMAIL PROTECTED]Subject: deserialization problem after decryption--plz help Hi,I am encrypting my SOAP message using a client handler in which a java bean is passed as parameter.On the serverside.a handler decrypts the message and

deserialization problem after decryption--plz help

2003-01-23 Thread jeong jim
Hi,I am encrypting my SOAP message using a client handler in which a java bean is passed as parameter.On the serverside.a handler decrypts the message and sends to the service.I have a problem deserializing after decryption.In the decryption process,Iam reading a the SOAP message to a "encryptedSOA

Re: Deserialization Problem

2002-12-15 Thread Rob Bugh
I think I've traced down the problem I'm having with the complexsoap.client.dynamic.Run sample. The problem I was seeing was a deserialization error on the output part of the operation which should not have happened because it was explicitly registered in the sample app (Run.java). The proble

Deserialization Problem

2002-12-14 Thread Rob Bugh
Hello All, Can someone give me some advice regarding the following deserialization error. See error message below. My setup is as follows. Win2K with JDK1.3.1_02. I downloaded and unzipped wsif-all-2.0alpha3.zip. I also downloaded activation.jar (v1.0.2) and mail.jar (v1.3) and copied them into

Deserialization problem - when deserialize array in custom datatype.

2002-12-13 Thread David payam
hi:     I changed the sample code of Encoding, and added another class(DataNew) to the class(Data).    It works fine - can serialize and deserialize correctly.    Class A{ Class B; }    But after I changed the class(DataNew) to DataNew(array),   Class A{    Class B[];    }  

deserialization PROBLEM

2002-09-20 Thread David Ling
HI: I just write a program following the sample - encoding, but it dosen't work. --- class TaskBroker{ static class Task{ public Integer taskType; public String taskNam

Re: Serialization / deserialization problem

2002-06-05 Thread José Miguel Vieira
Hi, Vishal and others Has anyone manage to solve the following problem? >Thanks a lot... > >I am not getting the deserialization exception but some other exception. > >After including your code (given below) i get following exception: > >- Exception: >org.xml.sax.SAXException: Bad types (null ->

Re: Serialization / deserialization problem

2002-05-30 Thread Vishal Batra
Thank you.   Vishal     - Original Message - From: Joachim Björklund To: [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 5:00 PM Subject: RE: Serialization / deserialization problem You have to put the same type of typemapping in your client, something like this:    Q

RE: Serialization / deserialization problem

2002-05-30 Thread Joachim Björklund
ctory(Data.class, rt)); call.setReturnType(rt);   Maybe there is some other ways to do this but this is the way I do for my objects... -Original Message-From: Vishal Batra [mailto:[EMAIL PROTECTED]]Sent: den 30 maj 2002 13:48To: [EMAIL PROTECTED]Subject: Serialization / deserial

RE: Serialization / deserialization problem

2002-05-30 Thread Geza.Szocs
Did you write your client using WSDL2Java ? I assume that you have to insert the same type mapping thing in your client code as well. From the client code you need to do the following: QName qn2 = new QName("http://hello.org/types","TableType";); call.registerTypeMapping(Table

Serialization / deserialization problem

2002-05-30 Thread Vishal Batra
Hi all,I need some help on serialization/deserialization.I have created a web-service whose code is given below:package test.service ;public class Service{    public Data dataOperation()    {    return new Data() ;    }}Data is a simple java bean.   The definition of Data class is giv

RE: Array deserialization problem

2002-03-20 Thread R J Scheuerle Jr
Subject: RE: Array deserialization problem 03/20

RE: Array deserialization problem

2002-03-20 Thread St-Germain, Sylvain
Good stuff! -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: RE: Array deserialization problem Russell and I talked about this problem, and I am going to implement a feature (today) which will

RE: Array deserialization problem

2002-03-20 Thread St-Germain, Sylvain
Actually, they are defined in the wsdd, they seem to be simply missing from the Stub. Sylvain. -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 9:34 PM To: [EMAIL PROTECTED] Subject: RE: Array deserialization problem Ah! I misunderstood

RE: Array deserialization problem

2002-03-20 Thread R J Scheuerle Jr
cc: Subject: RE: Array deserialization problem 03/19/2002 08:34

RE: Array deserialization problem

2002-03-19 Thread Russell Butek
/19/2002 11:48:31 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:RE: Array deserialization problem This means to me that I cannot used the extended types. My API is defined with arround a base type but what I am carrying on the wire is the extended types. Without th

RE: Array deserialization problem

2002-03-19 Thread St-Germain, Sylvain
Sent: Tuesday, March 19, 2002 11:12 AM To: [EMAIL PROTECTED] Subject: RE: Array deserialization problem The --all option GENERATES all mappings, but since all mappings aren't USED, we don't force anything (ie., the stub) to use them. Russell Butek [EMAIL PROTECTED] "St-Germain, Sy

RE: Array deserialization problem

2002-03-19 Thread Russell Butek
] To:[EMAIL PROTECTED] cc: Subject: RE: Array deserialization problem I found it, the Stub constructor is not defining all the mapping for the types I need. I am currently calling WSDL2Java with -stav, when you guys implemented the -all option to generate the classes for all types define

RE: Array deserialization problem

2002-03-19 Thread St-Germain, Sylvain
:16 AM To: Axis-User (E-mail) Subject: Array deserialization problem Hi, Using today's (18-03-02) build I get an exception on the client trying to deserialize an array. The returned array contains two objects of different types and on deserializing the first element

Array deserialization problem

2002-03-18 Thread St-Germain, Sylvain
Hi, Using today's (18-03-02) build I get an exception on the client trying to deserialize an array. The returned array contains two objects of different types and on deserializing the first element I get: org.xml.sax.SAXException: !! No Deserializer for http://developer.cognos.com/schemas/cm