function ChangeHeader(Inputs) { var siebelMessage = TheApplication().NewPropertySet(); siebelMessage = Inputs.GetChild(0).Copy(); siebelMessage.SetType("GetGeoIPSoapIn:parameters"); return(siebelMessage); }