People,

I get the following error:

[EMAIL PROTECTED] webservice]$ java org/estar/node/Client http://localhost:8080/axis/services/DiscoveryNode
Tried to invoke method public void org.estar.node.DiscoveryNodeSoapBindingSkeleton.gotoTargetStrings(java.lang.String,java.lang.String) throws java.rmi.RemoteException with arguments java.lang.String,java.lang.String.  The arguments do not match the signature.; nested exception is:
        java.lang.IllegalArgumentException: object is not an instance of declaring class

Which suggests that my (String, String) args do not match the (String, String) prototype.

Any ideas what the hell this means?

(Hopefully) thanks,

Jason


Ingrid Falk wrote:
Hi,

  
"Keith" == Keith Tingle <[EMAIL PROTECTED]> writes:
            

    Keith> For troubleshooting / development purposes I would like to
    Keith> have some web pages that read the WSDL file of my web
    Keith> service and build a simple GUI for setting parameter
    Keith> values... and actually making calls.

    Keith> After some googling I can't seem to find any projects like
    Keith> this, but you never know so I will ask.. does this beast
    Keith> exist in the open source world already?

I wrote something like that maybe a year ago:  a servlet to generate a
HTML form from a wsdl URI. It was based on
ws-axis/java/samples/client/DynamicInvoker.java. You entered the
parameters and it generated the call and invoked it.

You can see what it looks like on:

http://loreley.loria.fr:8080/wsdi-0.1/

If you think you could use it I could send you some code, but I'm
rather sure you won't be able to use the code as it is, it's too long ago -
Axis might have changed a lot in the meanwhile ;-)

Ingrid



  

Reply via email to