How to deactivate the creation of a service while importing WSDL in WSO2 GREG?

StackOverflow https://stackoverflow.com/questions/16148446

  •  11-04-2022
  •  | 
  •  

Вопрос

Is there anyway to deactivate the automatic generation of a service while importing a WSDL in WSO2 GREG?

Это было полезно?

Решение

You need to uncomment following entry in GREG_HOME/repositroy/conf/registry.xml

  <property name="createService">false</property>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top