Michele Mazzucco wrote:
> Hi all,
> 
> is it possible to specify the port where the callback object has to wait?

Try changing port parameter in your client side axis2.xml. If you use
default axis2.xml (you do not create your own config context during
invocation), create one using your own including an axis2.xml which has
the port change mentioned above and try.


<transportReceiver name="http"

class="org.apache.axis2.transport.http.SimpleHTTPServer">
        <parameter name="port" locked="false">6060</parameter>


-- Chinthaka

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to