Not able to retrieve XSD schema
Hi,
I followed the instruction from RQM API page which states that https://<hostname>:<port>/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd
can display the XSD for the base resources.
I tired, and it didn't work.
I thought it missed "/secure" btween "/jazz" and "/service" because I retrieved the list of test cases in a similar format of URL. It didn't work either.
So what is the correct URL to retrieve XSD schema? Thank you!
I followed the instruction from RQM API page which states that https://<hostname>:<port>/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/schema/qm.xsd
can display the XSD for the base resources.
I tired, and it didn't work.
I thought it missed "/secure" btween "/jazz" and "/service" because I retrieved the list of test cases in a similar format of URL. It didn't work either.
So what is the correct URL to retrieve XSD schema? Thank you!
2 answers
Two things to try:
1) Use FF instead of IE to request that URL. IE doesn't deal with the returned XML as nice as FF does.
2) If this is RQM 3.0 "/jazz" is likely not the correct context root. The default in RQM 3.0 is "/qm" and that's configurable. So the URL you pasted would have to match your servers configured context root.
1) Use FF instead of IE to request that URL. IE doesn't deal with the returned XML as nice as FF does.
2) If this is RQM 3.0 "/jazz" is likely not the correct context root. The default in RQM 3.0 is "/qm" and that's configurable. So the URL you pasted would have to match your servers configured context root.
Hi,
Thanks for your reply. I did use Firefox to retrive schema and my RQM is version 2.0.1.1. The error returned back to me was: "description The request sent by the client was syntactically incorrect ()."
Any more suggestion?
Thanks for your reply. I did use Firefox to retrive schema and my RQM is version 2.0.1.1. The error returned back to me was: "description The request sent by the client was syntactically incorrect ()."
Any more suggestion?
Two things to try:
1) Use FF instead of IE to request that URL. IE doesn't deal with the returned XML as nice as FF does.
2) If this is RQM 3.0 "/jazz" is likely not the correct context root. The default in RQM 3.0 is "/qm" and that's configurable. So the URL you pasted would have to match your servers configured context root.