Forum Discussion
GMSoapUI
12 years agoContributor
I have found that there are three areas in the XML that are not being renamed when I rename the REST service through the GUI. These are within the:
<con:environment>elements in each environment. I have three environments: Live, Test and Staging. The specific sub-element that is not having its attribute value correctly renamed is the 'name' attribute in:
<con:service type="REST" name="[my_service_name_here]">Also the sub-element:
<con:endpoint>is not being set correctly either - I simply have an empty element:
<con:endpoint/>rather than:
<con:endpoint domain="" incomingWss="" outgoingWss="" password="" username="" wssTimeToLive="" wssType="" proxyHost="" proxyPort="" proxyUsername="" proxyPassword="">I'm unsure of how significant this is (if at all) to the problem since I would assume that the two formats are actually synonymous. Could you please provide me with an email address so that I can send you my project's XML file as this is consistently reproducible and I can only get around the problem by manually correcting these broken elements every time I add a new REST Service from URI. Something, somewhere, has caused this behaviour in my XML file. I have put it through a formatter and can see nothing mismatched but this is a concern of mine given I am now manually editing my file to circumvent the problem of not being able to get the Request Editor open after renaming the tree node I create when select 'New REST Service from URI...'. I cannot continue to work like this.