Hi,
one of our departments is still relying on a SOAP webservice. We are using this WebService since NAV2018.
In NAV2018 and BC18 the SOAP webservice returns the following in the definition part:
<service name="MyService">
<port name="MyService_Port" binding="tns:MyService_Binding">
</port>
</service>
Now in BC21 this changed to:
<service name="MyService">
<port name="MyService_Port" binding="tns:MyService_Binding">
</port>
</service>
So the InstanceName is missing in the address location and in my opinion this is a wrong definition. Is there an option (maybe in the BC service configuration) to get the InstanceName back to the definition?
Thanks