Skip to content

Commit

Permalink
update simplesoap example to use https endpoint for target and proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoChiesa committed Mar 9, 2018
1 parent f2597a0 commit c1d7f23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sample-proxies/soap/apiproxy/proxies/default.xml
Expand Up @@ -18,10 +18,9 @@
</Flows>
<HTTPProxyConnection>
<BasePath>/simplesoap</BasePath>
<VirtualHost>default</VirtualHost>
<VirtualHost>secure</VirtualHost>
</HTTPProxyConnection>
<RouteRule name="default">
<TargetEndpoint>default</TargetEndpoint>
</RouteRule>
</ProxyEndpoint>

3 changes: 1 addition & 2 deletions sample-proxies/soap/apiproxy/targets/default.xml
@@ -1,6 +1,5 @@
<TargetEndpoint name="default">
<HTTPTargetConnection>
<URL>http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php</URL>
<URL>https://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php</URL>
</HTTPTargetConnection>
</TargetEndpoint>

2 changes: 1 addition & 1 deletion sample-proxies/soap/invoke.sh
Expand Up @@ -6,4 +6,4 @@ source ../../setup/setenv.sh

set -x

curl http://$org-$env.$api_domain/simplesoap?wsdl
curl https://$org-$env.$api_domain/simplesoap?wsdl

0 comments on commit c1d7f23

Please sign in to comment.