Paul. Firewall is off.
Dirk -----Original Message----- From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: woensdag 16 januari 2008 10:42 To: [email protected] Subject: Re: Problem WS-addressing Dirk This might be a firewall problem. Paul On Jan 16, 2008 9:27 AM, <[EMAIL PROTECTED]> wrote: > > > > > > > Hello, > > > > I am having a problem with Axis using Addressing. I have noticed a lot of > you also have. > > The problem of not able to engage addressing I have solved using this info, > (thx for that) > > > > When I start my client-app , it's indication it starts a listener on port > 6060 (default) for the callback. > > However when the web-service is trying to send the response it is timed-out. > > > > When inspecting this with netstat It seems there isn't a listener on port > 6060 active. > > Anyone got an idea.? > > > > > > > > > > public class BizRegClient { > > public static void main(String[] args) throws RemoteException { > > ConfigurationContext cc = > ConfigurationContextFactory.createConfigurationContextFromFileSystem( > > "c:/axis/repository"); > > ManualServiceStub stub = new ManualServiceStub(cc); > > final ServiceClient serviceClient = stub._getServiceClient(); > > > > serviceClient.engageModule("addressing"); > > > > Options options = serviceClient.getOptions(); > > options.setUseSeparateListener(true); > > > > Register request = new Register(); > > > > ..... > > > > ...... > > } > > } > > > > Dirk van Gameren > > ----------------------------------------------------------------------- > > Developer Consumer Finance > > ( Phone number: +31 (0)40 233 9586 > Ê Fax number: +31 (0)40 233 8655 > * E-mail: [EMAIL PROTECTED] > > ----------------------------------------------------------------------- > > > > ================================================ > The information transmitted via this e-mail is intended only for the person > or entity to which it is addressed and may contain confidential and/or > privileged material. Any review, retransmission, dissemination or other use > of, or taking of any action in reliance upon this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ================================================ The information transmitted via this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
