Hi Raghavendra,
Without knowing enough about the specific SOAP service you are using, it is potentially an access restriction within this service. With the owner of the SOAP service, you can check if:
- The cloud IP should be whitelisted in order to use the service
- The credentials you are using for ACCP and PROD are correct
- You need a certificate if you are coming from another network
If so, you can use the Mendix documentation to see which IP addresses are being used.
https://docs.mendix.com/developerportal/deploy/mendix-ip-addresses/
Hopefully, this helps.