Service Reference is not deleted from pom when removing it in the project
-------------------------------------------------------------------------
Key: NPANDAY-363
URL: https://issues.apache.org/jira/browse/NPANDAY-363
Project: NPanday
Issue Type: Bug
Affects Versions: 1.2.1
Environment: Visual Studio 2010
Reporter: Marecor M Baclay
Steps:
1. Create a WPF project in VS 2010.
2. Right Click on the References of the project then click on "Add Service
Reference"
3. In the Address field, input the Service Reference URL (i.e.
http://www.webservicex.net/sendsmsworld.asmx?WSDL) then click Go
4. Click OK
Actual Result:
<includeSource>Service%20References/ServiceReference1/Reference.cs</includeSource>
has been added in <includeSources> tag in the pom.xml file of the project
5. Remove the Service Reference
Actual Result:
<includeSource>Service%20References/ServiceReference1/Reference.cs</includeSource>
is not deleted in the pom.xml file of the project
Expected Result:
the Service Reference should be removed from the pom.xml file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.