RE: How to know how the data is passing between client and server.

2008-04-10 Thread Raghu Upadhyayula
You can use tcpmon to see the SOAP requests  responses.

You can download tcpmon from https://tcpmon.dev.java.net/

Thanks
Raghu

-Original Message-
From: Tikayatray, Lokajit [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 10, 2008 3:10 PM
To: axis-user@ws.apache.org
Subject: How to know how the data is passing between client and server.


Hi all,
I am a newbie to this web service. I have a doubt regarding the way the
data is being passed between client and the server.
My doubt is, how can I find out how my data from client is getting
passed to my server i.e. whether the data is getting serialized or it is
passing as binary data.

Thanks and Regards
Lokajit Tikayatray

-
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: How to know how the data is passing between client and server.

2008-04-10 Thread Tikayatray, Lokajit

Thanks Raghu for ur response.
I use tcpmon and can see the request and response xml. But from that can
we tell for sure that the data in request object is passing in a
serialized format and not in a binary format. My request object looks as
below:



POST /livecluster/services/SimpleJavaAdder HTTP/1.1
Content-Type: text/xml; charset=UTF-8
SOAPAction: 
User-Agent: Axis2
Authorization: Basic dGVzdDp0ZXN0
Host: abc-def.nk.sb.com:1234
Transfer-Encoding: chunked

2f0
?xml version='1.0' encoding='UTF-8'?
   soapenv:Envelope
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
  soapenv:Body
 ns4:addArray xmlns:ns4=http://grid.gwm.citi.com;
ns4:inputSetArray
   ns4:calcNameA/ns4:calcName
   ns4:intVar11220/ns4:intVar1
   ns4:intVar21420/ns4:intVar2
/ns4:inputSetArray
ns4:inputSetArray
   ns4:calcNameB/ns4:calcName
   ns4:intVar12021/ns4:intVar1
   ns4:intVar24021/ns4:intVar2
/ns4:inputSetArray
ns4:inputSetArray
   ns4:calcNameC/ns4:calcName
   ns4:intVar12022/ns4:intVar1
   ns4:intVar24022/ns4:intVar2
/ns4:inputSetArray
ns4:inputSetArray
   ns4:calcNameD/ns4:calcName
   ns4:intVar12023/ns4:intVar1
   ns4:intVar24023/ns4:intVar2
/ns4:inputSetArray
 /ns4:addArray
  /soapenv:Body
   /soapenv:Envelope0

-

Thanks and Regards
Lokajit Tikayatray
-Original Message-
From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 10, 2008 6:18 PM
To: axis-user@ws.apache.org
Subject: RE: How to know how the data is passing between client and
server.

You can use tcpmon to see the SOAP requests  responses.

You can download tcpmon from https://tcpmon.dev.java.net/

Thanks
Raghu

-Original Message-
From: Tikayatray, Lokajit [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 10, 2008 3:10 PM
To: axis-user@ws.apache.org
Subject: How to know how the data is passing between client and server.


Hi all,
I am a newbie to this web service. I have a doubt regarding the way the
data is being passed between client and the server.
My doubt is, how can I find out how my data from client is getting
passed to my server i.e. whether the data is getting serialized or it is
passing as binary data.

Thanks and Regards
Lokajit Tikayatray

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


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