You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I handle soap faults? Even if I use a throw in the channel, the status of the call remains 200 (in a standard java ws this would be enough to get a 500).
Thank you all for your help.
The text was updated successfully, but these errors were encountered:
Fixesnextgenhealthcare#6337
Add functionality to display HTTP Headers in Web Service Listener connector.
* **WebServiceListener.java**:
- Add `httpHeadersField` to display HTTP Headers.
- Update `initComponents` to initialize `httpHeadersField`.
- Update `initLayout` to add `httpHeadersField` to the layout.
- Update `setProperties` and `getProperties` methods to handle HTTP Headers.
* **IWebServiceReceiver.java**:
- Add `getHttpHeaders` method to the interface.
* **WebServiceConfiguration.java**:
- Add `configureHttpHeaders` method to handle HTTP Headers.
* **WebServiceReceiver.java**:
- Add `httpHeaders` field to store HTTP Headers.
- Implement `getHttpHeaders` method to return HTTP Headers.
- Update `createAuthenticator` method to store HTTP Headers from `HttpExchange`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nextgenhealthcare/connect/issues/6337?shareId=XXXX-XXXX-XXXX-XXXX).
Problem
I have a connector in mirth 4.3.0 of type Web Service Listener.
This connector does not allow me to display the HTTP Headers of incoming calls.
Code
Mirth WS Listener Configuration
What i have (only Soap Body Mapping)
What i wish i had
Bonus Question
How can I handle soap faults? Even if I use a throw in the channel, the status of the call remains 200 (in a standard java ws this would be enough to get a 500).
Thank you all for your help.
The text was updated successfully, but these errors were encountered: