Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Install OSGi remote service sample bundles

Panel

-> install file:///C:/Tuscany-2.x/java/sca/samples/dosgi-dynamic-calculator/target/sample-dosgi-dynamic-calculator.jarImage Removed
Bundle ID: 205
-> start 205
-> install file:///C:\Tuscany-2.x/java/sca/samples/dosgi-dynamic-calculator-operations/target/sample-dosgi-dynamic-calculator-operations.jarImage Removed
Bundle ID: 206
-> start 206

Now, the distributed OSGi calculator is available as a Web service at http://rfengt61p:8086/CalculatorServiceImage Removed. You can see the WSDL in a browser with URL: http://rfengt61p:8086/CalculatorService?wsdlImage Removed.

You can now use a web service client such as Eclipse Web Service explorer to invoke the calculator.

...