I saw that if I use endpoint Alias list in intergration server, I can change the EAIServer.domain:5555 by a alias I created on IS.
But first : I can not give the https aliases I can change in Bingers tab of my web service in designer. I must give the port I don’t want. And I can not change the path.
So,
I don"t know how to change endpoint adress in SOAP UI. Im not a good practicer of SOAP UI.
Usually I create a new sopa project, I give my wsdl and I wait that generate my project. But here, that doesn’t work and my feeling say it is due to endpoint address. And I confirm it is the case because if I download wsdl from designer (copy and past in fact in new file) and I change the endpoint address, that works… Not exactly : I can create the project but I have a SSL issue if I run. (I have to see with my network team in my company because I have to manage certificate).
To answer to your question I have the 9.10 version of wM and the WSDL was created by our Customer. We just insert in the WSDL in Integration Server
the SSL might have to do with some watt-Settings in your IS as well as the Java Version you are running SoapUI on.
What is your SoapUI version?
For one Request in SoapUI it is possible to have multiple Addresses where the request can be set to.
This information will be stored in the project file.
Just right click on the address line after opening the “Reques1” (or what ever it is called) and select “edit”.
After that enter the modifyied endpoint.
You said that the infrmation is stored in project file but to have a prject file, a project has to be generated from wsdl. But if in my soap project I have a wsdl with url (from reverse proxy) which is different from my endpoint address (from IS), I can not generate the project, I have no project file neither request file to create.
you generate your SoapUI project as usual, with a WSDL file or a URL to the wsdl endpoint.
you can then change the actual calling endpoint on the SoapUI service properties (1) or the request address bar (2) – see picture - in this case, I am using SAG’s Optimize Analytic Engine Shutdown Service as an example.
If you use the service properties, you can then assign the endpoint to all requests and test requests of your project.