-
Notifications
You must be signed in to change notification settings - Fork 81
Introduce a SoapAction ServiceListener #9077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zoals al aangegeven lijkt dit me de juiste aanpak, paar minor dingen nog toegevoegd. Ik weet dat het een draft is, maar zonde om niet te vermelden leek me.
* <li>SOAP protocol is stored under a session key 'soapProtocol'</li> | ||
* <li>SOAP action is stored under a session key 'SOAPAction'</li> | ||
* </ul> | ||
* and for each response a multipart message is constructed if a 'multipart'-XML is provided in sessionKey specified by multipartXmlSessionKey. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* and for each response a multipart message is constructed if a 'multipart'-XML is provided in sessionKey specified by multipartXmlSessionKey. | |
* and for each response a multipart message is constructed if a 'multipart'-XML is provided in sessionKey specified by {@code multipartXmlSessionKey}. |
*/ | ||
public class SoapActionServiceListener extends PushingListenerAdapter implements HasPhysicalDestination { | ||
|
||
private final @Getter String domain = "Http"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private final @Getter String domain = "Http"; | |
private static final @Getter String domain = "Http"; |
edit: maar wordt helemaal niet gebruikt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tja, dit is iets dat in een interface zit, en wordt gebruikt voor de console, zie https://example.frankframework.org/#/connections.
Idealieter is dit een annotatie oid en niet een stom veld...
core/src/main/java/org/frankframework/http/SoapActionServiceListener.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/frankframework/http/cxf/NamespaceUriProvider.java
Show resolved
Hide resolved
core/src/main/java/org/frankframework/http/WebServiceListener.java
Outdated
Show resolved
Hide resolved
…java Co-authored-by: Tim van der Leeuw <tnleeuw@gmail.com>
|
No description provided.