* then it will create Complex types foer those , and if the
* parameters are simple type which decribe in SimpleTypeTable
* nothing will happen) 2. In the next stage for all the methods
* messages and port types will be creteated
*/
WebServiceAnnotation webservice =
JSR181Helper.INSTANCE.getWebServiceAnnotation(serviceClass);
if (webservice != null) {
String tns = webservice.getTargetNamespace();
if (tns != null && !"".equals(tns)) {
targetNamespace = tns;
schemaTargetNameSpace = tns;
}
service.setName(Utils.getAnnotatedServiceName(serviceClass, webservice));