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'
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
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
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
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
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
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
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.
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
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
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
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
}
catch(Throwable e) {
System.out.println("Failed to call MDS web service :"+"\n"
+e.getMessage());
e.printStackTrace();
}
}
-Original Message-
From: Heitzso [mailto:[EMAIL PROTECTED]]
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,
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
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
16 matches
Mail list logo