* Regression test for AXIS2-4374.
*
* @throws Exception
*/
public void testGetCompanyDetailsResponse() throws Exception {
String_Type companyId = new String_Type();
companyId.setString("112233");
String_Type userId = new String_Type();
userId.setString("user");
String_Type address1 = new String_Type();
address1.setString("Fenchurch street");
Address_type address = new Address_type();
address.setAddress1(address1);
CompanyResponse company = new CompanyResponse();