I need to develop a Web Service Server, I use the class NUSOAP in PHP and when I register my method with the name «NewInitialDocForLocalApp» the Input and Output XML is generated in «NewInitialDocForLocalAppRequest» and «NewInitialDocForLocalAppResponse» but I need it «NewInitialDocForLocalAppInput» and «NewInitialDocForLocalAppOutput» instead. How could I change that? The reason I need that words, is because the entreprise use a DataPower validation and must be with that two words. code i use to...