[JBoss JIRA] Created: (JBESB-727) SOAPClient Action & .NET Endpoints
by Burr Sutter (JIRA)
SOAPClient Action & .NET Endpoints
----------------------------------
Key: JBESB-727
URL: http://jira.jboss.com/jira/browse/JBESB-727
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 4.2 Milestone Release 2
Reporter: Burr Sutter
Assigned To: Mark Little
Fix For: 4.2
Attached are my "traces" from using TcpMon to evaluate why it "fails" from the ESB but succeeds when using the SoapUI GUI.
Plus attached is my jboss-esb.xml.
The problem appears to be in the SOAPAction HTTPHeader. The ESB SOAPClient action is not prefixing it with the namespace while the SoapUI GUI tool is and that appears to be the difference.
In the case of "Bad_Request" if I manually modify the following lines then it all works. Content-Type had to be added, SOAPAction needed the double quotes and the namespace.
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://tempuri.org/Greeting"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBESB-718) File/FTP/SFTP EPR suffix processing is incorrect
by Kevin Conner (JIRA)
File/FTP/SFTP EPR suffix processing is incorrect
------------------------------------------------
Key: JBESB-718
URL: http://jira.jboss.com/jira/browse/JBESB-718
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Rosetta
Affects Versions: 4.2 Milestone Release 2
Reporter: Kevin Conner
Assigned To: Kevin Conner
Priority: Blocker
Fix For: 4.2 Milestone Release 3
The EPR suffix processing has been using the PostSuffix to determine the filename of any delivered message, this is incorrect behaviour.
The PostSuffix is currently intended for determining the filename *after* the message has been processed and not the filename for delivering messages.
The InputSuffix is the correct one for this function.
Delivery of messages has changed from using the Invoker class (which hid this flaw) to using the ServiceInvoker. This has broken File/FTP/SFTP handling as a consequence.
The codebase must be tidied up to correct the InputSuffix/PostSuffix confusion.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months