public void testFormalAndActualTypeInDifferentPackages(){
TestLogger.logger.debug("------------------------------");
TestLogger.logger.debug("Test : " + getName());
PolymorphicShapeService service = new PolymorphicShapeService();
PolymorphicShapePortType port = service.getPolymorphicShapePort();
Shape shapeType;
TestLogger.logger.debug("Sending Request to draw Square");
Square shape = new Square();
shape.setXAxis(1);
shape.setYAxis(1);