Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SOAP from cCXF component

Is it possible to get a SOAP envelope with its content from the cCXF component that uses POJO as Dataformat?

Labels (3)
1 Reply
Loko
Creator II
Creator II

.toD("cxf://...."
 + "dataFormat=POJO"
 + "&wsdlURL=..."
 + "&serviceName=..."
 + "&endpointName=..."
 + "&username=..."
 + "&password=..."  
 + "&headerFilterStrategy=#CXF_PAYLOAD_HEADER_FILTER"    
)