Example for a JAVA SOAP Client that maintains HTTP Session
问题 I am looking for a complete Example of a Java Soap Client that maintains the Http Session. I know Soap is stateless. But a 3. party server requires first an init request and after that a data request. In SOAP UI there is the option "Maintain Http Session". How can I do this in Java? I read about the "SESSION_MAINTAIN_PROPERTY", but I did not found a complete exmaple for a whole SOAP call with "SESSION_MAINTAIN_PROPERTY". Can anyone help out? 来源: https://stackoverflow.com/questions/62875355