public FindAllAnswersResponseType findAllAnswers(AttributedURIType logicalAddress) {
String SERVICE_ADDRESS = getServiceBaseUrl() + "FindAllAnswers/1/rivtabp20";
FindAllAnswersResponderInterface service = new FindAllAnswersResponderService(
createEndpointUrlFromServiceAddress(SERVICE_ADDRESS))
.getFindAllAnswersResponderPort();
FindAllAnswersType parameters = new FindAllAnswersType();