if (serviceKeyArray != null) {
request.getServiceKey().addAll(Arrays.asList(serviceKeyArray));
}
ServiceDetail sd;
JAXBElement<?> o = execute(this.objectFactory.createGetServiceDetail(request),
this.getInquiryURI());
sd = (ServiceDetail) o.getValue();
return sd;