BACKGROUND:
Current Grails application has to interact w/ a 'legacy' web service
from a third party vendor - (systinet) Used the Apache CXF
Wsdl2Java tool to generate complex types and service ...
is there a way to access soap headers within a cxf service class in grails? you know that you can access the whole soap message with interceptors, but i need header ...
I have a few problems with the cxf + WSClient in soap.
I am writing a small tool in grails that must make SOAP calls to an existing service.
WSClient (groovyws-0.5.3-20100521.062225-1.jar) seemed like ...
I'm using CXF wsdl2java command line tool to generate Java classes from a WSDL under https connection.
Everything goes fine during generation, but when i call one of the services offered by ...