How can I unmarshal an XML response to 2 java objects using JAXB when there are 2 namespaces?
问题 Thank you for taking the time to read. My goal is to deserialize the response from an API request into 2 usable java objects. I am sending an POST request to an endpoint to create a job in our schedule. The job is created successfully and the following XML is returned in the body: <entry xmlns="http://purl.org/atom/ns#"> <id>0</id> <title>Job has been created.</title> <source>com.tidalsoft.framework.rpc.Result</source> <tes:result xmlns:tes="http://www.auto-schedule.com/client"> <tes:message