Jacques Le Roux created OFBIZ-6922:
--------------------------------------
Summary: Currently the testRemoteSoap test services does not work.
Key: OFBIZ-6922
URL:
https://issues.apache.org/jira/browse/OFBIZ-6922 Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
*At the moment* the testRemoteSoap which is based on
http://demo-trunk.ofbiz.apache.org:8080/webtools/control/SOAPService does not work. There are 2 points to consider here.
# Because we share/use the ASF SSL certificate we pass by an ASF proxy to redirect requests. So we should rather call
http://demo-trunk-ofbiz.apache.org/webtools/control/SOAPService
because when when we call this request, the proxy underneath redirects to
https://ofbiz-vm.apache.org:8080/webtools/control/SOAPService
So the current SOAP service location should be changed and the port removed.
# At the moment after recent infra changes none of the calls to demo-trunk.ofbiz.apache.org, demo-stable.ofbiz.apache.org or old.ofbiz.apache.org domains work.
So I will temporarily replace the location by
https://ofbiz-vm.apache.org:8080/webtools/control/SOAPService but will not close this issue because I will soon contact the infra team to fix the issue with the domains
Note this is test SOAP services, so only the trunk is concerned. We don't test againt the other domains...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)