web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

RSAT : Incorrect address or SOAP action

(0) ShareShare
ReportReport
Posted on by 79

Hi team,

I am facing issues while load>Run a test case using RSAT. 

I tried to change the soap url as xxxx.soap and xxxxsoap, which one is the correct format. 

Also I tried below powershell commands which didnt help. 

Set-ItemProperty HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 -Name SchUseStrongCrypto -Value 1 -Type dword -Force -Confirm:$false

if ((Test-Path HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319)) { Set-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319 -Name SchUseStrongCrypto -Value 1 -Type dword -Force -Confirm:$false}

Below is the error.

Status: Test case failed.

 

ERROR:

<Message>There was no endpoint listening at https://xxxxsoapcloudax.dynamics.com/Services/AxUserManagement/Service.svc/ws2007FedHttp that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.</Message>

<Message>The remote name could not be resolved: 'xxxxsoap.cloudax.dynamics.com'</Message>

 

DEBUG INFO:

<?xml version="1.0" encoding="utf-16"?>

<Error xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

  <ExceptionType>System.ServiceModel.EndpointNotFoundException</ExceptionType>

  <Message>There was no endpoint listening at https://xxxxsoap.cloudax.dynamics.com/Services/AxUserManagement/Service.svc/ws2007FedHttp that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.</Message>

  <StackTrace>

Server stack trace:

   at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()

   at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)

   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout)

   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)

   at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)

   at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)

   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)

   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)

   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

 

Exception rethrown at [0]:

   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)

   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)

   at MS.Dynamics.TestTools.CloudCommonTestUtilities.AxUserManagementServiceReference.IAxUserManagement.EnumUsers()

   at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.PopulateAxUsers()

   at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.Initialize()

   at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.get_AdminUser()

   at MS.Dynamics.Performance.Application.TaskRecorder.Create_Purchase_orderBase.TestSetup(Boolean verboseSnapshotsEnabled, Int32 actionTimeout, Boolean caseSensitiveValidation, Boolean groupComparison, Int32 pauseBetweenActions, String playbackDirectory)</StackTrace>

  <InnerError>

    <ExceptionType>System.Net.WebException</ExceptionType>

    <Message>The remote name could not be resolved: 'brokerspace1003pu27e5fac365ab6dbc41devaos.soap.cloudax.dynamics.com'</Message>

    <StackTrace>   at System.Net.HttpWebRequest.GetRequestStream(TransportContext&amp; context)

   at System.Net.HttpWebRequest.GetRequestStream()

   at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()</StackTrace>

  </InnerError>

</Error>

I have the same question (0)
  • Suggested answer
    nmaenpaa Profile Picture
    101,160 Moderator on at

    Hi,

    did you check this documentation:

    docs.microsoft.com/.../rsat-install-configure

    It says "if your hostname is myhost.cloudax.dynamics.com, use myhost.soap.cloudax.dynamics.com as the SOAP hostname."

    If we look at your error message, you used myhostsoap.cloudax.dynamics.com and that's not correct.

  • d6community Profile Picture
    79 on at

    Thank you for your response.

    I have done that. Changed the url as myhost.soap.cloudax.dynamics.com.

    Added the thumbprint in wif.config file in the VM , taken from the certificate generated using the RSAT tool and still now I recievd the same error message.

  • nmaenpaa Profile Picture
    101,160 Moderator on at

    Hi Avinash,

    could you share the error message that you're getting now? I'm sure it's at least a bit different, since it's supposed to try another URL.

  • d6community Profile Picture
    79 on at

    Status: Test case failed.

    ERROR: <Message>There was no endpoint listening at xxxx.soap.cloudax.dynamics.com/.../ws2007FedHttp that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

    </Message> <Message>The remote name could not be resolved: 'xxxx.soap.cloudax.dynamics.com'

    </Message> DEBUG INFO: <?xml version="1.0" encoding="utf-16"?> <Error xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema"> <ExceptionType>System.ServiceModel.EndpointNotFoundException</ExceptionType> <Message>There was no endpoint listening at xxxx.soap.cloudax.dynamics.com/.../ws2007FedHttp that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

    </Message> <StackTrace> Server stack trace: at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream() at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at MS.Dynamics.TestTools.CloudCommonTestUtilities.AxUserManagementServiceReference.IAxUserManagement.EnumUsers() at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.PopulateAxUsers() at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.Initialize() at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.get_AdminUser() at MS.Dynamics.Performance.Application.TaskRecorder.Customer_creationBase.TestSetup(Boolean verboseSnapshotsEnabled, Int32 actionTimeout, Boolean caseSensitiveValidation, Boolean groupComparison, Int32 pauseBetweenActions, String playbackDirectory)</StackTrace> <InnerError> <ExceptionType>System.Net.WebException</ExceptionType> <Message>The remote name could not be resolved: 'xxxx.soap.cloudax.dynamics.com'</Message> <StackTrace> at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()</StackTrace> </InnerError> </Error>

  • nmaenpaa Profile Picture
    101,160 Moderator on at

    Is the target system running? Can you access it via browser from the server where you run RSAT? And I mean the normal system address, without SOAP part.

  • d6community Profile Picture
    79 on at

    Yes, the VM is up and I can access the URL from my local desktop/laptop.

  • Verified answer
    nmaenpaa Profile Picture
    101,160 Moderator on at

    Please double check the soap hostname from IIS of the target system.

    "SOAP Host Name: SOAP Hostname of the Dynamics 365 for Finance and Operations test environment. The SOAP hostname is typically the same as the Hostname with a soap suffix. Example: <myaos>soap.cloudax.dynamics.com. Do not include the https:// or http:/ prefix.

    NOTE: You can find the hostname and SOAP Host Name by going to Internet Information Services manager. Right click on Sites > AOSService and choose Edit bindings. The values under hostname gives you the Hostname and SOAP Host Name (has suffix soap in the URL)"

  • Suggested answer
    d6community Profile Picture
    79 on at

    Hey Nicholas,

    We changed the url from host.soap to hostsoap.cloudas. That did the trick.

    Thank you for your help.

  • VoltesDev Profile Picture
    on at

    Hi, may I know where did you change " the url from host.soap to hostsoap.cloudas. " ? In IIS->Binding ? or in RSAT Setting - SOAP hostname ? or both ?

    I tried and still have the same error.

    Please advice. Thanks

  • d6community Profile Picture
    79 on at

    Hi,

    This setting needs to be changed in the RSAT settings screen where you give the soap hostname.

    Regards,

    Avinash

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 646 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 529 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 285 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans