Hi Sebastien, I've just gone through the scenario on Windows and got the local client working, but still having trouble with the web service client - this is the Axis2C bug (TUSCANY-511) that stops us having a component that uses both a WS entrypoint and a WS external service in the same invocation. It's interesting that you didn't see this problem on Linux - perhaps this is a windows only issue?
I needed to update the deploy.bat file that puts the various files in the right places in the samples/BigBank/deploy directory so I've put a patch up at TUSCANY-606. Cheers Andy On 8/7/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
The BigBank scenario is now working end to end (on Linux at least). To build it, just do make and make install in the sca and the samples directories. BigBank is now part of the build of the samples. To run the local BigBank client, from $TUSCANY_SCAPP/samples/BigBank/deploy/bin, run ./runclient.sh. The client will call the local BigBank Account service, which will retrieve information on the customer's portfolio, including getting a stock quote from a live Web service (you need connection to the internet to run the sample). To install and start the BigBank Web service, create a BigBank directory under your Axis2 services directory, copy samples/BigBank/Accounts/services.xml and lib/libtuscany_sca_ws_service.so to it. Edit services.xml and set TuscanySystemRoot to $TUSCANY_SCAPP/samples/BigBank/deploy. From the Axis2 bin directory, run ./axis2_http_server. To run the BigBank Web service client, from $TUSCANY_SCAPP/samples/BigBank/deploy/bin, run ./runwsclient.sh. Could somebody try the equivalent steps on Windows and let us know if there's any problems? or better, if it works as well :) Thanks. -- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
