On 7/18/07, smx_ <[EMAIL PROTECTED]> wrote:
No, I asking for steps to create "wsdl-first" service for deployment into servicemix... Not to how to run existing one. PS. README build instructions are pretty useless - I only had build errors every time, both in 3.1.1 and 3.1 Don't know how to fix them as I only start learning.
To build and deploy the wsdl-first example into ServiceMix, you need to build the example using Maven. Below are the steps: 1) cd <SERVICEMIX-HOME>/examples/wsdl-first 2) Execute the following command on the command line: mvn install 3) Copy the wsdl-first-sa/target/wsdl-first-sa-3.1.1-incubating.jar to the <SERVICEMIX-HOME>/deploy directory 4) To exercise the wsdl-first example, you'll need to send it an XML message. This can be achieved using the client.html file or you can also use some other tool that can submit XML requests like SoapUI or OxygenXML. Please let me know if you have any questions about these steps. I'm putting them up on the website here: http://incubator.apache.org/servicemix/wsdl-first.html
Is it possible to build without Maven tool?
You could tell Maven to generate an Ant build.xml if you want via Maven's ant:ant goal as documented here: http://maven.apache.org/plugins/maven-ant-plugin/usage.html But if the Maven build changes, you will need to regenerate the build.xml. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
