RE: String[] NullPointerException

2004-10-05 Thread Tami Wright
Sounds to me like your other classes are not instantiating the String[] array correctly. Meaning--in your other classes do you ensure that you are doing the following: String[] stringName = new String[length]; ... stringName[0] = new String("some string"); //or use: stringName[0] = "some string'

RE: string arrays with doc/literal

2004-09-21 Thread Bouche Paul
Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Montag, 13. September 2004 16:27To: [EMAIL PROTECTED]Subject: Re: string arrays with doc/literalSteven, I'm not sure exactly what is going on here, as I've never used Java2WSDL, yet. However, it seems to me tha

RE: string arrays with doc/literal

2004-09-14 Thread Anne Thomas Manes
Don't use java2wsdl. Define your WSDL by hand and then generate your code using wsdl2java. Also, make sure you use Axis 1.2. Anne -Original Message- From: Melzer, Steven [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: string arrays with

RE: string arrays with doc/literal

2004-09-14 Thread Anne Thomas Manes
Don't use java2wsdl. Define your WSDL by hand and then generate your code using wsdl2java. Also, make sure you use Axis 1.2. Anne -Original Message- From: Melzer, Steven [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 10:40 AM To: [EMAIL PROTECTED] Subject: string arrays with

Re: string arrays with doc/literal

2004-09-13 Thread tony . q . weddle
Steven, I'm not sure exactly what is going on here, as I've never used Java2WSDL, yet. However, it seems to me that the tool would not have much information to go on, for the Bean class, and probably wouldn't be able to deserialize or serialize it. The Bean class simply has one private field, foo

Re: (String,String) does not match (String,String)???

2004-07-27 Thread Jason Etherton
Tuesday, July 27, 2004 4:38 AM To: [EMAIL PROTECTED] Subject: Re: (String,String) does not match (String,String)??? Please, Does nobody know what this means??? Jason Etherton wrote: Also, I have just tried to invoke a method that takes no arguments, and have r

RE: (String,String) does not match (String,String)???

2004-07-27 Thread THOMAS, JAI [AG-Contractor/1000]
Can you post the generated wsdl? Jai -Original Message-From: Jason Etherton [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 27, 2004 4:38 AMTo: [EMAIL PROTECTED]Subject: Re: (String,String) does not match (String,String)???Please,Does nobody know what this means???Jason

Re: (String,String) does not match (String,String)???

2004-07-27 Thread matthew.hawthorne
Jason Etherton wrote: Does nobody know what this means??? Try the Axis mailing list archives, maybe. Perhaps you can post your WSDL also. After taking a look at your error, I really don't have any ideas.

Re: (String,String) does not match (String,String)???

2004-07-27 Thread Jason Etherton
Please, Does nobody know what this means??? Jason Etherton wrote: Also, I have just tried to invoke a method that takes no arguments, and have received the same sort of reply: Exception in thread "main" AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Serve

Re: (String,String) does not match (String,String)???

2004-07-26 Thread Jason Etherton
Also, I have just tried to invoke a method that takes no arguments, and have received the same sort of reply: Exception in thread "main" AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException  faultSubcode:  faultString: Tried to invoke method public java.l

RE: String[]

2002-06-06 Thread Chohan, DB (Dharmesh)
Hi Heitzso, I have recompiled with the debugging information. Attached file contains details of the exception. Hope somebody can spot what is going ? Thanks -Original Message- From: Heitzso [mailto:[EMAIL PROTECTED]] Sent: 31 May 2002 17:09 To: [EMAIL PROTECTED] Subject: RE: String

RE: String[]

2002-05-31 Thread Heitzso
Something obvious is not jumping out at me. Recommend you recompile with debugging on and optimization off to get line numbers in your exception, then repost with just top couple of lines from exception trace to see which line is breaking. Perhaps someone else can spot your error. I can state

RE: String[]

2002-05-31 Thread Chohan, DB (Dharmesh)
} catch(Throwable e) { System.out.println("Failed to call MDS web service :"+"\n" +e.getMessage()); e.printStackTrace(); } } -Original Message- From: Heitzso [mailto:[EMAIL PROTECTED]]

Re: String[]

2002-05-31 Thread Heitzso
to get String[] back as what method returns: String[] datasourceNames; datasourceNames = (String[]) call.invoke( new Object[] { } ); to pass array in: String[] columnName = ... call.addParameter("columnName", org.apache.axis.Constants.SOAP_ARRAY,

Re: String[] as return type

2002-05-24 Thread kerouac76
Hi Erik! Yeah! Now it works!! Thankyou very much indeed! Your help was precious! Bye! Filippo - Questo messaggio è stato inviato utilizzando http://it.my.gsmbox.com

Re: String[] as return type

2002-05-23 Thread kerouac76
Hi Erik, thanks to you I made one step... but I still need help... I switched the .Net service to use the RPC/encoded style, but now I get the following exception: "Server was unable to read request. --> There is an error in XML document (4, 4). --> was not expected