Forum Discussion

3 Replies

  • Can you explain a bit more about where the WSDL is coming from and what client toolkit/language you are using? Are you asking about how to fix the server generation of the WSDL or how to change a client to modify it to https? Also, is a BIG-IP involved in this at all? More details will help me help you.
  • Thank you for your quick response. SOAP WSDL is coming from another client from Internet. I need a solution to fix the issue from F5's perspective to modify it to https. The BIG-IP is located in between the Web service server and the client(Internet). Hope I've answered all the queries.
  • Ok, that makes more sense. If you just want to convert "" to "" in the response content, look at the Stream profile in the Virtual Server configuration. You can specify a search and replace string and it will take care of it for you. In your case you might want to include the full hostname in the search and replace to make sure you catch the right string.

     

    You can do an iRule based solution to this as well but if you are just doing a simple search/replace, the stream profile is the easiest way to get it done.

     

    Hope this helps...

     

    -Joe