Hi,

I'm trying to realize a communication between a java web start (JWS) program 
and a web service but when I invoke a call inside JWS program this JWS stop to 
response. Some suggestions? I'm trying the 'quickstartadb' code in samples 
axis2 folder.

The JWS code:

        try{
            StockQuoteServiceStub stub =
                new StockQuoteServiceStub
                ("http://"; + enderecoIPServidor + 
":8080/axis2/services/StockQuoteService");

            getPrice(stub);
            update(stub);

        } catch(Exception e){
            e.printStackTrace();
            System.err.println("\n\n\n");
        }



       
---------------------------------
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! 

Reply via email to