I want to in my XML (WSDL) file , Remove some of the elements.This is my WSDL file:\[code\] <wsdl:types> ... </wsdl:types> <wsdl:message> ... </wsdl:message> <wsdlortType name="countrySoap"> <wsdlperation name="GetCountryByCountryCode"> <wsdl:documentation>Get country name by country code</wsdl:documentation> <wsdl:input message="tns:GetCountryByCountryCodeSoapIn" /> <wsdlutput message="tns:GetCountryByCountryCodeSoapOut" /> </wsdlperation> <wsdlperation name="GetISD"> <wsdl:documentation>Get International Dialing Code </wsdl:documentation> <wsdl:input message="tns:GetISDSoapIn" /> <wsdlutput message="tns:GetISDSoapOut" /> </wsdlperation> ... </wsdlortType> ....\[/code\]Now I want to delete \[code\]<wsdlperation name="GetISD">\[/code\] with all of the elements that it has?