You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Iyer, Balaji " <ba...@citi.com> on 2007/06/22 11:09:52 UTC

Transport out is not set

Has anyone in the dlist encountered an error as  "Transport out is not
set". I am trying the nightly build of Axis2



rgds....

Balaji

>_______________________________________________________________________
________________________________________________________
Applications Framework & Infrastructure | International Technology
Organization(ITO) | Tel : +65 63283504 |  email:
balaji.iyer@citigroup.com 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Transport out is not set

Posted by Michele Mazzucco <Mi...@ncl.ac.uk>.
Balaji,

try to check against the old posts [1]. This issue has been discusses
several time.

Michele

[1] http://www.nabble.com/Axis---User-f232.html

On Fri, 2007-06-22 at 17:09 +0800, Iyer, Balaji wrote:
> Has anyone in the dlist encountered an error as  "Transport out is not
> set". I am trying the nightly build of Axis2
> 
> 
> 
> rgds....
> 
> Balaji
> 
> >_______________________________________________________________________
> ________________________________________________________
> Applications Framework & Infrastructure | International Technology
> Organization(ITO) | Tel : +65 63283504 |  email:
> balaji.iyer@citigroup.com 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Transport out is not set

Posted by Dimuthu <mu...@apache.org>.
Hi Balaji,

Try setting the end point address in Options. Then set the options into
ServiceClient object as follows.

Options options = new Options();
options.setTo(new EndpointReference("epr of service"));
client.setOptions(options);

Cheers,
Dimuthu

On Fri, 2007-06-22 at 17:09 +0800, Iyer, Balaji wrote:
> Has anyone in the dlist encountered an error as  "Transport out is not
> set". I am trying the nightly build of Axis2
> 
> 
> 
> rgds....
> 
> Balaji
> 
> >_______________________________________________________________________
> ________________________________________________________
> Applications Framework & Infrastructure | International Technology
> Organization(ITO) | Tel : +65 63283504 |  email:
> balaji.iyer@citigroup.com 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org