Hello everyone,
Right now, we have some automated scripts that deploy MPGs/WSPs etc through a SOMA call (import-config). There have been a few instances, that when the proxy, primarily a WSP, was deployed, we have had to do a WSDL Refresh through the following page:
BoxAddress:9090/status/WSWSDLStatusSimpleIndex
Or with a SOMA call:
<dp:do-action>
<RefreshWSDL>
<WSGateway>###WSP_NAME###</WSGateway>
<WSDL>###WSDL_PATH###</WSDL>
</RefreshWSDL>
</dp:do-action>
We are wanting to automate this refresh.
So my questions are something like:
When the configuration of a proxy is updated through a SOMA call, do all the files get auto-refreshed, including the WSDLs configured to a WSP?
If we upload just a file through a SOMA call, does the proxy automatically detect this and pull the new version?
#DataPower#Support#SupportMigration