Thank you for choosing Microsoft Community.
When working with SOAP web services in Power Automate Cloud, here are a few suggestions to help troubleshoot and resolve the problem:
Check the Request Body: Ensure that the request body is correctly formatted as XML and matches the expected structure required by the SOAP service. You can use tools like Postman to test the request and confirm it works outside of Power Automate.
Content-Type Header: Make sure you're setting the Content-Type header to text/xml or application/soap+xml depending on the SOAP service's requirements.
Authentication: Verify that any required authentication (e.g., API keys, tokens) is correctly configured in the HTTP action.
Custom Connector: Consider creating a custom connector for the SOAP service in Power Automate. This can simplify the process and provide a more robust integration.
Error Handling: Add error handling to capture and log any error messages returned by the SOAP service. This can help identify specific issues with the request.
Power Automate Updates: Ensure that Power Automate is up to date, as updates may include fixes or improvements for handling SOAP web services. If this Post helped you, please click "Does this answer your question" and like this post to help others in the community find the answer too!
Happy to help
Robu 1