Service Virtualization

  • 1.  Lisa Invoke doc link on documentation site fails

    Posted Dec 15, 2015 10:19 AM

    trying to download the lisa invoke doc from here https://support.ca.com/cadocs/0/CA%20DevTest%20Solutions%208%200-ENU/Bookshelf_Files/Invoke/index.html

     

    but that link never works



  • 2.  Re: Lisa Invoke doc link on documentation site fails

    Posted Dec 15, 2015 11:09 AM

    i need the invoke api doc for download mar ( least I think thats where it is.. its not in the SDK)

     

    the hover of the url under the download says

     

    http://$REGISTRY_SERVER:$PORT/serverconsole/marDownload?servertype=vse&serverName=$VSENAME&serviceName=$SERVICENAME&filename=$FILENAME&sso=?????

     

    when executed using curl, without sso= I get

    server error 500

     

    <p>Problem accessing /serverconsole/marDownload. Reason:

    <pre>    Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.NullPointerException

            at java.net.URLDecoder.decode(Unknown Source)

            at com.itko.lisa.serverconsole.server.network.MARDownloadServlet.doPost(MARDownloadServlet.java:58)

            at com.itko.lisa.serverconsole.server.network.MARDownloadServlet.doGet(MARDownloadServlet.java:53)

     

    I think this is the jsessionid and server cookies needing to be decoded, which I don't have set.. so this url is probably not useful from curl