soap wsdl and action should be consistent
-----------------------------------------
Key: OFBIZ-3300
URL:
https://issues.apache.org/jira/browse/OFBIZ-3300 Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Release Branch 4.0, Release Branch 9.04, SVN trunk
Reporter: Si Chen
Fix For: Release Branch 4.0, Release Branch 9.04, SVN trunk
Currently, the WSDL for a soap service is obtained by
http://localhost:8080/webtools/control/SOAPService/<serviceName>?wsdl, but the service is called at URL
http://localhost:8080/webtools/control/SOAPService/, and the service name is inferred from the soap message, rather than from the URL.
It is a trivial fix for the soap event handler to get the service name from the URL as well, so that you can call the service at
http://localhost:8080/webtools/control/SOAPService/<serviceName>
Please let me know if you agree, and I will make you a patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.