/**
  * Sends the GroundCloseWithDocumentsRequest and returns the response
  *
  * @param ComplexType\GroundCloseWithDocumentsRequest $groundCloseWithDocumentsRequest 
  * @return stdClass
  */
 public function getGroundCloseWithDocumentsReply(ComplexType\GroundCloseWithDocumentsRequest $groundCloseWithDocumentsRequest)
 {
     return $this->_soapClient->groundCloseWithDocuments($groundCloseWithDocumentsRequest->toArray());
 }