Example for a JAVA SOAP Client that maintains HTTP Session

邮差的信 提交于 2020-07-23 06:38:16

问题


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/example-for-a-java-soap-client-that-maintains-http-session

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!