Hi!
I have a problem on deserialization of answer.
I have wsdl with following element description
---
As you see, I supposed to receive byte array result in base64Binar
Title: Message
To the
group,
I apologize in
advance for the length of this email but please read through and let me know if
you can help.
I gave up on the
WSDL2Java problem I had mentioned in http://marc.theaimsgroup.com/?l=axis-user&m=107527423219447&w=2 but now have a new
namespace issu
Jue (Jacky) Shu wrote:
hi there,
in wsdd, change the qName to qname.
ok it works
thank you very much
Xavier
- Original Message -
From: "Xavier Renard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 20, 2003 4:28 AM
Subject: deserializer p
/articles/using_nettool/
Jue (Jacky) Shu wrote:
hi all,
if we get deserializer problem, does that mean soap response is okay,
but the client don't know how to recognize the return?
thx.
jacky
hi all,
if we get deserializer problem, does that mean soap
response is okay, but the client don't know how to recognize the
return?
thx.
jacky
hi there,
in wsdd, change the qName to qname.
- Original Message -
From: "Xavier Renard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 20, 2003 4:28 AM
Subject: deserializer problem
> Hi,
>
> I have just installed axis and did te
Hi,
I have just installed axis and did test the examples that come along.
It works perfectly.
Then I did try to return a simple bean to a client but I get the
following error with the deszerializer:
org.xml.sax.SAXException: Deserializing parameter 'searchReturn': could
not find deserializer f
Title: RE: org.xml.sax.SAXException: No deserializer, problem
Hi, Jian
How about a work around, define a class which holds your array, and make the new class a bean. Something like this
class Folders {
Folder[] folders;
getter/setter functions
}
In deployment file, also
hould be very basic,
right? Can anybody on the list helps us out?
Jian
-Original Message-
From: James Black [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 12:37 PM
To: [EMAIL PROTECTED]
Subject: Re: org.xml.sax.SAXException: No deserializer, problem
Jian Zhang wrote:
>
Jian Zhang wrote:
> It seems to me that the Axis picks up the definition of type Folder, but not
> Folder[].
> How should I tell Axis about Folder[]?
I would suggest that to simplify your life, during the evaluation, use
java2wsdl and wsdl2java to create the files, as it can handle arrays of b
our help.
Thanks alot for your quick reply.
Jian
-Original Message-
From: Jian Zhang [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 10:21 AM
To: '[EMAIL PROTECTED]'
Subject: org.xml.sax.SAXException: No deserializer, problem
I have a soap service that has
I have a soap service that has a method of signature like:
public Folder[] logon (String configDir, String appName, String
serverName, String loginName, String passwd)
Where Folder is a Java bean representing a file directory.
This same interface works with SoapImplementation, but when I
t: Re: can't find deserializer
problem
Finally I found a way to get it work. You have to
take the service-object and
create a call. Then just create a mapping for the
custom data type. Then do the
method-calls as normal. I inserted the following
lines after the instantiat
new BeanDeserializerFactory(Collection.class,collectionqn));
-
Regards
Dennis Reil
- Original Message -
From:
Jabali
Putrevu
To: [EMAIL PROTECTED]
Sent: Saturday, May 11, 2002 6:05
PM
Subject: Re: can't find deserial
Could you resolve this problem? I'm getting
the similar exception when I run my cilent code.
- Original Message -
From:
Dennis Reil
To: [EMAIL PROTECTED]
Sent: Friday, May 10, 2002 8:35 AM
Subject: Re: can't find deserializer
problem
Ok, I
Ok, I'll attach the wsdl, I used to create the
proxy classes.
- Original Message -
From:
Glen
Daniels
To: '[EMAIL PROTECTED]'
Sent: Friday, May 10, 2002 3:33 PM
Subject: RE: can't find deserializer
problem
Could you send along the WSDL?
Could
you send along the WSDL?
-Original Message-From: Dennis Reil
[mailto:[EMAIL PROTECTED]]Sent: Friday, May 10, 2002 5:57
AMTo: AXIS-User-ListSubject: can't find deserializer
problem
I wrote a wsdl-document describing a service,
which uses schemas to des
I wrote a wsdl-document describing a service, which
uses schemas to describe
custom data types.
I generated the stub, ... with the wsdl2java-tool.
Then I implemented and deployed
the service.
The Client uses the WSLocator-Class. With tcpmon I
can see, that the requests and
responses are wo
18 matches
Mail list logo