aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes javax.xml.rpc.JAXRPCException ??????? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "javax.xml.rpc.JAXRPCException ??????? " Watch "javax.xml.rpc.JAXRPCException ??????? " New topic
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
    
    3

"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!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: javax.xml.rpc.JAXRPCException ???????
 
Similar Threads
Axis fault
Java client connect to soap server
Error in client for webservice on websphere 4.0
javax.rpc.call problem
Soap client giving error