1 Reply Latest reply on Sep 2, 2010 2:45 PM by dward

    Exposing WSDL File Location

    madhucm

      Hi,

      I have a WSDL file located in my local drive and i want to expose it .

      is there any way to locate WDSL file location and expose using SOAPProcesser or SOAPProxy ?

       

      Thanks,

      Madhu CM

        • 1. Re: Exposing WSDL File Location
          dward

          For SOAPProxy, you can configure the "wsdl" property with a simple "file://" scheme uri.

           

          <property name="wsdl" value="file:///tmp/HelloWorld.wsdl"/> (note: 3 slashes so we distinguish absolute vs. relative file path)