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 杨健 <he...@gmail.com> on 2007/08/29 05:41:19 UTC

mail transport address format problem

Hi guys,
    I use mail as the transport in Axis2, and set the listener and sender
followed by the example in Axis2 1.2 config file, but it doesn't work. I
convinced that in config file "mailto" is used, but
    in the toturial "mail:axis2@localhost/axis2/services/Foo" is used. I try
both "mail" and "mailto" as
    the protocol name, it seems that "mailto" is the correct one. But when I
sent to the EPR
"mailto:th@192.168.0.18/axis2/services/FileOperation<th@192.168.0.18/axis2/services/FileOperation>",
it throws a expception which is "Invalid address".
    What is the correct address format for mail transport? Thanks.