Re: POJOs and soapsession

2011-07-29 Thread Barry Hathaway
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

RE: POJOs and soapsession

2011-07-29 Thread Martin Gainty
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

Re: POJOs and soapsession

2011-07-29 Thread Barry Hathaway
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