I write soap server, and I am tring to write this soap server in spring boot project and I added wsdl4 and webservices dependency my project and I read articles and this articles write that spring ws supports contract fist principle.
Firslt I write xsd file for wsdl and start the project, then I show the body of request in wsdl with wizdler, but I want to put object in header but I can not write header in xsd file. And I dont know how to add and how to implement? I read many articles but I dont found normal site about how to add headers in xsd file and how to show in wsdl with request. If someone know about soap ws please help. Thanks