CA Service Management

  • 1.  Concrete WSDL

    Posted Aug 23, 2017 02:46 PM

    We are working on a Tibco intergation with CA SDM.  I need to fin the Concrete WSDL file, concrete WSDL contains messages, operations and binding/transport specific information i.e. SOAP over Http/HTTPS/JMS having wsdl style i.e. RPC/DOC literal.



  • 2.  Re: Concrete WSDL

    Broadcom Employee
    Posted Aug 24, 2017 04:37 PM

    Hello,

     

    I'm not sure if this was posted in the wrong Community as this area is for CA APIM.

     

    That being said, if you were wanting to know about CA APIM and how to get a WSDL, you have two main options:

    • HTTP Call -- Make call to service hosted on Gateway with "?WSDL" appended to the web call.
    • Through Policy Manager -- Locate SOAP service, right click and choose Service Properties. The WSDL tab will have a print out of the wsdl which you can copy to a file.


  • 3.  Re: Concrete WSDL
    Best Answer

    Broadcom Employee
    Posted Aug 25, 2017 04:38 PM

    Brandon, did you try

    http://sdmserver:8080/axis/services/USD_R11_WebService?wsdl

    ?

    here I assume you have default port 8080 and not use https

    Thanks _Chi



  • 4.  Re: Concrete WSDL

    Posted Aug 28, 2017 12:38 PM

    Thanks Raghu we figured this out over the weekend.  Go ahead and close out the ticket.

     

    Brandon



  • 5.  RE: Re: Concrete WSDL

    Posted Jun 18, 2019 03:22 PM
    I need to find out what url to use for a wsdl on a server that has a certificate on the alias so that https://test.gateway.ca:8443/test/wsdl/service?WSDL when entered in the url brings up the warning about the certificate and if you bypass the certificate error it brings up the xml but https://alias_name/test/wsdl/service?WSDL brings up a 404.error  What URL do you use when you are using a certificate on an alias


  • 6.  RE: Re: Concrete WSDL

    Posted Jun 20, 2019 08:29 AM
    ​My problem turned out to be a blocked port and a hidden link.