|
From: Hasini G. <has...@gm...> - 2009-08-16 04:45:56
|
Yes, in my machine, the service runs in port 80, that is why it was* http://localhost/axis2/services/SavanBroker", *without a port. That is one thing that we should give to be customized in the GUI. Sorry, I almost forgot to mention it in the first mail. Cheers, Hasini On Sun, Aug 16, 2009 at 12:38 PM, Dilshan Kanchana <dil...@gm... > wrote: > It is working very well.. But I had to change the... > *private static final String brokerEPR = " > http://localhost/axis2/services/SavanBroker";* > line in the SubscribeClient class by adding my local port number to it. > > So that it looks like... > *private static final String brokerEPR="http://localhost:8080 > /axis2/services/SavanBroker"; > > > * |