Sarara,
Thanks for your suggestions.
I tried
1.) options.setManageSession(true) (I had that one already)
2.) serviceClient.engageModule("addressing");
3.) added inside the tag of
services.xml
and received faults on every method I tried to invoke.
On the client side the messages were:
2011-0
what is the name of the operation you are referencing?
in its simplest form it should looks something like:
Martin --
__
Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenge
Here is the code that I am using:
QName getClassNameQName = new QName(uri,"getClassName");
Object[] getClassNameArgs = new Object[] { };
Class[] getClassNameReturnTypes = new Class[] { String.class };
try {
Object[] getClassNameResponse =
serviceClient