Options

Webservice URL is incorrectly generated when a comma is present in the Company Name

KYDutchieKYDutchie Member Posts: 345
Hi all,

I have a clean install of Dynamics NAV2016 Update 9 and when I go and open the SOAP URL from the Web Services page the binding URL is incorrect:

this is the URL in my Web Services : http://Willy_Laptop:7037/Clean2016UPD9/WS/CRONUS%20USA%2C%20Inc./Page/SalesOrder

I open this URL in my browser and if you go all the way down, you will see this:

<service name="SalesOrder_Service">
<port name="SalesOrder_Port" binding="tns:SalesOrder_Binding">
<address xmlns="http://schemas.xmlsoap.org/wsdl/soap/&quot; location="http://willy_laptop:7037/Clean2016UPD9/WS/CRONUS%20USA%252C%20Inc./Page/SalesOrder"/>
</port>
</service>

It replaced the '%' for the %2C (which is the comma ',') with the code for a percent sign (%25).

Has anyone seen this behavior and knows of a solution for this problem? My customer has a comma in their name and we can't get this to work.

Thank you in advance,

Willy
Fostering a homeless, abused child is the hardest yet most rewarding thing I have ever done.

Answers

  • Options
    aseigleaseigle Member Posts: 207
    I had a similar issue when trying to connect to Power BI and I just replaced the %2C with a comma, and it worked.
Sign In or Register to comment.