Notice Addition. Remember these files must be Named the same as you Java class and be found in the same package as said class.
From: Hogan, Gavin Sent: Sun 7/22/2007 9:44 AM To: [email protected] Subject: RE: [xfire-user] Change namespace in .aegis.xml HolidayRequest.aegis.xml <?xml version="1.0" encoding="UTF-8"?> <mappings xmlns:np="http://schemas.hr.mycompany.com "> <mapping name="np:HolidayRequest"> </mapping> </mappings> Employee.aegis.xml <?xml version="1.0" encoding="UTF-8"?> <mappings xmlns:np="http://schemas.hr.mycompany.com "> <mapping name="np:Employee"> <property name="number" mappedName="Number"/> </mapping> </mappings> From: Roy Chan Sent: Sun 7/22/2007 4:26 AM To: [email protected] Subject: [xfire-user] Change namespace in .aegis.xml I've making the client and use aegis binding, I want to make the soap like this, <soapenv:Body> <sch:HolidayRequest xmlns:sch="http://schemas.hr.mycompany.com "> <sch:Employee> <sch:Number>?</sch:Number> </sch:Employee> </sch:HolidayRequest> </soapenv:Body> The important point is i cannot get the namespace of HolidayRequest right, can anyone tell me how to set the namespace in .aegis.xml? -- View this message in context: http://www.nabble.com/Change-namespace-in-.aegis.xml-tf4124358.html#a11729191 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
