webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Web service endpoint alias does not exist

    Posted Mon September 25, 2017 07:43 AM

    Hi,

    I’m trying to access an endpoint alias from a soapClient service after having created a keystore based on a jks file:

    • The keystore line is created (in Security\keystore)
    • The HTTPS endpoint alias “Extranet” (in Web Service Consumer Endpoints List) is created
    • The endpoint alias value “Extranet” is well set in the pipeline view of the soapClient service,

    but when I’m testing my Consumer I obtain this error :

    com.wm.app.b2b.server.ServiceException: [ISS.0088.9447] Web service endpoint alias Extranet does not exist.
    at pub.clientimpl.wssClient(clientimpl.java:2592)

    Is this something else to do in the IS, to make this alias visible and accessible by the Designer ?

    Regards


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: Web service endpoint alias does not exist

    Posted Tue September 26, 2017 01:36 PM

    Port alias should be configured under the binders tab, select the binder, the property penal should have a field for “Port alias”, select the one you just created. (HTTP and HTTPS are grouped separately )


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Web service endpoint alias does not exist

    Posted Tue September 26, 2017 04:05 PM

    Hi,

    Thanks for your reply… I’m not sure to understand :

    In the “Port alias” of the Binders tab I can see only the Web Service Consumer Endpoints List for HTTP.
    but the HTTPS endpoint I’ve created does not appear in the list.

    Am I missing something ?

    Regards


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Web service endpoint alias does not exist

    Posted Wed September 27, 2017 03:03 PM

    below it, search for “transport”, change it to https, then https aliases will be shown


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: Web service endpoint alias does not exist

    Posted Thu September 28, 2017 05:25 AM

    Thanks Tong for your help it works,

    The initial WSD created was not in HTTPS but HTTP, so the endpoint aliases available was the HTTP ones.

    Regards


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods