> 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
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
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
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
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
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
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
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:
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
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
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
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.,
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
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
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
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
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
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[];
}
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
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 ->
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
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
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
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
Subject: RE: Array deserialization
problem
03/20
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
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
cc:
Subject: RE: Array deserialization
problem
03/19/2002 08:34
/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
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
]
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
: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
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
33 matches
Mail list logo