• | SOAP URL for communication. |
o | http://<srmserver>:8095/srm-Services.wsdl |
o | Could you kindly validate the above mentioned URL will be used as SOAP URL. |
o | Also this URL will be used for all DR activity. |
o | Is there any other SOAP URL available apart from the above mentioned one. |
o | SOAP End Point to pass the soap message from any other 3rd party tool (for example SOAP UI). |
• | SOAP Operation to be used for the DR activity. |
o | In the API Document we have the operations defined. I need to identify which operation we need to utilize for our DR activity we performing currently using GUI (listed below). |
i. | Which operation need to be used to check both sites HO and DR are in connected state (after successful login). |
ii. | Operation to verify Protection group settings. |
iii. | Operation to Perform Test recovery. |
iv. | Once test recovery is successful, which operation need to be used to connect to network and change VLAN. |
v. | Operation to perform Cleanup to clean Test Recovery. |
• | Required Input parameter for the operation. |
o | SOAP Operation SrmLogin |
<urn:SrmLogin>
<urn:_this type="?">?</urn:_this> what value need to be passed as an input
<urn:username>?</urn:username> Username will be passed
<urn:password>?</urn:password> Password will be passed
</urn:SrmLogin>
o | SOAP Operation GetInfo |
<urn:GetInfo>
<urn:_this type="?">?</urn:_this> what value need to be passed as an input
</urn:GetInfo>
o | SOAP Operation Start |
<urn:Start>
<urn:_this type="?">?</urn:_this> what value need to be passed as an input
<urn:mode>?</urn:mode> what value need to be passed as an input
</urn:Start>