* @throws WorkflowException
*/
public void testCreate() throws WorkflowException {
URI gFacURL = this.configuration.getGFacURL();
URI gFacWSDLURL = WSDLUtil.appendWSDLQuary(gFacURL);
GFacServiceCreator creator = new GFacServiceCreator(gFacWSDLURL);
creator.createService(TEST_SERVICE_QNAME);
creator.shutdownService();
}