RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-26 Thread Timothy Thorpe
e > attached 'tcpmon' output of the failing request/response (also, for good > measure, the equivalent 'tcpmon' output of the working request/response for > the RPC/Encoded version of the client/service). > > Clearly I am doing something wrong here because wrapp

RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-20 Thread Timothy Thorpe
sage- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 13:23 To: Timothy Thorpe; axis-user@ws.apache.org Subject: Re: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception Tim, The operation parameters you've specified in your WSDD are wrong. In

Re: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-19 Thread Anne Thomas Manes
e client/service). > > Clearly I am doing something wrong here because wrapped/literal does work > for AXIS 1.1. > > I do appreciate the help you are giving me. > > Thanks, > Tim > > > -----Original Message----- > From: Anne Thomas Manes [mailto:[EMAIL PROTE

Fwd: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-19 Thread Anne Thomas Manes
Forwarding to the list... -- Forwarded message -- From: Timothy Thorpe <[EMAIL PROTECTED]> Date: Apr 19, 2005 4:16 AM Subject: RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception To: Anne Thomas Manes <[EMAIL PROTECTED]> Anne I have read

Fwd: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-19 Thread Anne Thomas Manes
Sorry -- meant to send this to the list... -- Forwarded message -- From: Anne Thomas Manes <[EMAIL PROTECTED]> Date: Apr 18, 2005 6:21 PM Subject: Re: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception To: Timothy Thorpe <[EMAIL PROTECTED]> Here

RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-18 Thread Timothy Thorpe
7; WSDL from my Java skeleton fails. > > I have attached the failure. Also the Java skeleton code. > > It would be great if you could tell me what has gone wrong with JavaToWSDL > here. > > Many Thanks, > Tim > > -----Original Message- > From: Timothy Thorpe [mail

Re: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-18 Thread Anne Thomas Manes
va skeleton fails. > > I have attached the failure. Also the Java skeleton code. > > It would be great if you could tell me what has gone wrong with JavaToWSDL > here. > > Many Thanks, > Tim > > -----Original Message- > From: Timothy Thorpe [mailto:[EMAIL PRO

RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-18 Thread Timothy Thorpe
ED] Sent: 18 April 2005 09:05 To: 'axis-user@ws.apache.org'; 'Anne Thomas Manes' Subject: RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception Anne Thank you for your response. I will try my RPC/Lit with Axis 1.2 - with a view to persuading my customer

RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-18 Thread Timothy Thorpe
apped/Lit exchange) & hopefully tell me what I am doing wrong ? Rgds, Tim -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 15 April 2005 19:41 To: axis-user@ws.apache.org Subject: Re: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception Tr

Re: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-15 Thread Anne Thomas Manes
apache.axis.utils.JavaUtils.convert(_resp, > TSMAdapter_RPC_Lit.TSMAdapterResponse.class); > > } > > } > > } > > > > Tim > > > > -Original Message- > From: Timothy Thorpe [mailto:[EMAIL PROTECTED] &

RE: Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-15 Thread Timothy Thorpe
/Enc web service to RPC/Lit - SimpleDeserializer exception   Hello all   My web service is running AXIS 1.1.   To improve performance of my AXIS web service I have converted it, and its client, from RPC/Encoded to RPC/Literal, in an effort to reduce message size by dropping the ‘over-the-top’ m

Converting RPC/Enc web service to RPC/Lit - SimpleDeserializer exception

2005-04-15 Thread Timothy Thorpe
Hello all   My web service is running AXIS 1.1.   To improve performance of my AXIS web service I have converted it, and its client, from RPC/Encoded to RPC/Literal, in an effort to reduce message size by dropping the ‘over-the-top’ multiRefs & types.   Now my client (which was workin