Hi Deepal,

the scenario is as followes:
- Two services 'Service A' running on 
http://localhost:8080/axis2/services/ServiceA and ServiceB running on   
  http://localhost:8585/axis2/services/ServiceB. Both services provide a 
'InOnly' operation.
- A Serviceconsumer now sends a message to ServiceA and as a listener for 
Service A's response Service B has to be 
  is used.

The code I wrote for that scenario is a ServiceA wich has a (private) method to 
send a response to ServiceB using an OutOnlyAxisOperation. The thing is, that 
the message receives correctly at ServiceB's provided 'InOnly'-operation but 
the exception with that transport error occours afterwards.

Hope that helps. Let me know if you need more detail (for example some concrete 
parts of code),

Greetings
Ted



----- Ursprüngliche Mail ----
Von: Deepal Jayasinghe <[EMAIL PROTECTED]>
An: axis-user@ws.apache.org
Gesendet: Freitag, den 14. Juli 2006, 11:50:36 Uhr
Betreff: Re: [Axis2] Exception after correct sending message with 
fireAndForget()

Hi ;


[EMAIL PROTECTED] wrote:

>Hi,
>
>senden a message using fireAndForget(), the message was delivered properly but 
>there is allways this exception wich occours:
>
>  
>
I doubt , how can it deliver the message with following exception, btw
can you please help me to regenerate the problem.

>INFO: Axis2 transport error : No Host matches server name 127.0.0.1; nested 
>exception is:
>        org.apache.axis2.AxisFault: Axis2 transport error : No Host matches 
> server name 127.0.0.1; nested exception is:
>        org.apache.axis2.AxisFault: Axis2 transport error : No Host matches 
> server name 127.0.0.1; nested exception is:
>        org.apache.axis2.AxisFault: Axis2 transport error : No Host matches 
> server name 127.0.0.1
>
>
>Is this a normal behavior (cause it is published using a log.info level)?
>
>
>Thanks Ted
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to