| Author |
javax.xml.rpc.JAXRPCException ???????
|
Anisul Huq
Greenhorn
Joined: May 06, 2010
Posts: 1
|
|
I have deployed a simple web service using Apache Tomcat 6.0 and Axis 1.4 in Windows XP. Now the server is very simple:
Now if the client doesn't send any parameters then everything works well. But as sson as I try to send a parameter to the server, I get the following error:
"javax.xml.rpc.JAXRPCException: Number of parameters passed in (0) doesn't match the number of IN/INOUT parameters (1) from the addParameter() calls"
Why is this happening??? My client is also very simple:
Please guys, I need to solve this problem with in the next couple of days.
Bye.
[Devaka: Added code tags]
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2691
|
|
|
"asad fx", please check your private messages regarding an important administrative matter.
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Can you enclose the WSDL of the service?
Best wishes!
|
 |
 |
|
|
subject: javax.xml.rpc.JAXRPCException ???????
|
|
|