Re: Exception: No deserializer defined for array type ...

2004-11-02 Thread Egor Pervuninski
Hello, ## Christian Schröder : Tue, 02 Nov 2004 22:29:39 +0100 CS> Hi! I've tried to build a Java client for the wsdl which can be CS> found at http://62.146.42.45/soap/complextest1.wsdl The wsdl file CS> is compiled (using WSDL2Java from axis 1.1) without problems. But CS> when I try to call t

Exception: No deserializer defined for array type ...

2004-11-02 Thread Christian Schröder
Hi! I've tried to build a Java client for the wsdl which can be found at http://62.146.42.45/soap/complextest1.wsdl The wsdl file is compiled (using WSDL2Java from axis 1.1) without problems. But when I try to call the "findSecurities" function, an exception "No deserializ

No deserializer defined for array type

2004-05-19 Thread Meloro, John
All, I am seeing the following error when I run my web service: org.xml.sax.SAXException: No deserializer defined for array type {http://www.w3.org/2003/05/soap-encoding}string Can anyone tell me please how to fix this? Thanks, John M.

No deserializer defined for array type. What is that?

2004-03-26 Thread Fabricio B. Teixeira
has the following signature: public void InsertFastaSequenceDB(QuerySequenceDWS[] QuerySeq) But when I invoke the web service (using XML Spy) i´ve got the following error message: org.xml.sax.SAXException: No deserializer defined for array type QuerySequenceDWS I´ve already created the tags

Re: FW: No deserializer defined for array type

2004-02-24 Thread Parul . Joshi
quot;Wagh, Shrikant" <[EMAIL PROTECTED]>         Subject:        FW: No deserializer defined for array type Hi Parul, If you are still looking for the answers for "serializer and deserializer for arrays" issues then this might be helpful information to you. Best regards, Shr

FW: No deserializer defined for array type

2004-02-24 Thread Wagh, Shrikant
04 2:29 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Cc: Wagh, Shrikant Subject: RE: No deserializer defined for array type Hi, If you use the array of user defined complex types in your web service then you will have to specify the type mapping for the complex type as well as for array

RE: No deserializer defined for array type

2004-01-22 Thread Wagh, Shrikant
CE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS INFORMATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. = -Original Message----- From: Pradeep Bhatt [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 1:11 PM To: [EMAIL PROTECTED] Subject:

No deserializer defined for array type

2004-01-19 Thread Pradeep Bhatt
Hi, I am facing with the following issue: No deserializer defined for array type {http://object.myobject}CounterInfoType faultActor: null faultDetail: stackTrace: org.xml.sax.SAXException: No deserializer defined for array type {http ://object.myobject}CounterInfoType at

Exception: org.xml.sax.SAXException: No deserializer defined for array type {htt

2003-11-27 Thread Alex Bond
: org.xml.sax.SAXException: No deserializer defined for array type {http://xml.apache.org/xml-soap}SOAPStruct I was wondering if you know what is causing this error. The code implementation is below. KEGGConnector class: public class KEGGConnector implements KEGGPortType{ private KEGGPortType

No deserializer defined for array type exception..

2003-08-14 Thread vinay . prakash
. Caused by: org.xml.sax.SAXException: No deserializer defined for array type of otFolder at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(Array serializer.java:304) at org.apache.axis.encoding.DeserializerImpl.startElement

No deserializer defined for array type exception..

2003-08-14 Thread vinay . prakash
. Caused by: org.xml.sax.SAXException: No deserializer defined for array type of otFolder at org.apache.axis.encoding.ser.ArrayDeserializer.onStartElement(Array serializer.java:304) at org.apache.axis.encoding.DeserializerImpl.startElement

[still:] org.xml.sax.SAXException: No deserializer defined for array type

2003-03-31 Thread Allen, Michael E.
Does anyone have any simple (or not) code samples they could share with me that show how to deal with arrays of objects?  I have tried all the suggestions that I could find in the archive.  Perhaps I could work it out from a working example.   The problem I am having is getting deserializ

Still: No deserializer defined for array type...

2003-03-28 Thread Allen, Michael E.
.  Does anyone have any ideas about how I can get past this???   Thanks, Michael   -Original Message- From: Allen, Michael E. Sent: Wednesday, March 26, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: No deserializer defined for array type...   I am getting the following exception thrown

No deserializer defined for array type...

2003-03-26 Thread Allen, Michael E.
I am getting the following exception thrown from a very simple program I am using to test the classes generated by WSDL2Java:   - Exception: org.xml.sax.SAXException: No deserializer defined for array type AcnInfoRow     at

Re: newbie: "no deserializer defined for array type XYZ" exceptions

2003-03-15 Thread E. Seifert
Hi Jinesh, here's the WSDL file. Thanks very much Eric Jinesh Varia wrote: Can you send me your WSDL or send a link.? I would just like to compare with mine. With Question2: I meant there are tools available which would create a SOAP request and send it to Port. and retreive a SOAP response as

Re: newbie: "no deserializer defined for array type XYZ" exceptions

2003-03-15 Thread E. Seifert
Hi Jinesh, Can you send me your WSDL or send a link.? I would just like to compare with mine. I'll send it to you. With Question2: I meant there are tools available which would create a SOAP request and send it to Port. and retreive a SOAP response as XML file. like XML SPY. download the evalua

Re: newbie: "no deserializer defined for array type XYZ" exceptions

2003-03-15 Thread Jinesh Varia
Can you send me your WSDL or send a link.? I would just like to compare with mine. With Question2: I meant there are tools available which would create a SOAP request and send it to Port. and retreive a SOAP response as XML file. like XML SPY. download the evaluation version and see whether you

Re: newbie: "no deserializer defined for array type XYZ" exceptions

2003-03-15 Thread E. Seifert
Hi Jinesh, thanks for your reply. To answer you questions: 1. did you get files (when you used WSDL2Java) like getDescriptionAvailableRequest.java and getDescriptionAvailableResponse.java for function :getDescriptionAvailable and similar files for each of your functions? Since this is also a dat

Re: newbie: "no deserializer defined for array type XYZ" exceptions

2003-03-15 Thread Jinesh Varia
llable="true"/> > > nillable="true"/> > > > > > > > > > maxOccurs="1" > nillable="true"/> > > > > > > ... > > Additionally it defines an operation to r

newbie: "no deserializer defined for array type XYZ" exceptions

2003-03-15 Thread E. Seifert
eturns the description for an available object. The only unresolved issue so far is that Axis throws an "no deserializer defined for array type Property" when it gets the follwing SOAP code: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.

Re: No deserializer defined for array type ?

2003-01-10 Thread Nnaemeka Egwuekwe
All, I posted the following on axis-dev and am reposting it here in case it might be helpful to someone. Meka Egwuekwe Original Message Subject: Misleading error message(s) (for example: "no deserializer defined for array

RE: No deserializer defined for array type ?

2003-01-10 Thread Tom Jordahl
--From: McCaslin Orion [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 08, 2003 7:51 PMTo: [EMAIL PROTECTED]Subject: No deserializer defined for array type ?Hi,I am not having success getting an array of complex objects deserialized ina simple test client.Has anybody figured out h

RE: No deserializer defined for array type ?

2003-01-09 Thread McCaslin Orion
mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:51 PM To: [EMAIL PROTECTED] Subject: No deserializer defined for array type ? Hi, I am not having success getting an array of complex objects deserialized in a simple test client. Has anybody figured out how to solve this error?

RE: No deserializer defined for array type ?

2003-01-09 Thread Fatih Mustacoglu
]]Sent: Wednesday, January 08, 2003 7:51 PMTo: [EMAIL PROTECTED]Subject: No deserializer defined for array type ?Hi,I am not having success getting an array of complex objects deserialized ina simple test client.Has anybody figured out how to solve this error?org.xml.sax.SAXException: No deserializer defin

RE: No deserializer defined for array type ?

2003-01-09 Thread Tom Jordahl
array type ? Hi, I am not having success getting an array of complex objects deserialized in a simple test client. Has anybody figured out how to solve this error? org.xml.sax.SAXException: No deserializer defined for array type {http://object.myObject}MyObject at

RE: No deserializer defined for array type ?

2003-01-09 Thread Mike Burati
the array (possibly BeanSerializer)... -Original Message- From: Mark Mueller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:24 PM To: [EMAIL PROTECTED] Subject: Re: No deserializer defined for array type ? I've been trying to answer the same

RE: No deserializer defined for array type ?

2003-01-09 Thread McCaslin Orion
Yes. I have already found Gene Chuang's posting to be very helpful. -Orion -Original Message- From: Jason Weinstein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 10:40 PM To: [EMAIL PROTECTED] Subject: RE: No deserializer defined for array type ? This may not a

AW: No deserializer defined for array type ?

2003-01-09 Thread Sebastian . Beyer
: Object response = call.invoke(new Object[]{}); Object[] resArray = (Object[])response; for(int i=0;imailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 01:51 An: [EMAIL PROTECTED] Betreff: No deserializer defined for array type ? Hi, I am not having success getting an array of

RE: No deserializer defined for array type ?

2003-01-08 Thread Jason Weinstein
ther, as I suspected it > wouldn't. So now I've progressed > somewhat from my original problem, but > i'm still stuck. I cannot believe > that it

Re: No deserializer defined for array type ?

2003-01-08 Thread Mark Mueller
m not having success getting an array of complex > objects deserialized in > a simple test client. > > Has anybody figured out how to solve this error? > > org.xml.sax.SAXException: No deserializer defined > for array t

No deserializer defined for array type ?

2003-01-08 Thread McCaslin Orion
Hi, I am not having success getting an array of complex objects deserialized in a simple test client. Has anybody figured out how to solve this error? org.xml.sax.SAXException: No deserializer defined for array type {http://object.myObject}MyObject at

No deserializer defined for array type

2002-09-24 Thread Dinesh Khetarpal
I have a return value Item[] where Item is a bean. Have any one of got this kind of exception before. I generated and deployed the service as documented. quick clue please..       - Exception:org.xml.sax.SAXException: No deserializer defined for array type {urn:inventory}Item    at

RE: Array deserializer (was: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty)

2002-03-12 Thread St-Germain, Sylvain
Title: RE: Array deserializer (was: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty) Arggg   It appears to be fixed now.  Somehow when I changed my jars to the one with the debug info.  The bug disapeared.   ???   The only thing I can see is that I had a

RE: Array deserializer (was: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty)

2002-03-11 Thread Dave Dunkin
Title: RE: Array deserializer (was: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty) I know my assumption was wrong -- this problem has nothing to do with WSDL2Java since the exception is coming from the server. I would need to see how you set up your service

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-11 Thread St-Germain, Sylvain
[...] And the response says... [...] http://xml.apache.org/axis/";>ns1:Server.userException org.xml.sax.SAXException: No deserializer defined for array type http://developer.cognos.com/schemas/cm/1/:queryPropertyStruct http://xml.apache.org/axis/";>org.xml.sax.SAX

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-11 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty The WSDL2Java tool is used to generate the client stubs, so I assumed the problems you were having were on the client side. Could you please tell me exactly the steps you went through to set up your

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread St-Germain, Sylvain
r help. Sylvain. -Original Message- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 1:12 PM To: '[EMAIL PROTECTED]' Subject: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty Can you also send me your ContentManagerService

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty Can you also send me your ContentManagerServiceBindingStub.java? The one that axis generates for me from the wsdl looks good. It contains the propper mappings. If the binding stub is correct, perhaps

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread St-Germain, Sylvain
Have a look. Attached is the wsdl. Here is the stack on the command line: Exception in thread "main" org.xml.sax.SAXException: No deserializer defined for array type http://developer.cognos.com/schemas/cm/1/:queryPropertyStruct at org.apache.axis.message.SOAPFaultBuilder.

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty I'm sorry I misunderstood the problem. Could you send the stacktrace and the full wsdl of the error you're getting? This sounds like a bug, not a problem with the specification of the mapp

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-08 Thread St-Germain, Sylvain
ent: Thursday, March 07, 2002 4:59 PM To: '[EMAIL PROTECTED]' Subject: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty I don't understand your problem here. Why can't your code reference QueryProperty instead of queryProperty? I don't think

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-07 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty I don't understand your problem here. Why can't your code reference QueryProperty instead of queryProperty? I don't think you'll have much luck getting the JAX-RPC or JAXB (from w

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-07 Thread St-Germain, Sylvain
1:01 PM To: [EMAIL PROTECTED] Subject: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty >From: Dave Dunkin [mailto:[EMAIL PROTECTED]] >WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. >That specifies that class

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-07 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty I do not see any inconsistencies. Reading carefully, the spec (in the appendix) states that the mapping does not change an XML name that is already a legal and *conventional* Java identifier. The

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-07 Thread Gary Feldman
>From: Dave Dunkin [mailto:[EMAIL PROTECTED]] >WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. >That specifies that class should start with a capital letter. If I'm reading the spec correctly, this would appear to be an inconsistency in it. The ap

RE: [WSDL2Java] No deserializer defined for array type http://[.. .]/: QueryProperty

2002-03-07 Thread St-Germain, Sylvain
Sylvain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 1:59 PM To: Axis-User (E-mail) Subject: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty Hi all, I am having a problem with caracter case. My complexType is defined as "

RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty

2002-03-06 Thread Dave Dunkin
Title: RE: [WSDL2Java] No deserializer defined for array type http://[...]/: QueryProperty WSDL2Java complies to the JAX-RPC specification for mapping XML identifiers to Java identifiers. That specifies that class should start with a capital letter. Dave -Original Message- From: St

[WSDL2Java] No deserializer defined for array type http://[...]/:QueryProperty

2002-03-06 Thread St-Germain, Sylvain
Hi all, I am having a problem with caracter case. My complexType is defined as "queryProperty" like : but the generated class is "QueryProperty" This seems to be the reason why I get a deserializer excep

No deserializer defined for array type

2002-02-25 Thread Ghenadie Dumanov
'llo all. org.xml.sax.SAXException: No deserializer defined for array type http://schemas.xmlsoap.org/soap/encoding/:Array I'm trying to get an ArrayList composed of ArrayLists from webservice and got this error. I have to return in webservice a ResultSet. Does anybody now how

axis nighly build exception: No deserializer defined for array type

2002-02-18 Thread Egger Oliver
also to Axis nightly build I get the following error, when I run the emitted Testcase from WSDL2Java utitlity:   Remote Exception caught: org.xml.sax.SAXException: No deserializer defined for array type urn:ecofin.quoteserver.types:IndizeSummaryBean   When I look into the codes IndizeSummaryBean