3 Replies Latest reply on May 30, 2011 10:36 AM by h.wolffenbuttel

    Is it possible to create an endpoint for a service based upon a custom WSDL file but without actually having a webservice?

    calleandersson

      I know a WSDL of an existing webservice could be transformed (e.g. by using Soap Proxy Action) and with a HTTP Gateway it is possible to create an endpoint with the tranformed WSDL as its contract. However, what if my service doesn't have any webservices to call from within its action pipeline but I still want to add a service endpoint with a WSDL contract? Is there a simple solution for creating a custom WSDL file and somehow publish it as the contract of an endpoint but without having a real webservice? (I want the Message object which is delivered to the action pipeline to contain the SOAP message used for calling the endpoint.)