Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit c1d7f23

Browse files
committed
update simplesoap example to use https endpoint for target and proxy
1 parent f2597a0 commit c1d7f23

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

sample-proxies/soap/apiproxy/proxies/default.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
</Flows>
1919
<HTTPProxyConnection>
2020
<BasePath>/simplesoap</BasePath>
21-
<VirtualHost>default</VirtualHost>
21+
<VirtualHost>secure</VirtualHost>
2222
</HTTPProxyConnection>
2323
<RouteRule name="default">
2424
<TargetEndpoint>default</TargetEndpoint>
2525
</RouteRule>
2626
</ProxyEndpoint>
27-
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<TargetEndpoint name="default">
22
<HTTPTargetConnection>
3-
<URL>http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php</URL>
3+
<URL>https://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php</URL>
44
</HTTPTargetConnection>
55
</TargetEndpoint>
6-

sample-proxies/soap/invoke.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ source ../../setup/setenv.sh
66

77
set -x
88

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

0 commit comments

Comments
 (0)