web
You’re offline. This is a read only version of the page.
close
Skip to main content
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)
  • VoltesDev Profile Picture
    on at
    RE: RSAT : Incorrect address or SOAP action

    When I read the docs (Regression suite automation tool installation and configuration - Finance & Operations | Dynamics 365 | Microsoft Docs) one more time, it is said "

    • If you don't know the SOAP hostname of your test environment, you can find it in the web.config file for the AOS server in Infrastructure.SoapServicesUrl.

    Actually I tried this also, at first I found nothing there, and then put the correct hostname (usnconeboxax1aos.soap.cloud.onebox.dynamics.com) with "dot"

    But it is error the same.

    I'm wondering when the 1st time web.config is empty, does it tell us something ? like some installation missing ?

    Thanks

  • VoltesDev Profile Picture
    on at
    RE: RSAT : Incorrect address or SOAP action

    It's Normal mode. And I already connect this RSAT to DevOps (also means to LCS)

    Looking at the document, Trial has all the Tree with Trial mode, and I can't create "derived test" but I just tried and it's doable. So this is Normal mode. Only it is inside VHD using Hyper-V.

    pastedimage1660627715843v1.png

    Thanks

  • d6community Profile Picture
    79 on at
    RE: RSAT : Incorrect address or SOAP action

    I haven't tried working on RSAT in the vhd instance. Did you install the normal mode or trial mode of RSAT? Please refer to below link.

    docs.microsoft.com/.../rsat-trial-without-devops

  • VoltesDev Profile Picture
    on at
    RE: RSAT : Incorrect address or SOAP action

    Correct

  • d6community Profile Picture
    79 on at
    RE: RSAT : Incorrect address or SOAP action

    Are you using a vhd instance of D365 F&O?

  • VoltesDev Profile Picture
    on at
    RE: RSAT : Incorrect address or SOAP action

    Hmm.. The error saying it is not even executed though ->

    pastedimage1660625763135v1.png

    Cannot connect to Finance and Operations environment. Verify your settings and make sure the environment is available. The remote name could not be resolved: 'usnconeboxax1aossoap.cloud.onebox.dynamics.com'

    I tried to change in both place as well, means also change in IIS to be exactly the same "usnconeboxax1aossoap.cloud.onebox.dynamics.com", still the same error.

    The Failed was at least executed, this is when both in RSAT setting and IIS put as usnconeboxax1aos.soap.cloud.onebox.dynamics.com

    pretty lost right now.

  • d6community Profile Picture
    79 on at
    RE: RSAT : Incorrect address or SOAP action

    Hi,

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

    Regards,

    Avinash

  • VoltesDev Profile Picture
    on at
    RE: RSAT : Incorrect address or SOAP action

    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

  • Suggested answer
    d6community Profile Picture
    79 on at
    RE: RSAT : Incorrect address or SOAP action

    Hey Nicholas,

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

    Thank you for your help.

  • Verified answer
    nmaenpaa Profile Picture
    101,160 Moderator on at
    RE: RSAT : Incorrect address or SOAP action

    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)"

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

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

#1
Sohaib Cheema Profile Picture

Sohaib Cheema 785 User Group Leader

#2
André Arnaud de Calavon Profile Picture

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

#3
Martin Dráb Profile Picture

Martin Dráb 621 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans