I have following Problem. My Webservice is running on Machine A by using generated wsdl file. But the problem is the endpoint url. Because of security matters clients should not access webservice directly. Clients have to call another machine B (proxy) to use this webservice. And that is my problem. I had to override the endpoint url in generated wsdl. But i have not found a way how to do this !? Also i do not want, that EPR had to be changed in client code, because URL in wsdl is wrong.
Or is the problem that endpoint is set to 127.0.0.1 if client has called it over proxy (https://machineA/part/webservice?wsdl) Yours sincerely, Daniel Kuschow
