Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify operation order in Spring generated WSDL

We are using WSSpringServlet (Spring 4.10) for publishing an autogenerated WSDL, but it seems to generate different WSDL on each start-up. Is there a way to force any strict sorting? Even alphabetical would be good enough.

like image 354
Gedrox Avatar asked Apr 04 '16 06:04

Gedrox


1 Answers

It's not possible to maintain a consistent WSDL, when you generate dynamically. It's highly recommended to generate during development phase and use static in higher environments. The Spring doc says same thing here.

Navigate to section 5.3.1.1. Automatic WSDL exposure --> Caution

like image 64
Radhakrishna Sharma Gorenta Avatar answered Oct 16 '22 05:10

Radhakrishna Sharma Gorenta