Please, I need this to be done in Java Eclipse, make sure youadd comments and test it.
implement the code for LoginResponse, loginRequest and extendtheXmlUtility classes(write the new method to the XmlUtility class togenerate the XML for that class.).
The LoginResponse XML must match the following example:
<login-response version=”1.0″ logged-in=”true”session-id=”100100″ />.
<?xml version=”1.0″ encoding=”UTF-8″?>
<xs:schema xmlns_xs=”http://www.w3.org/2001/XMLSchema”elementFormDefault=”qualified”>
<xs:element name=”login-response”>
<xs:complexType>
<xs:attributename=”version” type=”xs:decimal” use=”required”/>
<xs:attributename=”logged-in” type=”xs:boolean” use=”required”/>
<xs:attributename=”session-id” type=”xs:int” use=”required”/>
</xs:complexType>
</xs:element>
</xs:schema>

package
PayPal Gateway not configured
PayPal Gateway not configured