Migration notes / Migrating GWS client applications |
It is recommended to regenerate all client stubs into your application using the fglwsdl tool.
If you have modified the server location at runtime via the generated global variable in your client application, you MUST apply following modification:
LET Calculator_CalculatorPortTypeLocation = "http://host:port/Calculator"
LET Calculator_CalculatorPortTypeEndPoint.Address.Uri = "http://host:port/Calculator"