Layer7 API Management

 View Only
  • 1.  CA API Gateway 9.3 : WSDM Subscription URL Not Resolved

    Posted Feb 25, 2020 11:03 AM
    Hi,

    I set up the internal services for WSDM Manager and WSDM Subscription.
    But, when I try to subscribe the gateway service by calling the WSDM Subscription url, I get the following error -

    Request URL not resolved: http://<gateway>:8080/wsdm/esmsubscriptions

    there is nothing wrong with the url but I do not understand why it is not resolved.

    Regards,
    Amit


  • 2.  RE: CA API Gateway 9.3 : WSDM Subscription URL Not Resolved

    Broadcom Employee
    Posted Feb 25, 2020 06:09 PM
    Dear Amit,
    How did you send the request? Did you call it like a restful API? if you did, you should get error like this,
    "Service Not Found. The request may have been sent to an invalid URL, or intended for an unsupported operation."

    It's a soap service, you may need some tools like soapUI to import the wsdl and build the soap request.

    The url below should work (show the wsdl of the service),
    http://<gateway>:8080/wsdm/esmsubscriptions?wsdl

    Regards,
    Mark


  • 3.  RE: CA API Gateway 9.3 : WSDM Subscription URL Not Resolved

    Posted Feb 26, 2020 06:53 AM
    Hi Mark,

    Thanks for the input.
    But, I have been using the SOAP body as suggested in Gateway Monitoring doc, still receiving Service Not Found Error.




  • 4.  RE: CA API Gateway 9.3 : WSDM Subscription URL Not Resolved
    Best Answer

    Broadcom Employee
    Posted Feb 26, 2020 05:05 PM
    Have you sent the SOAPAction header?


    Regard,
    Mark