Creating an endpoint

This procedure describes how to create an Endpoint.

  1. Invoke the Endpoint wizard following the navigation details.
  2. In the first page of the wizard we are associating the Endpoint to a Project, Namespace and also specifying the transport medium used.
    1. Select the Project and the Namespace you want to associate the Endpoint with from the list.
    2. Enter the Name for the Endpoint.
    3. Select the Transport Stream for the Endpoint. Based on this information, the next page of the wizard captures the required information.
  3. Based on your selection in the previous step

    Transport HTTP

    1. Select the Message Type from the list.

      This is type of message this Endpoint accepts

    2. Enter the URL

      This is the URL to which the messages should be posted for the Endpoint

    3. Click Finish

    Transport Java™ Messaging Services (JMS)

    1. Select the Message Type

      This is type of message this Endpoint accepts from the list

    2. Enter the Java™ Naming and Directory Interface (JNDI) details like Provider URL and the Initial Context Factory

      This is vendor specific URL string for the JNDI server

      This is the java class name of the JNDI initial context factory implementation

    3. Enter the JMS details like the Destination Name and the Connection Factory Name for the Endpoint

      This is the JNDI name of the JMS topic or queue

      This is the JNDI name for the JMS connection factory for the specified destination

    4. Click Finish

    Transport UDDI

    1. Select the Message Type from the list

      This is type of message this Endpoint accepts

    2. Enter the UDDI details like Inquiry URL, Version and the Binding Key for the Endpoint

      This is the Inquiry URL for the UDDI registry where inquiry requests will be sent

      This is the key for the binding in the UDDI registry that contains the address to the endpoint. This key will be used in the inquiry request.

    3. Click Finish

Once this process is completed, the Understanding the endpoint editor is displayed.

Navigation

Right-click Any Object > New > Endpoints.

Related reference
Understanding the cost and cost modifier parameters
Understanding the endpoint editor