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.

Reply via email to