Re: java.lang.IllegalArgumentException: Wrong target. class ...

2008-08-26 Thread Anne Thomas Manes
You didn't define a typemapping for ArrayOf_xsd_string. Anne On Tue, Aug 26, 2008 at 5:26 AM, O. Bigalk <[EMAIL PROTECTED]> wrote: > > Hi, > > I am developing a web service with a method that takes a complex type as > parameter. > The method takes three parameters the first is an String the secon

Re: java.lang.IllegalArgumentException: Null OutputStream specified

2008-07-29 Thread johoso
This was solved through (re)installing tomcat, now in version apache-tomcat-6.0.16. No clue what caused the actual problem. johoso wrote: > > Hello > > I wonder what the above error message means and how I am supposed to do > further troubleshooting. > > I've created a wsdl file, done the wsd

Re: java.lang.IllegalArgumentException with Document/Literal...help please

2007-05-24 Thread Martin Gainty
Hi Mike- in the server-config.wsdd.. look for attribute dotNotSoapEncFix and set to true Also ..any element declaration defining a boolean type should be of type xsd:boolean Does this help? Martin-- This email message and any files transmitted with it contain confidential information int

Re: java.lang.IllegalArgumentException

2006-03-15 Thread Dies Koper
PROTECTED] Sent: 15 March 2006 00:29 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, I do not know the conditions for them to be generated, but generated Javabean classes often get helper methods such as: - getTypeDesc - getSerializer - getDe

RE: java.lang.IllegalArgumentException

2006-03-15 Thread William Ward
Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 15 March 2006 00:29 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, I do not know the conditions for them to be generated, but generated Javabean classes often get helper methods such as

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
egards, William -Original Message- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 14:02 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, We'd need to see the WSDL to see if the SOAP message is right. Unfortunately the SOAP messag

RE: java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
6 14:02 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, We'd need to see the WSDL to see if the SOAP message is right. Unfortunately the SOAP message is rather long and complicated. You might not get any replies. As you seem to use complex struc

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
0 0 Email == -Original Message----- From: Dies Koper [mailto:[EMAIL PROTE

RE: java.lang.IllegalArgumentException

2006-03-14 Thread William Ward
== -Original Message----- From: Dies Koper [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 13:00 To: axis-user@ws.apache.org Subject: Re: java.lang.IllegalArgumentException Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP messa

Re: java.lang.IllegalArgumentException

2006-03-14 Thread Dies Koper
Hello William, Looks like a tough one.. For starters, use tcpmon to capture the SOAP message. Checking the SOAP message usually helps to determine whether the problem is on the sending or receiving end. Regards, Dies William Ward wrote: Hi, I get the following exception when calling a we