Problems with Deserialization

2003-02-19 Thread Oliver Hauger
Hi, I try to deserialize the SOAPMessage below which I get as a response to my RPC-Request. But I do not know how to set the return-type for my call an how to deserialize this response. I use a DII-Client because the WSDL2Java-Tool could not manage the WSDL file. and are long-type. Maybe somebod

RE: Problems with Deserialization

2002-12-15 Thread Quinn, Kim John
Hey, I finally got my concrete stuff to work finally! Ended up just completely starting from scratch and creating a "skeleton" and "stub" from the WSDL. That seemed to work fine. I think my problems might of been originating in how I was creating the code using WSDL2Java. Also, I ended up usin

RE: Problems with Deserialization

2002-12-15 Thread Vidyanand Murunikkara
Subject: RE: Problems with Deserialization Thanks Vidyanand, I guess whats kicking my ass right now is the fact I cant seem no matter what to get this to work on the client in Java. I even moved to the latest build of Axis and

RE: Problems with Deserialization

2002-12-15 Thread Quinn, Kim John
orrect? I guess I'm confused on how to use my interfaces as opposed to doing this and defining it in the WSDL. Are there any samples you know of? KJQ -Original Message- From: Vidyanand Murunikkara To: [EMAIL PROTECTED] Sent: 12/15/02 6:17 AM Subject: RE: Problems with Deserialization

RE: Problems with Deserialization

2002-12-15 Thread Vidyanand Murunikkara
Hi >Here's my questions: >--- >1) Could this have something to do with defining as a RPC vs. Wrapped? I dont think in your case it really matters what you are using >2) Since I can see the TCPMon and it looks right and since the error is >client-side, does th

RE: Problems with Deserialization

2002-12-14 Thread Quinn, Kim John
One more note to add to this... I might not be able to use the object "Person" in Java, but I can in .NET...though it would be nice to be able to use it in java for testing :) KJQ

RE: Problems with Deserialization

2002-12-14 Thread Quinn, Kim John
K, I feel like ive had my teeth kicked in and still I cant seem to make any progress... Here's a summary of what I am trying to do: --- 1) I have a WebService (similar to a session) that acts as my controller 2) I have 2 methods, one that returns a string and another that

RE: Problems with Deserialization

2002-12-14 Thread Quinn, Kim John
also. Thanks. KJQ -Original Message- From: Vidyanand Murunikkara To: [EMAIL PROTECTED] Sent: 12/14/02 2:36 AM Subject: RE: Problems with Deserialization Could you try with a real implementain class on the client side . Just mock up a class on the client side that represents person and try

RE: Problems with Deserialization

2002-12-13 Thread Vidyanand Murunikkara
would be able to pinpoint whats going wrong and where. Vidyanand. -Original Message- From: Quinn, Kim John Sent: Fri 12/13/2002 10:00 PM To: '[EMAIL PROTECTED]' Cc: Subject: RE: Problems with Deserialization Yeah, that still fails

RE: Problems with Deserialization

2002-12-13 Thread Quinn, Kim John
ave a real implementation. Its a HashMap wrapped with the interface. Thanks for the reponse. KJQ -Original Message- From: Vidyanand Murunikkara To: [EMAIL PROTECTED] Sent: 12/14/02 12:18 AM Subject: RE: Problems with Deserialization Hi Is there are a reason why you have commented out t

RE: Problems with Deserialization

2002-12-13 Thread Vidyanand Murunikkara
be of type Person instead of anytype. Vidyanand -Original Message- From: Quinn, Kim John Sent: Fri 12/13/2002 8:50 PM To: '[EMAIL PROTECTED]' Cc: Subject: Problems with Deserialization Hello all, I am having a super frustrati

Problems with Deserialization

2002-12-13 Thread Quinn, Kim John
Hello all, I am having a super frustrating problem with deserializing an object in Axis. It says it cannot find the "deserializer for {xxx}YYY". I can see in the TCPMonitor though that it seems to be working correctly. I have a custom serializer and deserializer that I am using. I have tried s