Hi @steve, and thank for reply,
"
I would check that your deployment does not also include metro or other classes which should be loaded from the server.
"
C
an you tell me how to check it?
What is exactly metro or other classes
to which I should pay attention ?
In fact, I just packaged wsimport's generated classes in the EJB .JAR file, and deployed that .jar to the Payara.
The only specific stuff I added to the generated source, is two custom classes, one of those
implements javax.xml.ws.handler.soap.SOAPHandler<SOAPMessageContext>
and another one
implements javax.xml.ws.handler.HandlerResolver
That is all.
Any suggestion?