Results 1 to 2 of 2

Thread: JAXRPCException: IN/INOUT parameter mismatch

  1. #1
    Join Date
    Jun 2005
    Posts
    4

    Default JAXRPCException: IN/INOUT parameter mismatch

    When I try to connect to a web service using I get an Axis Fault error:

    JAXRPCException: the number of parameters passed in (1) doesn't match the number of IN/INOUT parameters (11) in the addParamters() call. I am using Spring and am very new to this. I assume that in the marshalling call all of my parameters are being lumped together as one but the webservice expects 11? Where is this happening? Why is it happening? How can I fix it?
    Thanks!

  2. #2
    Join Date
    Jun 2005
    Posts
    4

    Red face More details in troubleshooting this

    I have been working to try and find out what is going wrong with my connection. I am stepping through the debug and I see that the webservice is being contacted and the object I am passing is formatted well. At the end of the string of my object details there is a target = null message. Can anyone define to me what the target actually is? I believe that would be the webservice that I am trying to reach? Trying to pin point which side my probelm is on. Any help would be greatly appreciated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •