I am a web service consumer of a
soap web service using a soap client.
Now the web service is going to some other url and also its going on https.
Does client needs to be regenerated? Or it needs any other changes except the change of endpoint url?
Note: The service's internal functionality remains the same, (it is only migrating from http to https and on some different server).
Also it might be going on CLOUD, so there might be a need of PROXY (which earlier was not needed as it was hosted on intranet earlier).
Someone kindly throw some light on this, it'll be a great help.
I have posted the same question on stackoverflow also
https://stackoverflow.com/questions/66157041/does-consumer-of-web-service-needs-to-change-if-the-webservice-is-migrated-to-ht