You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Immanuel Panis (JIRA)" <ji...@apache.org> on 2007/03/24 22:05:32 UTC

[jira] Commented: (AXIS2-2381) The HTTP request and response contain leading and traling numbers.

    [ https://issues.apache.org/jira/browse/AXIS2-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483882 ] 

Immanuel Panis commented on AXIS2-2381:
---------------------------------------


The following is the Http request and response from TCPMON. 

User-Agent: Axis2
Host: 127.0.0.1:8080
Transfer-Encoding: chunked
Content-Type: text/xml; charset=UTF-8

224
<?xml version='1.0' encoding='UTF-8'?>
	<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
		<soapenv:Header />
		<soapenv:Body>
			<ns2:loginRequestType
xmlns:ns2="http://com/serena/axis2/zmf/service/xsd">
				<ns2:host>d001</ns2:host>
				<ns2:portid>6611</ns2:portid>
				<ns2:user>wser00</ns2:user>
				<ns2:password>xxxxxx</ns2:password>
				<ns2:newpassword
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true" />
				<ns2:subsytemid>I</ns2:subsytemid>
				<ns2:version>5.6.1</ns2:version>
			</ns2:loginRequestType>
		</soapenv:Body>
	</soapenv:Envelope>
0

==== Response ====
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Sat, 24 Mar 2007 17:06:50 GMT

2cc
<?xml version='1.0' encoding='UTF-8'?>
	<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
		<soapenv:Header />
		<soapenv:Body>
			<ns2:loginResponseType
xmlns:ns2="http://com/serena/axis2/zmf/service/xsd">
	
<ns2:securityToken>JSESSIONID=55777EAB1E16A06A668479ABA6B97FBC</ns2:secu
rityToken>
				<ns2:status>
					<ns1:statusMessage
xmlns:ns1="http://com/serena/zmf/cmntypes/xsd">SER8109I Logon accepted
for user WSER00; Local CCSID=00939</ns1:statusMessage>
					<ns2:statusReturnCode
xmlns:ns2="http://com/serena/zmf/cmntypes/xsd">0</ns2:statusReturnCode>
					<ns3:statusReasonCode
xmlns:ns3="http://com/serena/zmf/cmntypes/xsd">0</ns3:statusReasonCode>
		   		</ns2:status>
	   		</ns2:loginResponseType>
	   	</soapenv:Body>
   	</soapenv:Envelope>
0


============== 



> The HTTP request and response contain leading and traling numbers. 
> -------------------------------------------------------------------
>
>                 Key: AXIS2-2381
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2381
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Immanuel Panis
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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