Forum Discussion

Francisco_Marqu's avatar
Francisco_Marqu
Icon for Nimbostratus rankNimbostratus
Apr 09, 2018

f5 Soap Address - WSDL

Hello Guys, I have two node in the specific pool, server-01.mydomain.local and server-02.mydomain.local. The both server are run jboss with wsdl and with your respective names as soap address. The VS is configured with valid IP address with the following URL, myapplication.mydomain.com, but always that my application is consulted for my client, is displaying the soap address from the nodes servers.

 

Follows the my question: Is possible change the soap address or hide it durant this process ?

 

Thank you so much!

 

3 Replies

  • hello Guys, Can you clarify where you see soap address (node adresse is visible)? at the application level?

     

  • Yes, I need change this field:

     

    ' target="_blank" rel="nofollow">http://server-01.mydomain:80/web-application/XXX"/>;

     

    Second the developer, he is unable of the change it.

     

  • Hello,

     

    So in order to modify server-01.mydomain.local or server-02.mydomain.local by myapplication.mydomain.com you can rewrite the response.

     

    So you can use a stream profile. that you will set in your VS.

     

    In your stream profile you have to leave the source blank the target field format should be used when you have more than a single substitution. you will enter the following command:

     

    @server-01.mydomain.local@myapplication.mydomain.com@@server-01.mydomain.local@myapplication.mydomain.com@

     

    At first try with a profile stream, we can also use an irule.

     

    Let me now if it's work.

     

    regards