You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Barry Lulas <Ba...@BristolWest.com> on 2002/11/06 17:17:23 UTC

What's the proper use of the QName object?

I have a ws that has an execute method, which both takes and returns a
java.lang.String.  In my test client, I call the setOperationName, passing
the QName object, which has been created like the following:

call.setOperationName(new QName("http://soapinterop.org/", "execute"));

There is only one example of this I cannot find any documentation on this
object.  Is this correct?  What is the first parameter?  I realize the
second is the name of my method...

Thanks!