Hi! I have *.wsdl schema, where I have section
<wsdl:service name="">
<wsdl:port name="" binding="">
<jms:address destinationStyle="queue" jndiConnectionFactoryName=""
jndiDestinationName="">
</jms:address>
</wsdl:port>
</wsdl:service>
I worked with WSDL with HTTP/SOAP section (I created subprojects
CXFSE-SU, CXFBC-SU, CXF-SA and root pom.xml).
How do steps change to build my service depending on this? Thanks, Ivan Pryvalov.
