Re: urgent help on interop with SOAP over TCP on .Net

2007-08-21 Thread keith chapman
AFAIK Axis2 does not support DIME.

Thanks,
Keith.

On 8/21/07, Chen, John (N-Avatar Inc.) <[EMAIL PROTECTED]> wrote:
>
> I know .NET is using WSE with DIME, do you know if Axis2 support DIME?
>
> Thanks
>
> John
>
> -Original Message-
> From: Deepal jayasinghe [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 21, 2007 1:28 AM
> To: axis-user@ws.apache.org
> Subject: Re: urgent help on interop with SOAP over TCP on .Net
>
> Hi Chen, ,
> I think you are talking about Axis2 TCP support ?
>
> First you can download Axis2 1.3 release from [1] , then you can use
> Axis2's TCP transport support for invoking the service using TCP
> transport.
> To use TCP in the client side you have to set the correct EPR like :
> tcp://127.0.0.1:8080/ , then Axis2 will send the request using TCP
> transport.
>
>
> [1] : http://ws.apache.org/axis2/download/1_3/download.cgi
>
> Thanks
> Deepal
> >
> > I have a .Net program sending SOAP message over TCP and I am trying to
> > find something that running on a Java platform can receive it. I heard
> > about Axis's RC2 before, but I am not able to find it anymore. Can
> > anybody tell me about it or point me to the right product ?
> >
> > Thanks
> >
> > John
> >
>
>
>
> -
> 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]
>
>


-- 
Keith Chapman
WSO2 Inc.
Oxygen for Web Services Developers.
http://wso2.org/


RE: urgent help on interop with SOAP over TCP on .Net

2007-08-21 Thread Chen, John (N-Avatar Inc.)
Does anybody know how I can download addressing.jar for Axis1.2 or
later?

Thanks

John

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



RE: urgent help on interop with SOAP over TCP on .Net

2007-08-21 Thread Chen, John (N-Avatar Inc.)
I know .NET is using WSE with DIME, do you know if Axis2 support DIME?

Thanks

John

-Original Message-
From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 21, 2007 1:28 AM
To: axis-user@ws.apache.org
Subject: Re: urgent help on interop with SOAP over TCP on .Net

Hi Chen, ,
I think you are talking about Axis2 TCP support ?

First you can download Axis2 1.3 release from [1] , then you can use
Axis2's TCP transport support for invoking the service using TCP
transport.
To use TCP in the client side you have to set the correct EPR like :
tcp://127.0.0.1:8080/ , then Axis2 will send the request using TCP
transport.


[1] : http://ws.apache.org/axis2/download/1_3/download.cgi

Thanks
Deepal
>
> I have a .Net program sending SOAP message over TCP and I am trying to
> find something that running on a Java platform can receive it. I heard
> about Axis's RC2 before, but I am not able to find it anymore. Can
> anybody tell me about it or point me to the right product ?
>
> Thanks
>
> John
>



-
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]



Re: urgent help on interop with SOAP over TCP on .Net

2007-08-20 Thread Deepal jayasinghe
Hi Chen, ,
I think you are talking about Axis2 TCP support ?

First you can download Axis2 1.3 release from [1] , then you can use
Axis2's TCP transport support for invoking the service using TCP transport.
To use TCP in the client side you have to set the correct EPR like :
tcp://127.0.0.1:8080/ , then Axis2 will send the request using TCP
transport.


[1] : http://ws.apache.org/axis2/download/1_3/download.cgi

Thanks
Deepal
>
> I have a .Net program sending SOAP message over TCP and I am trying to
> find something that running on a Java platform can receive it. I heard
> about Axis’s RC2 before, but I am not able to find it anymore. Can
> anybody tell me about it or point me to the right product ?
>
> Thanks
>
> John
>



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



RE: urgent help on interop with SOAP over TCP on .Net

2007-08-20 Thread Chen, John (N-Avatar Inc.)
I need to know how to get the message sent from .NET through SOAP over
TCP. I have not much idea about it. I have been using Axis for Web
services, which is basically SOAP over HTTP 

Any help will be appreciated.

Thanks

John 

-Original Message-
From: Pushkar Bodas [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 20, 2007 1:42 PM
To: axis-user@ws.apache.org
Subject: Re: urgent help on interop with SOAP over TCP on .Net


Hi,

Do you want to monitor the SOAP messages?if so, try and use TCPmon
[http://ws.apache.org/commons/tcpmon/].if I got you wrong, please
specify what you want to do by receiving it.

Thanks and regards,
Pushkar


Chen, John (N-Avatar Inc.) wrote:
> 
> I have a .Net program sending SOAP message over TCP and I am trying to
> find something that running on a Java platform can receive it. I heard
> about Axis's RC2 before, but I am not able to find it anymore. Can
> anybody tell me about it or point me to the right product ?
> 
>  
> 
> Thanks
> 
>  
> 
> John
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/urgent-help-on-interop-with-SOAP-over-TCP-on-.Net-
tf4299957.html#a12240551
Sent from the Axis - User mailing list archive at Nabble.com.


-
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]



Re: urgent help on interop with SOAP over TCP on .Net

2007-08-20 Thread Pushkar Bodas

Hi,

Do you want to monitor the SOAP messages?if so, try and use TCPmon
[http://ws.apache.org/commons/tcpmon/].if I got you wrong, please
specify what you want to do by receiving it.

Thanks and regards,
Pushkar


Chen, John (N-Avatar Inc.) wrote:
> 
> I have a .Net program sending SOAP message over TCP and I am trying to
> find something that running on a Java platform can receive it. I heard
> about Axis's RC2 before, but I am not able to find it anymore. Can
> anybody tell me about it or point me to the right product ?
> 
>  
> 
> Thanks
> 
>  
> 
> John
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/urgent-help-on-interop-with-SOAP-over-TCP-on-.Net-tf4299957.html#a12240551
Sent from the Axis - User mailing list archive at Nabble.com.


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