Hi, everybody!
I have a .Net web services that are called from flex. Our programmer receives the following xml when calling web service function:
<FunctionName xmlns="WSNamespace" 
  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FunctionName>Xml itself</FunctionName>
He would like to get all the same, but with no namespace as we do not need them. How can it be done on .Net part?