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 "White, Tim" <Ti...@qwest.com> on 2005/12/01 01:32:17 UTC

RE: Strange Delay In Axis Call

A little more information:

 I switched to using Xerces in order to see if that was the issue.

 I'm still having the problem, but the trace is interesting:

2005-11-30 17:25:27,844 DEBUG:Exit:
DeserializationContext::endPrefixMapping()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endPrefixMapping 

2005-11-30 17:25:37,867 DEBUG:Enter:
DeserializationContext::endDocument()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endDocument  

It seems as though there is a 10-second delay between endPrefixMapping()
and endDocument().

Hopefully this rings a bell with someone. ;)

Thanks!

Tim

-----Original Message-----
From: White, Tim [mailto:Tim.White@qwest.com] 
Sent: Wednesday, November 30, 2005 3:56 PM
To: axis-user@ws.apache.org
Subject: Strange Delay In Axis Call

Hello -

 I am trying to implement access to access our 3rd Party Application's
web services.

 The call runs sucessfully, but is *extremely* slow.  Slow as in 20-30
seconds to retrieve <1k of information.

 I can run the service via my browser and it runs sub-second, but if I
access it via Axis, it is slow.

 I turned on tracing, and I noticed this large delay:

2005-11-30 15:47:55,879 DEBUG:Pushing handler
org.apache.axis.message.EnvelopeHandler@1950198
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 

2005-11-30 15:48:10,750 DEBUG:Enter:
DeserializationContext::startPrefixMapping(SOAP-ENV,
http://schemas.xmlsoap.org/soap/envelope/)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 

 I'm obviously not an expert on the internals of Axis.  Any ideas as to
why there is such a large (15 second) delay between those two
internal-to-Axis calls?

I've included the entire trace log below.

Thanks!

Tim White

---

2005-11-30 15:47:50,802
DEBUG:getBundle(org.apache.axis,org.apache.axis.i18n,resource,null,...)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:getBundle 
2005-11-30 15:47:51,002 DEBUG:loadBundle: Ignoring
MissingResourceException: Can't find bundle for base name
org.apache.axis.resource, locale en_US
CLASS:org.apache.axis.i18n.ProjectResourceBundle$Context
METHOD:loadBundle 
2005-11-30 15:47:51,012 DEBUG:Created org.apache.axis.i18n.resource,
linked to parent null  CLASS:org.apache.axis.i18n.ProjectResourceBundle
METHOD:getBundle 
2005-11-30 15:47:51,022
DEBUG:getBundle(org.apache.axis,org.apache.axis.utils,resource,null,...)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:getBundle 
2005-11-30 15:47:51,312 DEBUG:loadBundle: Ignoring
MissingResourceException: Can't find bundle for base name
org.apache.axis.utils.resource, locale en_US
CLASS:org.apache.axis.i18n.ProjectResourceBundle$Context
METHOD:loadBundle 
2005-11-30 15:47:51,322 DEBUG:loadBundle: Ignoring
MissingResourceException: Can't find bundle for base name
org.apache.axis.resource, locale en_US
CLASS:org.apache.axis.i18n.ProjectResourceBundle$Context
METHOD:loadBundle 
2005-11-30 15:47:51,332 DEBUG:Root package not found, cross link to
org.apache.axis.i18n.resource
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:getBundle 
2005-11-30 15:47:51,332 DEBUG:Root package not found, cross link to
org.apache.axis.i18n.resource
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:getBundle 
2005-11-30 15:47:51,342
DEBUG:org.apache.axis.i18n.resource::handleGetObject(engineFactory)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:51,352 DEBUG:Got EngineFactory:
org.apache.axis.configuration.EngineConfigurationFactoryDefault
CLASS:org.apache.axis.configuration.EngineConfigurationFactoryFinder$1
METHOD:run 
2005-11-30 15:47:51,402 DEBUG:Enter: AxisEngine::init
CLASS:org.apache.axis.AxisEngine  METHOD:init 
2005-11-30 15:47:51,933
DEBUG:org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:51,933 DEBUG:Attachment support is enabled?  true
CLASS:org.apache.axis.utils.JavaUtils  METHOD:isAttachmentSupported 
2005-11-30 15:47:52,093 DEBUG:Enter/Exit:
JAFDataHandlerDeserializerFactory(class java.lang.String,
{http://xml.apache.org/xml-soap}PlainText)
CLASS:org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
METHOD:<init> 
2005-11-30 15:47:52,103
DEBUG:org.apache.axis.i18n.resource::handleGetObject(oddDigits00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:52,103
DEBUG:org.apache.axis.i18n.resource::handleGetObject(badChars01)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:52,564 DEBUG:Enter/Exit:
JAFDataHandlerDeserializerFactory(class java.awt.Image,
{http://xml.apache.org/xml-soap}Image)
CLASS:org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
METHOD:<init> 
2005-11-30 15:47:52,584 DEBUG:Enter/Exit:
JAFDataHandlerDeserializerFactory(class
javax.mail.internet.MimeMultipart,
{http://xml.apache.org/xml-soap}Multipart)
CLASS:org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
METHOD:<init> 
2005-11-30 15:47:52,584 DEBUG:Enter/Exit:
JAFDataHandlerDeserializerFactory(interface javax.xml.transform.Source,
{http://xml.apache.org/xml-soap}Source)
CLASS:org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
METHOD:<init> 
2005-11-30 15:47:52,624 DEBUG:Enter/Exit:
JAFDataHandlerDeserializerFactory(class
org.apache.axis.attachments.OctetStream,
{http://xml.apache.org/xml-soap}octet-stream)
CLASS:org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
METHOD:<init> 
2005-11-30 15:47:52,634 DEBUG:Enter/Exit:
JAFDataHandlerDeserializerFactory()
CLASS:org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
METHOD:<init> 
2005-11-30 15:47:52,855 DEBUG:Exit: AxisEngine::init
CLASS:org.apache.axis.AxisEngine  METHOD:init 
2005-11-30 15:47:52,925 DEBUG:@1d225a7 added parameter >name:
{http://www.stellent.com/Login/}userName
typeEntry:  null
mode:       IN
position:   0
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:   class java.lang.String
inHeader:   false
outHeader:  false
@1a62c31<total parameters:1
CLASS:org.apache.axis.description.OperationDesc  METHOD:addParameter 
2005-11-30 15:47:52,925 DEBUG:@1d225a7 added parameter >name:
{http://www.stellent.com/Login/}getUserInfo
typeEntry:  null
mode:       IN
position:   1
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}int
javaType:   class java.lang.Integer
inHeader:   false
outHeader:  false
@9f5011<total parameters:2
CLASS:org.apache.axis.description.OperationDesc  METHOD:addParameter 
2005-11-30 15:47:52,925 DEBUG:@1d225a7 added parameter >name:
{http://www.stellent.com/Login/}authenticateUser
typeEntry:  null
mode:       IN
position:   2
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}int
javaType:   class java.lang.Integer
inHeader:   false
outHeader:  false
@141b571<total parameters:3
CLASS:org.apache.axis.description.OperationDesc  METHOD:addParameter 
2005-11-30 15:47:52,925 DEBUG:@1d225a7 added parameter >name:
{http://www.stellent.com/Login/}userPassword
typeEntry:  null
mode:       IN
position:   3
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:   class java.lang.String
inHeader:   false
outHeader:  false
@ef137d<total parameters:4
CLASS:org.apache.axis.description.OperationDesc  METHOD:addParameter 
2005-11-30 15:47:52,945 DEBUG:@1d225a7 added parameter >name:
{http://www.stellent.com/Login/}extraProps
typeEntry:  null
mode:       IN
position:   4
isReturn:   false
typeQName:  {http://www.stellent.com/Login/}IdcPropertyList
javaType:   class com.qwest.pcm.wsdl.Login.IdcPropertyList
inHeader:   false
outHeader:  false
@e32802<total parameters:5
CLASS:org.apache.axis.description.OperationDesc  METHOD:addParameter 
2005-11-30 15:47:52,945
DEBUG:@1d225a7setReturnType({http://www.stellent.com/Login/}CheckUserCre
dentialsResult)  CLASS:org.apache.axis.description.OperationDesc
METHOD:setReturnType 
2005-11-30 15:47:53,015 DEBUG:About To Call Debug
CLASS:com.qwest.pcm.wsdl.Login.LoginTestCase
METHOD:test1LoginSoapCheckUserCredentials 
2005-11-30 15:47:53,025 DEBUG:Entered checkUserCredentials
CLASS:com.qwest.pcm.wsdl.Login.LoginSoapStub
METHOD:checkUserCredentials 
2005-11-30 15:47:53,175
DEBUG:org.apache.axis.i18n.resource::handleGetObject(transport00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:53,175 DEBUG:Transport is
org.apache.axis.transport.http.HTTPTransport@9945ce
CLASS:org.apache.axis.client.Call  METHOD:setTransport 
2005-11-30 15:47:53,285 DEBUG:checkUserCredentials Call Created
CLASS:com.qwest.pcm.wsdl.Login.LoginSoapStub
METHOD:checkUserCredentials 
2005-11-30 15:47:53,295 DEBUG:About To Invoke
CLASS:com.qwest.pcm.wsdl.Login.LoginSoapStub
METHOD:checkUserCredentials 
2005-11-30 15:47:53,295 DEBUG:Enter: Call::invoke(ns, meth, args)
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:47:53,345 DEBUG:operation=name:
CheckUserCredentials
returnQName: {http://www.stellent.com/Login/}CheckUserCredentialsResult
returnType:  {http://www.stellent.com/Login/}CheckUserCredentialsResult
returnClass: class com.qwest.pcm.wsdl.Login.CheckUserCredentialsResult
elementQName:null
soapAction:  null
style:       wrapped
use:         literal
numInParams: 5
method:null
 ParameterDesc[0]:
  name:       {http://www.stellent.com/Login/}userName
  typeEntry:  null
  mode:       IN
  position:   0
  isReturn:   false
  typeQName:  {http://www.w3.org/2001/XMLSchema}string
  javaType:   class java.lang.String
  inHeader:   false
  outHeader:  false

 ParameterDesc[1]:
  name:       {http://www.stellent.com/Login/}getUserInfo
  typeEntry:  null
  mode:       IN
  position:   1
  isReturn:   false
  typeQName:  {http://www.w3.org/2001/XMLSchema}int
  javaType:   class java.lang.Integer
  inHeader:   false
  outHeader:  false

 ParameterDesc[2]:
  name:       {http://www.stellent.com/Login/}authenticateUser
  typeEntry:  null
  mode:       IN
  position:   2
  isReturn:   false
  typeQName:  {http://www.w3.org/2001/XMLSchema}int
  javaType:   class java.lang.Integer
  inHeader:   false
  outHeader:  false

 ParameterDesc[3]:
  name:       {http://www.stellent.com/Login/}userPassword
  typeEntry:  null
  mode:       IN
  position:   3
  isReturn:   false
  typeQName:  {http://www.w3.org/2001/XMLSchema}string
  javaType:   class java.lang.String
  inHeader:   false
  outHeader:  false

 ParameterDesc[4]:
  name:       {http://www.stellent.com/Login/}extraProps
  typeEntry:  null
  mode:       IN
  position:   4
  isReturn:   false
  typeQName:  {http://www.stellent.com/Login/}IdcPropertyList
  javaType:   class com.qwest.pcm.wsdl.Login.IdcPropertyList
  inHeader:   false
  outHeader:  false

  CLASS:org.apache.axis.client.Call  METHOD:getParamList 
2005-11-30 15:47:53,385 DEBUG:operation.getNumParams()=5
CLASS:org.apache.axis.client.Call  METHOD:getParamList 
2005-11-30 15:47:53,395 DEBUG:getParamList number of params: 5
CLASS:org.apache.axis.client.Call  METHOD:getParamList 
2005-11-30 15:47:53,455 DEBUG:Enter: Call::invoke(RPCElement)
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:47:53,586
DEBUG:org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:53,586 DEBUG:Attachment support is enabled?  true
CLASS:org.apache.axis.Message  METHOD:isAttachmentSupportEnabled 
2005-11-30 15:47:54,257 DEBUG:Enter: SOAPPart ctor(FORM_SOAPENVELOPE)
CLASS:org.apache.axis.SOAPPart  METHOD:<init> 
2005-11-30 15:47:54,267
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,267 DEBUG:Setting current message form to:
FORM_SOAPENVELOPE (currentMessage is now
org.apache.axis.message.SOAPEnvelope)  CLASS:org.apache.axis.SOAPPart
METHOD:setCurrentForm 
2005-11-30 15:47:54,267 DEBUG:Exit: SOAPPart ctor()
CLASS:org.apache.axis.SOAPPart  METHOD:<init> 
2005-11-30 15:47:54,267
DEBUG:org.apache.axis.i18n.resource::handleGetObject(addBody00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,267 DEBUG:Adding body element to message...
CLASS:org.apache.axis.message.SOAPBody  METHOD:addBodyElement 
2005-11-30 15:47:54,277 DEBUG:Enter: Call::invoke()
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:47:54,277 DEBUG:MessageContext:
setTargetService(LoginSoap)  CLASS:org.apache.axis.MessageContext
METHOD:setTargetService 
2005-11-30 15:47:54,277
DEBUG:org.apache.axis.i18n.resource::handleGetObject(noService10)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,307 DEBUG:Exception:
CLASS:org.apache.axis.ConfigurationException  METHOD:logException 
org.apache.axis.ConfigurationException: No service named LoginSoap is
available
org.apache.axis.ConfigurationException: No service named LoginSoap is
available
	at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:
233)
	at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
	at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
	at org.apache.axis.client.Call.invoke(Call.java:2690)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at
com.qwest.pcm.wsdl.Login.LoginSoapStub.checkUserCredentials(LoginSoapStu
b.java:394)
	at
com.qwest.pcm.wsdl.Login.LoginTestCase.test1LoginSoapCheckUserCredential
s(LoginTestCase.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
stRunner.java:478)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
ner.java:344)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
nner.java:196)

	at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:
233)
	at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
	at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
	at org.apache.axis.client.Call.invoke(Call.java:2690)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at
com.qwest.pcm.wsdl.Login.LoginSoapStub.checkUserCredentials(LoginSoapStu
b.java:394)
	at
com.qwest.pcm.wsdl.Login.LoginTestCase.test1LoginSoapCheckUserCredential
s(LoginTestCase.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
stRunner.java:478)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
ner.java:344)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
nner.java:196)
2005-11-30 15:47:54,317 DEBUG:MessageContext: setServiceHandler(null)
CLASS:org.apache.axis.MessageContext  METHOD:setService 
2005-11-30 15:47:54,317
DEBUG:org.apache.axis.i18n.resource::handleGetObject(targetService)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,317 DEBUG:Target service:  LoginSoap
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:47:54,327 DEBUG:MessageContext:
setTargetService(http://www.stellent.com/Login/)
CLASS:org.apache.axis.MessageContext  METHOD:setTargetService 
2005-11-30 15:47:54,327
DEBUG:org.apache.axis.i18n.resource::handleGetObject(noService10)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,327 DEBUG:Exception:
CLASS:org.apache.axis.ConfigurationException  METHOD:logException 
org.apache.axis.ConfigurationException: No service named
http://www.stellent.com/Login/ is available
org.apache.axis.ConfigurationException: No service named
http://www.stellent.com/Login/ is available
	at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:
233)
	at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
	at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
	at
org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTT
PTransport.java:89)
	at
org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)
	at org.apache.axis.client.Call.invoke(Call.java:2738)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at
com.qwest.pcm.wsdl.Login.LoginSoapStub.checkUserCredentials(LoginSoapStu
b.java:394)
	at
com.qwest.pcm.wsdl.Login.LoginTestCase.test1LoginSoapCheckUserCredential
s(LoginTestCase.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
stRunner.java:478)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
ner.java:344)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
nner.java:196)

	at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:
233)
	at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
	at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
	at
org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTT
PTransport.java:89)
	at
org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)
	at org.apache.axis.client.Call.invoke(Call.java:2738)
	at org.apache.axis.client.Call.invoke(Call.java:2443)
	at org.apache.axis.client.Call.invoke(Call.java:2366)
	at org.apache.axis.client.Call.invoke(Call.java:1812)
	at
com.qwest.pcm.wsdl.Login.LoginSoapStub.checkUserCredentials(LoginSoapStu
b.java:394)
	at
com.qwest.pcm.wsdl.Login.LoginTestCase.test1LoginSoapCheckUserCredential
s(LoginTestCase.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTe
stRunner.java:478)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRun
ner.java:344)
	at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRu
nner.java:196)
2005-11-30 15:47:54,357 DEBUG:MessageContext: setServiceHandler(null)
CLASS:org.apache.axis.MessageContext  METHOD:setService 
2005-11-30 15:47:54,397 DEBUG:Enter: SOAPPart::getAsSOAPEnvelope()
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:47:54,397
DEBUG:org.apache.axis.i18n.resource::handleGetObject(currForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,407 DEBUG:current form is FORM_SOAPENVELOPE
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:47:54,407
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,417 DEBUG:register 'soapenv' -
'http://schemas.xmlsoap.org/soap/envelope/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,417 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,427 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,427
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,447 DEBUG:register 'soapenv' -
'http://schemas.xmlsoap.org/soap/envelope/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,457
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,457 DEBUG:register 'xsd' -
'http://www.w3.org/2001/XMLSchema'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,457 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,457
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,457 DEBUG:register 'xsi' -
'http://www.w3.org/2001/XMLSchema-instance'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,467 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,467
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,467 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,487
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,487 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,487 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,517
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,517 DEBUG:register '' -
'http://www.stellent.com/Login/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,517 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,517 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,517
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,517 DEBUG:Start element
[http://www.stellent.com/Login/]:CheckUserCredentials
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,557
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,557 DEBUG:Start element
[http://www.stellent.com/Login/]:userName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,567 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,607
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,627 DEBUG:End element userName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,627 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,627
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,637 DEBUG:Start element
[http://www.stellent.com/Login/]:getUserInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,637 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,637
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,637 DEBUG:End element getUserInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,637 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,647
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,647 DEBUG:Start element
[http://www.stellent.com/Login/]:authenticateUser
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,647 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,647
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,657 DEBUG:End element authenticateUser
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,657 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,657
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,667 DEBUG:Start element
[http://www.stellent.com/Login/]:userPassword
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,667 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,677
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,697 DEBUG:End element userPassword
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,707 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,707
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,707 DEBUG:Start element
[http://www.stellent.com/Login/]:extraProps
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:54,707 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,737
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,737 DEBUG:End element extraProps
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,747 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,747
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,747 DEBUG:End element CheckUserCredentials
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,747 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,747
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,747 DEBUG:End element soapenv:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,757 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,757
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,757 DEBUG:End element soapenv:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:54,757
DEBUG:org.apache.axis.i18n.resource::handleGetObject(empty00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,757 DEBUG:NSPop (empty)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:54,757 DEBUG:<?xml version="1.0"
encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><Che
ckUserCredentials
xmlns="http://www.stellent.com/Login/"><userName>tlwhit2</userName><getU
serInfo>1</getUserInfo><authenticateUser>1</authenticateUser><userPasswo
rd>Password</userPassword><extraProps/></CheckUserCredentials></soapenv:
Body></soapenv:Envelope>  CLASS:org.apache.axis.client.Call
METHOD:invoke 
2005-11-30 15:47:54,767 DEBUG:Enter: AxisClient::invoke
CLASS:org.apache.axis.client.AxisClient  METHOD:invoke 
2005-11-30 15:47:54,767 DEBUG:EngineHandler: null
CLASS:org.apache.axis.client.AxisClient  METHOD:invoke 
2005-11-30 15:47:54,787
DEBUG:org.apache.axis.i18n.resource::handleGetObject(axisUserAgent)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,817 DEBUG:Enter: SimpleChain::invoke
CLASS:org.apache.axis.SimpleChain  METHOD:invoke 
2005-11-30 15:47:54,827
DEBUG:org.apache.axis.i18n.resource::handleGetObject(enter00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,897 DEBUG:Enter:  HTTPSender::invoke
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:invoke 
2005-11-30 15:47:54,918 DEBUG:Enter: SOAPPart::saveChanges
CLASS:org.apache.axis.SOAPPart  METHOD:saveChanges 
2005-11-30 15:47:54,928
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,938 DEBUG:register 'soapenv' -
'http://schemas.xmlsoap.org/soap/envelope/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,948 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,948 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:54,948
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,958 DEBUG:register 'soapenv' -
'http://schemas.xmlsoap.org/soap/envelope/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,958
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:54,958 DEBUG:register 'xsd' -
'http://www.w3.org/2001/XMLSchema'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:54,998 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,008
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,008 DEBUG:register 'xsi' -
'http://www.w3.org/2001/XMLSchema-instance'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:55,008 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,008
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,018 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,018
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,018 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,028 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,028
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,028 DEBUG:register '' -
'http://www.stellent.com/Login/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:47:55,038 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,038 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,048
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,048 DEBUG:Start element
[http://www.stellent.com/Login/]:CheckUserCredentials
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,068
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,068 DEBUG:Start element
[http://www.stellent.com/Login/]:userName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,078 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,078
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,078 DEBUG:End element userName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,078 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,088
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,088 DEBUG:Start element
[http://www.stellent.com/Login/]:getUserInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,088 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,088
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,098 DEBUG:End element getUserInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,098 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,098
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,108 DEBUG:Start element
[http://www.stellent.com/Login/]:authenticateUser
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,108 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,108
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,108 DEBUG:End element authenticateUser
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,108 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,118
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,118 DEBUG:Start element
[http://www.stellent.com/Login/]:userPassword
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,118 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,118
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,128 DEBUG:End element userPassword
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,128 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,128
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,138 DEBUG:Start element
[http://www.stellent.com/Login/]:extraProps
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:47:55,138 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:47:55,138
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,138 DEBUG:End element extraProps
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,138 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,148
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,158 DEBUG:End element CheckUserCredentials
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,168 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,168
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,168 DEBUG:End element soapenv:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,168 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,168
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,178 DEBUG:End element soapenv:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:47:55,178
DEBUG:org.apache.axis.i18n.resource::handleGetObject(empty00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,178 DEBUG:NSPop (empty)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:47:55,178
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,188 DEBUG:Setting current message form to:
FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray)
CLASS:org.apache.axis.SOAPPart  METHOD:setCurrentForm 
2005-11-30 15:47:55,188 DEBUG:Exit: SOAPPart::saveChanges():
org.apache.axis.utils.ByteArray@203c31  CLASS:org.apache.axis.SOAPPart
METHOD:saveChanges 
2005-11-30 15:47:55,188 DEBUG:Enter: SOAPPart::saveChanges
CLASS:org.apache.axis.SOAPPart  METHOD:saveChanges 
2005-11-30 15:47:55,188 DEBUG:Enter: SOAPPart::saveChanges
CLASS:org.apache.axis.SOAPPart  METHOD:saveChanges 
2005-11-30 15:47:55,288
DEBUG:org.apache.axis.i18n.resource::handleGetObject(createdHTTP00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,348 DEBUG:Created an insecure HTTP connection
CLASS:org.apache.axis.components.net.DefaultSocketFactory  METHOD:create

2005-11-30 15:47:55,348
DEBUG:org.apache.axis.i18n.resource::handleGetObject(xmlSent00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,348 DEBUG:XML sent:
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:writeToSocket 
2005-11-30 15:47:55,358
DEBUG:---------------------------------------------------
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:writeToSocket 
2005-11-30 15:47:55,358 DEBUG:Enter: SOAPPart::saveChanges
CLASS:org.apache.axis.SOAPPart  METHOD:saveChanges 
2005-11-30 15:47:55,368 DEBUG:POST /ecms/idcplg HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related,
text/*
User-Agent: Axis/1.3
Host: ecomt095.dev.qintra.com:50006
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "http://www.stellent.com/Login/"
Content-Length: 489
Authorization: Basic c3lzYWRtaW46aWRj

<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><Che
ckUserCredentials
xmlns="http://www.stellent.com/Login/"><userName>tlwhit2</userName><getU
serInfo>1</getUserInfo><authenticateUser>1</authenticateUser><userPasswo
rd>Password</userPassword><extraProps/></CheckUserCredentials></soapenv:
Body></soapenv:Envelope>
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:writeToSocket 
2005-11-30 15:47:55,759 DEBUG:HTTP/1.1 200 OK
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,769 DEBUG:Set-Cookie IntradocLoginState=1; path=/;
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,769 DEBUG:Set-Cookie IdcLocale=English-US; path=/;
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,769 DEBUG:Set-Cookie IdcTimeZone=America/Chicago;
path=/;  CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,769 DEBUG:Server Qwest 1.2
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,779 DEBUG:Connection keep-alive
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,779 DEBUG:Date Wed, 30 Nov 2005 22:47:55 GMT
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,779 DEBUG:Content-type text/xml; charset=utf-8
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,789 DEBUG:Content-Length 832
CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readHeadersFromSocket 
2005-11-30 15:47:55,799 DEBUG:Enter: SOAPPart ctor(FORM_INPUTSTREAM)
CLASS:org.apache.axis.SOAPPart  METHOD:<init> 
2005-11-30 15:47:55,799
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,799 DEBUG:Setting current message form to:
FORM_INPUTSTREAM (currentMessage is now
org.apache.axis.transport.http.SocketInputStream)
CLASS:org.apache.axis.SOAPPart  METHOD:setCurrentForm 
2005-11-30 15:47:55,799 DEBUG:Exit: SOAPPart ctor()
CLASS:org.apache.axis.SOAPPart  METHOD:<init> 
2005-11-30 15:47:55,809
DEBUG:org.apache.axis.i18n.resource::handleGetObject(xmlRecd00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,809 DEBUG:
XML received:  CLASS:org.apache.axis.transport.http.HTTPSender
METHOD:readFromSocket 
2005-11-30 15:47:55,809
DEBUG:-----------------------------------------------
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:readFromSocket 
2005-11-30 15:47:55,819 DEBUG:Enter: SOAPPart::getAsSOAPEnvelope()
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:47:55,819
DEBUG:org.apache.axis.i18n.resource::handleGetObject(currForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,829 DEBUG:current form is FORM_INPUTSTREAM
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:47:55,859
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:47:55,879 DEBUG:Pushing handler
org.apache.axis.message.EnvelopeHandler@1950198
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,750 DEBUG:Enter:
DeserializationContext::startPrefixMapping(SOAP-ENV,
http://schemas.xmlsoap.org/soap/envelope/)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 
2005-11-30 15:48:10,750 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,760 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,760 DEBUG:Exit:
DeserializationContext::startPrefixMapping()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 
2005-11-30 15:48:10,760 DEBUG:Enter:
DeserializationContext::startElement(http://schemas.xmlsoap.org/soap/env
elope/, Envelope)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,760
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,770 DEBUG:Pushing handler
org.apache.axis.message.EnvelopeBuilder@1e58cb8
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,770 DEBUG:Pushing element Envelope
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:10,770 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,881 DEBUG:Enter:
DeserializationContext::startElement(http://schemas.xmlsoap.org/soap/env
elope/, Body)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,891
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,891 DEBUG:Pushing handler
org.apache.axis.message.BodyBuilder@3ef810
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,891
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,891 DEBUG:New MessageElement
(org.apache.axis.message.SOAPBody@100363) named {SOAP-ENV}Body
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:10,891 DEBUG:Pushing element Body
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:10,891 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,901 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,901 DEBUG:Enter:
DeserializationContext::startPrefixMapping(idc,
http://www.stellent.com/Login/)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 
2005-11-30 15:48:10,901 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,911 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,911 DEBUG:Exit:
DeserializationContext::startPrefixMapping()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 
2005-11-30 15:48:10,911 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
CheckUserCredentialsResponse)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,911 DEBUG:Enter: BodyBuilder::onStartChild()
CLASS:org.apache.axis.message.BodyBuilder  METHOD:onStartChild 
2005-11-30 15:48:10,911
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,921 DEBUG:New MessageElement
(org.apache.axis.message.RPCElement@14e8cee) named
{idc}CheckUserCredentialsResponse
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:10,921 DEBUG:Exit: BodyBuilder::onStartChild()
CLASS:org.apache.axis.message.BodyBuilder  METHOD:onStartChild 
2005-11-30 15:48:10,921
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,921 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@67064
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,921 DEBUG:Pushing element
CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:10,931 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,931 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
CheckUserCredentialsResult)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,941
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,941 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@97d01f
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,941
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,941 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@e0a386) named
{idc}CheckUserCredentialsResult
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:10,941 DEBUG:Pushing element CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:10,951 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,951 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,951 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
UserAttribInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,961
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,961 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@feb48
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,961
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,961 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@11ff436) named
{idc}UserAttribInfo  CLASS:org.apache.axis.message.MessageElement
METHOD:<init> 
2005-11-30 15:48:10,961 DEBUG:Pushing element UserAttribInfo
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:10,971 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,971 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,971 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
dUserName)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,971
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,971 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@da3a1e
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:10,981
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:10,991 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@11dba45) named {idc}dUserName
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:10,991 DEBUG:Pushing element dUserName
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:10,991 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:10,991 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:10,991 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
dUserName)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,001
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,001 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@da3a1e
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,001 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,001 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:UserAttribInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,011 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,011 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
AttributeInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,011
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,011 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@b03be0
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,011
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,021 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@2af081) named {idc}AttributeInfo
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:11,031 DEBUG:Pushing element AttributeInfo
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,041 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,041 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,041 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
AttributeInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,041
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,041 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@b03be0
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,051 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,051 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:UserAttribInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,061 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,071 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
UserAttribInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,071
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,091 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@feb48
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,091 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,091 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,151 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,161 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
extendedInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,161
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,161 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@113a53d
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,161
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,171 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@c5495e) named {idc}extendedInfo
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:11,171 DEBUG:Pushing element extendedInfo
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,171 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,171 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,181 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
extendedInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,181
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,181 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@113a53d
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,181 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,181 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,191 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,191 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
isAuthenticated)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,191
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,201 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@53fb57
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,201
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,201 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@19a32e0) named
{idc}isAuthenticated  CLASS:org.apache.axis.message.MessageElement
METHOD:<init> 
2005-11-30 15:48:11,201 DEBUG:Pushing element isAuthenticated
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,201 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,201 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,211 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
isAuthenticated)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,211
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,211 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@53fb57
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,211 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,211 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,221 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,231 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
roles)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,231
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,231 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@8238f4
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,231
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,231 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@16925b0) named {idc}roles
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:11,241 DEBUG:Pushing element roles
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,241 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,241 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,241 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
roles)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,251
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,251 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@8238f4
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,251 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,251 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,251 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,261 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
hasSecurityInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,281
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,281 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@1f4cbee
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,301
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,301 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@787d6a) named
{idc}hasSecurityInfo  CLASS:org.apache.axis.message.MessageElement
METHOD:<init> 
2005-11-30 15:48:11,301 DEBUG:Pushing element hasSecurityInfo
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,301 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,301 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,311 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
hasSecurityInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,311
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,311 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@1f4cbee
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,311 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,311 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,321 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,321 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
isPromptLogin)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,321
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,321 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@71dc3d
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,321
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,321 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@1326484) named
{idc}isPromptLogin  CLASS:org.apache.axis.message.MessageElement
METHOD:<init> 
2005-11-30 15:48:11,331 DEBUG:Pushing element isPromptLogin
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,331 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,341 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,341 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
isPromptLogin)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,341
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,411 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@71dc3d
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,411 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,421 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,421 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,421 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
StatusInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,421
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,421 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@16d2633
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,431
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,431 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@e70e30) named {idc}StatusInfo
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:11,431 DEBUG:Pushing element StatusInfo
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,431 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,431 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,441 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
statusCode)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,441
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,441 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@154864a
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,441
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,441 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@3c9217) named {idc}statusCode
CLASS:org.apache.axis.message.MessageElement  METHOD:<init> 
2005-11-30 15:48:11,451 DEBUG:Pushing element statusCode
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,451 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,451 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,451 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
statusCode)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,451
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,461 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@154864a
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,461 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,461 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:StatusInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,461 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,461 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
statusMessage)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,471
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,471 DEBUG:Pushing handler
org.apache.axis.message.SOAPHandler@9b42e6
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:11,471
DEBUG:org.apache.axis.i18n.resource::handleGetObject(newElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,471 DEBUG:New MessageElement
(org.apache.axis.message.MessageElement@14520eb) named
{idc}statusMessage  CLASS:org.apache.axis.message.MessageElement
METHOD:<init> 
2005-11-30 15:48:11,481 DEBUG:Pushing element statusMessage
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushNewElement 
2005-11-30 15:48:11,481 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,481 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:11,481 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
statusMessage)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,492
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,492 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@9b42e6
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,492 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,492 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:StatusInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,492 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,492 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
StatusInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,512
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,522 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@16d2633
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,522 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,522 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,532 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,532 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
CheckUserCredentialsResult)
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,532
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,532 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@97d01f
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,532 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,542 DEBUG:Popped element stack to
org.apache.axis.message.RPCElement:CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,542 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,542 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
CheckUserCredentialsResponse)
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,542
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,542 DEBUG:Popping handler
org.apache.axis.message.SOAPHandler@67064
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,542 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,552 DEBUG:Popped element stack to
org.apache.axis.message.SOAPBody:Body
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,552 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,602 DEBUG:Enter:
DeserializationContext::endPrefixMapping(idc)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endPrefixMapping 
2005-11-30 15:48:11,602 DEBUG:Exit:
DeserializationContext::endPrefixMapping()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endPrefixMapping 
2005-11-30 15:48:11,602 DEBUG:Enter:
DeserializationContext::endElement(http://schemas.xmlsoap.org/soap/envel
ope/, Body)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,602
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,612 DEBUG:Popping handler
org.apache.axis.message.BodyBuilder@3ef810
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,612 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,612 DEBUG:Popped element stack to
org.apache.axis.message.SOAPEnvelope:Envelope
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,612 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,612 DEBUG:Enter:
DeserializationContext::endElement(http://schemas.xmlsoap.org/soap/envel
ope/, Envelope)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:11,622
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,622 DEBUG:Popping handler
org.apache.axis.message.EnvelopeBuilder@1e58cb8
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:11,622
DEBUG:org.apache.axis.i18n.resource::handleGetObject(empty00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,622 DEBUG:NSPop (empty)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,622 DEBUG:Popped element stack to null
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,632 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:11,632 DEBUG:Enter:
DeserializationContext::endPrefixMapping(SOAP-ENV)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endPrefixMapping 
2005-11-30 15:48:11,632 DEBUG:Exit:
DeserializationContext::endPrefixMapping()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endPrefixMapping 
2005-11-30 15:48:11,652 DEBUG:Enter:
DeserializationContext::endDocument()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endDocument 
2005-11-30 15:48:11,662 DEBUG:Exit:
DeserializationContext::endDocument()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endDocument 
2005-11-30 15:48:11,662
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,662 DEBUG:Setting current message form to:
FORM_SOAPENVELOPE (currentMessage is now
org.apache.axis.message.SOAPEnvelope)  CLASS:org.apache.axis.SOAPPart
METHOD:setCurrentForm 
2005-11-30 15:48:11,662 DEBUG:Exit: SOAPPart::getAsSOAPEnvelope
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:11,682
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,682 DEBUG:register 'SOAP-ENV' -
'http://schemas.xmlsoap.org/soap/envelope/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:48:11,682 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,682 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,692
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,692 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,692
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,702 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,702 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,702
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,712 DEBUG:register 'idc' -
'http://www.stellent.com/Login/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:48:11,712 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,712 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,712 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' CheckUserCredentialsResponse]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,712
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,722 DEBUG:Start element
[http://www.stellent.com/Login/]:CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,722 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,722 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,722 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' CheckUserCredentialsResult]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,722
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,732 DEBUG:Start element
[http://www.stellent.com/Login/]:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,732 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,732 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,732 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,762 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' UserAttribInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,772
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,772 DEBUG:Start element
[http://www.stellent.com/Login/]:UserAttribInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,772 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,772 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,782 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,782 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' dUserName]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,782
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,782 DEBUG:Start element
[http://www.stellent.com/Login/]:dUserName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,792 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,792 DEBUG:SAXOutputter.characters ['sysadmin']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,792 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' dUserName]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,792
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,792 DEBUG:End element idc:dUserName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:11,802 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,802 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,802 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,802 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' AttributeInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,802
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,852 DEBUG:Start element
[http://www.stellent.com/Login/]:AttributeInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,852 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,852 DEBUG:SAXOutputter.characters
['role,admin,15,role,sysmanager,15']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,862 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' AttributeInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,862
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,862 DEBUG:End element idc:AttributeInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:11,862 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,862 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,862 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,872 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' UserAttribInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,872
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,882 DEBUG:End element idc:UserAttribInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:11,882 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,882 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,882 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,882 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' extendedInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,882
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,892 DEBUG:Start element
[http://www.stellent.com/Login/]:extendedInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,892 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,892 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' extendedInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,892
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,892 DEBUG:End element idc:extendedInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:11,892 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,902 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,902 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,902 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' isAuthenticated]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,902
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,902 DEBUG:Start element
[http://www.stellent.com/Login/]:isAuthenticated
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,912 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,912 DEBUG:SAXOutputter.characters ['0']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,912 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' isAuthenticated]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,912
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,912 DEBUG:End element idc:isAuthenticated
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:11,912 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,922 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,922 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,922 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' roles]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,922
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,932 DEBUG:Start element
[http://www.stellent.com/Login/]:roles
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,932 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,932 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' roles]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,932
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,932 DEBUG:End element idc:roles
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:11,942 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:11,942 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,942 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,942 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' hasSecurityInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:11,942
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,952 DEBUG:Start element
[http://www.stellent.com/Login/]:hasSecurityInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:11,982 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:11,982 DEBUG:SAXOutputter.characters ['0']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:11,982 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' hasSecurityInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:11,982
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:11,992 DEBUG:End element idc:hasSecurityInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,002 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,002 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,002 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,002 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' isPromptLogin]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:12,002
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,002 DEBUG:Start element
[http://www.stellent.com/Login/]:isPromptLogin
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:12,022 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,022 DEBUG:SAXOutputter.characters ['1']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,022 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' isPromptLogin]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:12,022
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,092 DEBUG:End element idc:isPromptLogin
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,092 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,092 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,102 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,102 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' StatusInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:12,102
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,112 DEBUG:Start element
[http://www.stellent.com/Login/]:StatusInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:12,112 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,122 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,122 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,132 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' statusCode]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:12,132
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,132 DEBUG:Start element
[http://www.stellent.com/Login/]:statusCode
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:12,132 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,142 DEBUG:SAXOutputter.characters ['0']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,142 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' statusCode]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:12,142
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,152 DEBUG:End element idc:statusCode
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,152 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,152 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,152 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,152 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' statusMessage]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:12,162
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,162 DEBUG:Start element
[http://www.stellent.com/Login/]:statusMessage
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:12,162 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,162 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' statusMessage]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:12,172
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,172 DEBUG:End element idc:statusMessage
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,172 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,172 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,172 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,183 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' StatusInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:12,183
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,183 DEBUG:End element idc:StatusInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,183 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,193 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,193 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,203 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' CheckUserCredentialsResult]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:12,213
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,213 DEBUG:End element idc:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,213 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,213 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,223 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:12,223 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' CheckUserCredentialsResponse]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:12,223
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,233 DEBUG:End element
idc:CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,243 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,243
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,243 DEBUG:End element SOAP-ENV:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,243 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,243
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,243 DEBUG:End element SOAP-ENV:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:12,253
DEBUG:org.apache.axis.i18n.resource::handleGetObject(empty00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,253 DEBUG:NSPop (empty)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,253 DEBUG:<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Bod
y><idc:CheckUserCredentialsResponse
xmlns:idc="http://www.stellent.com/Login/">
<idc:CheckUserCredentialsResult>
<idc:UserAttribInfo>
<idc:dUserName>sysadmin</idc:dUserName>
<idc:AttributeInfo>role,admin,15,role,sysmanager,15</idc:AttributeInfo>
</idc:UserAttribInfo>
<idc:extendedInfo/>
<idc:isAuthenticated>0</idc:isAuthenticated>
<idc:roles/>
<idc:hasSecurityInfo>0</idc:hasSecurityInfo>
<idc:isPromptLogin>1</idc:isPromptLogin>
<idc:StatusInfo>
<idc:statusCode>0</idc:statusCode>
<idc:statusMessage/>
</idc:StatusInfo>
</idc:CheckUserCredentialsResult>
</idc:CheckUserCredentialsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:readFromSocket 
2005-11-30 15:48:12,273
DEBUG:org.apache.axis.i18n.resource::handleGetObject(exit00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,273 DEBUG:Exit:  HTTPDispatchHandler::invoke
CLASS:org.apache.axis.transport.http.HTTPSender  METHOD:invoke 
2005-11-30 15:48:12,273 DEBUG:Exit: SimpleChain::invoke
CLASS:org.apache.axis.SimpleChain  METHOD:invoke 
2005-11-30 15:48:12,273
DEBUG:org.apache.axis.i18n.resource::handleGetObject(semanticCheck00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,283 DEBUG:Doing SOAP semantic checks...
CLASS:org.apache.axis.handlers.soap.MustUnderstandChecker  METHOD:invoke

2005-11-30 15:48:12,283 DEBUG:Enter: SOAPPart::getAsSOAPEnvelope()
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:12,283
DEBUG:org.apache.axis.i18n.resource::handleGetObject(currForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,283 DEBUG:current form is FORM_SOAPENVELOPE
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:12,283 DEBUG:Exit: AxisClient::invoke
CLASS:org.apache.axis.client.AxisClient  METHOD:invoke 
2005-11-30 15:48:12,283 DEBUG:Enter: SOAPPart::getAsSOAPEnvelope()
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:12,293
DEBUG:org.apache.axis.i18n.resource::handleGetObject(currForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,293 DEBUG:current form is FORM_SOAPENVELOPE
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:12,293 DEBUG:Exit: Call::invoke()
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:48:12,303 DEBUG:Enter: SOAPPart::getAsSOAPEnvelope()
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:12,303
DEBUG:org.apache.axis.i18n.resource::handleGetObject(currForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,303 DEBUG:current form is FORM_SOAPENVELOPE
CLASS:org.apache.axis.SOAPPart  METHOD:getAsSOAPEnvelope 
2005-11-30 15:48:12,303
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,323 DEBUG:Pushing handler
org.apache.axis.message.EnvelopeHandler@16c79d7
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,323 DEBUG:Enter:
DeserializationContext::startPrefixMapping(idc,
http://www.stellent.com/Login/)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 
2005-11-30 15:48:12,453 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,453 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,453 DEBUG:Exit:
DeserializationContext::startPrefixMapping()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startPrefixMapping 
2005-11-30 15:48:12,453 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
CheckUserCredentialsResponse)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,453
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,463 DEBUG:Pushing handler
org.apache.axis.message.RPCHandler@b33d0a
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,463 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,463 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
CheckUserCredentialsResult)
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,473 DEBUG:Enter: RPCHandler.onStartChild()
CLASS:org.apache.axis.message.RPCHandler  METHOD:onStartChild 
2005-11-30 15:48:12,473
DEBUG:org.apache.axis.i18n.resource::handleGetObject(typeFromAttr00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,483 DEBUG:Type from attributes is:  null
CLASS:org.apache.axis.message.RPCHandler  METHOD:onStartChild 
2005-11-30 15:48:12,493 DEBUG:Exit: RPCHandler.onStartChild()
CLASS:org.apache.axis.message.RPCHandler  METHOD:onStartChild 
2005-11-30 15:48:12,493
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,493 DEBUG:Pushing handler
org.apache.axis.encoding.ser.BeanDeserializer@c837cd
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,493 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,493 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,493 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
UserAttribInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,503
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,513 DEBUG:Pushing handler
org.apache.axis.encoding.ser.BeanDeserializer@1ce784b
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,513 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,513 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,513 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
dUserName)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,523
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,523 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@10bbf9e
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,523 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,533 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,533 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
dUserName)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,533
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,533 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@10bbf9e
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,533
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,533 DEBUG:Set value sysadmin in target
org.apache.axis.encoding.ser.BeanPropertyTarget@513d61
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,543
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,543 DEBUG:Set value sysadmin in target
org.apache.axis.encoding.CallbackTarget@194d372
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,543 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,543 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:UserAttribInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,543 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,543 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
AttributeInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,553
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,553 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@10bbf9e
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,563 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,563 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,563 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
AttributeInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,563
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,573 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@10bbf9e
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,573
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,573 DEBUG:Set value role,admin,15,role,sysmanager,15
in target org.apache.axis.encoding.ser.BeanPropertyTarget@1c5fde0
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,573
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,573 DEBUG:Set value role,admin,15,role,sysmanager,15
in target org.apache.axis.encoding.CallbackTarget@19e8329
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,573 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,583 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:UserAttribInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,583 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,583 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
UserAttribInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,583
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,593 DEBUG:Popping handler
org.apache.axis.encoding.ser.BeanDeserializer@1ce784b
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,593
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,593 DEBUG:Set value
com.qwest.pcm.wsdl.Login.UserAttribInfo@22be46b2 in target
org.apache.axis.encoding.ser.BeanPropertyTarget@1b5340c
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,593
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,603 DEBUG:Set value
com.qwest.pcm.wsdl.Login.UserAttribInfo@22be46b2 in target
org.apache.axis.encoding.CallbackTarget@16c163f
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,603 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,603 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,603 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,603 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
extendedInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,613
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,613 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@12884e0
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,613 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,613 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,613 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
extendedInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,693
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,693 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@12884e0
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,693
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,693 DEBUG:Set value  in target
org.apache.axis.encoding.ser.BeanPropertyTarget@1bcdbf6
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,693
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,703 DEBUG:Set value  in target
org.apache.axis.encoding.CallbackTarget@cf66b
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,703 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,703 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,713 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,713 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
isAuthenticated)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,713
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,713 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@f9c40
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,713 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,723 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,723 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
isAuthenticated)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,723
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,723 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@f9c40
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,723
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,723 DEBUG:Set value 0 in target
org.apache.axis.encoding.ser.BeanPropertyTarget@db4fa2
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,723
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,733 DEBUG:Set value 0 in target
org.apache.axis.encoding.CallbackTarget@491c4c
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,733 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,733 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,733 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,733 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
roles)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,733
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,743 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@12884e0
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,743 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,743 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,743 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
roles)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,743
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,763 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@12884e0
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,823
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,823 DEBUG:Set value  in target
org.apache.axis.encoding.ser.BeanPropertyTarget@16f25a7
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,843
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,843 DEBUG:Set value  in target
org.apache.axis.encoding.CallbackTarget@110c31
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,843 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,843 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,843 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,843 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
hasSecurityInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,853
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,853 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@13785d3
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,853 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,853 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,853 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
hasSecurityInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,863
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,863 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@13785d3
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,863
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,894 DEBUG:Set value 0 in target
org.apache.axis.encoding.ser.BeanPropertyTarget@13f991
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,894
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,894 DEBUG:Set value 0 in target
org.apache.axis.encoding.CallbackTarget@1878144
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,894 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,904 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,904 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,904 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
isPromptLogin)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,904
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,904 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@137d090
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,904 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,904 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,914 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
isPromptLogin)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,914
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,914 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@137d090
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,914
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,914 DEBUG:Set value 1 in target
org.apache.axis.encoding.ser.BeanPropertyTarget@15db314
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,914
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,914 DEBUG:Set value 1 in target
org.apache.axis.encoding.CallbackTarget@97eded
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,924 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,924 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,924 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,924 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
StatusInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,924
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,934 DEBUG:Pushing handler
org.apache.axis.encoding.ser.BeanDeserializer@858bf1
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,934 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,934 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,934 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
statusCode)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,934
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,934 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@1a68ef9
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,934 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,954 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,954 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
statusCode)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,954
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,954 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@1a68ef9
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,954
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,954 DEBUG:Set value 0 in target
org.apache.axis.encoding.ser.BeanPropertyTarget@1f48262
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,954
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,964 DEBUG:Set value 0 in target
org.apache.axis.encoding.CallbackTarget@19bfb30
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,964 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,964 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:StatusInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,964 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,964 DEBUG:Enter:
DeserializationContext::startElement(http://www.stellent.com/Login/,
statusMessage)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,984
DEBUG:org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,984 DEBUG:Pushing handler
org.apache.axis.encoding.ser.SimpleDeserializer@1884174
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:pushElementHandler 
2005-11-30 15:48:12,984 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:12,984 DEBUG:Exit:
DeserializationContext::startElement()
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:startElement 
2005-11-30 15:48:12,984 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
statusMessage)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:12,984
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,984 DEBUG:Popping handler
org.apache.axis.encoding.ser.SimpleDeserializer@1884174
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:12,994
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,994 DEBUG:Set value  in target
org.apache.axis.encoding.ser.BeanPropertyTarget@814013
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,994
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:12,994 DEBUG:Set value  in target
org.apache.axis.encoding.CallbackTarget@195d4fe
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:12,994 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:12,994 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:StatusInfo
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,994 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:12,994 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
StatusInfo)  CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:endElement 
2005-11-30 15:48:13,004
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,004 DEBUG:Popping handler
org.apache.axis.encoding.ser.BeanDeserializer@858bf1
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:13,004
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,004 DEBUG:Set value
com.qwest.pcm.wsdl.Login.StatusInfo@1 in target
org.apache.axis.encoding.ser.BeanPropertyTarget@1d2b01b
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:13,014
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,014 DEBUG:Set value
com.qwest.pcm.wsdl.Login.StatusInfo@1 in target
org.apache.axis.encoding.CallbackTarget@127fa12
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:13,014 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,014 DEBUG:Popped element stack to
org.apache.axis.message.MessageElement:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,014 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,024 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
CheckUserCredentialsResult)
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,024
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,024 DEBUG:Popping handler
org.apache.axis.encoding.ser.BeanDeserializer@c837cd
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:13,084
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,084 DEBUG:Set value
com.qwest.pcm.wsdl.Login.CheckUserCredentialsResult@22be46b5 in target
org.apache.axis.message.RPCParamTarget@de1b8a
CLASS:org.apache.axis.encoding.DeserializerImpl  METHOD:valueComplete 
2005-11-30 15:48:13,084 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,094 DEBUG:Popped element stack to
org.apache.axis.message.RPCElement:CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,094 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,094 DEBUG:Enter:
DeserializationContext::endElement(http://www.stellent.com/Login/,
CheckUserCredentialsResponse)
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,094
DEBUG:org.apache.axis.i18n.resource::handleGetObject(popHandler00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,094 DEBUG:Popping handler
org.apache.axis.message.RPCHandler@b33d0a
CLASS:org.apache.axis.encoding.DeserializationContext
METHOD:popElementHandler 
2005-11-30 15:48:13,094
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setProp00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,094 DEBUG:Setting MessageContext property in
RPCHandler.endElement().  CLASS:org.apache.axis.message.RPCHandler
METHOD:endElement 
2005-11-30 15:48:13,104
DEBUG:org.apache.axis.i18n.resource::handleGetObject(empty00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,104 DEBUG:NSPop (empty)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,104 DEBUG:Popped element stack to
org.apache.axis.message.SOAPBody:Body
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,104 DEBUG:Exit: DeserializationContext::endElement()
CLASS:org.apache.axis.encoding.DeserializationContext  METHOD:endElement

2005-11-30 15:48:13,104 DEBUG:Exit: Call::invoke(RPCElement)
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:48:13,104 DEBUG:Exit: Call::invoke(ns, meth, args)
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:48:13,104 DEBUG:axis.Call.invoke: 19809
{http://www.stellent.com/Login/}CheckUserCredentials
CLASS:org.apache.axis.client.Call  METHOD:invoke 
2005-11-30 15:48:13,114 DEBUG:Invoked
CLASS:com.qwest.pcm.wsdl.Login.LoginSoapStub
METHOD:checkUserCredentials 
2005-11-30 15:48:13,114 DEBUG:Enter: SOAPPart::saveChanges
CLASS:org.apache.axis.SOAPPart  METHOD:saveChanges 
2005-11-30 15:48:13,114
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,114 DEBUG:register 'SOAP-ENV' -
'http://schemas.xmlsoap.org/soap/envelope/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:48:13,114 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,114 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,114
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,124 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,124
DEBUG:org.apache.axis.i18n.resource::handleGetObject(headers00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,124 DEBUG:0 headers
CLASS:org.apache.axis.message.SOAPHeader  METHOD:outputImpl 
2005-11-30 15:48:13,124
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,134 DEBUG:Start element
[http://schemas.xmlsoap.org/soap/envelope/]:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,134 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,134
DEBUG:org.apache.axis.i18n.resource::handleGetObject(register00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,134 DEBUG:register 'idc' -
'http://www.stellent.com/Login/'
CLASS:org.apache.axis.encoding.SerializationContext
METHOD:registerPrefixForURI 
2005-11-30 15:48:13,134 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,144 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,144 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' CheckUserCredentialsResponse]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,154
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,154 DEBUG:Start element
[http://www.stellent.com/Login/]:CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,164 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,164 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,164 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' CheckUserCredentialsResult]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,164
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,164 DEBUG:Start element
[http://www.stellent.com/Login/]:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,164 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,164 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,174 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,174 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' UserAttribInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,174
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,174 DEBUG:Start element
[http://www.stellent.com/Login/]:UserAttribInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,184 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,184 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,184 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,184 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' dUserName]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,194
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,194 DEBUG:Start element
[http://www.stellent.com/Login/]:dUserName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,194 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,194 DEBUG:SAXOutputter.characters ['sysadmin']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,194 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' dUserName]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,194
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,204 DEBUG:End element idc:dUserName
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,204 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,204 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,204 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,204 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' AttributeInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,304
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,324 DEBUG:Start element
[http://www.stellent.com/Login/]:AttributeInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,324 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,324 DEBUG:SAXOutputter.characters
['role,admin,15,role,sysmanager,15']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,324 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' AttributeInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,324
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,334 DEBUG:End element idc:AttributeInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,334 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,334 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,344 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,344 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' UserAttribInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,344
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,354 DEBUG:End element idc:UserAttribInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,354 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,354 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,354 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,364 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' extendedInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,364
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,364 DEBUG:Start element
[http://www.stellent.com/Login/]:extendedInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,364 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,364 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' extendedInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,364
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,374 DEBUG:End element idc:extendedInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,374 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,374 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,374 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,374 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' isAuthenticated]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,374
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,384 DEBUG:Start element
[http://www.stellent.com/Login/]:isAuthenticated
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,384 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,384 DEBUG:SAXOutputter.characters ['0']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,384 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' isAuthenticated]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,384
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,384 DEBUG:End element idc:isAuthenticated
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,384 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,384 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,394 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,394 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' roles]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,394
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,394 DEBUG:Start element
[http://www.stellent.com/Login/]:roles
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,474 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,474 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' roles]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,474
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,474 DEBUG:End element idc:roles
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,474 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,484 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,484 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,484 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' hasSecurityInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,484
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,484 DEBUG:Start element
[http://www.stellent.com/Login/]:hasSecurityInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,484 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,494 DEBUG:SAXOutputter.characters ['0']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,494 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' hasSecurityInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,494
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,494 DEBUG:End element idc:hasSecurityInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,494 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,494 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,504 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,504 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' isPromptLogin]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,504
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,504 DEBUG:Start element
[http://www.stellent.com/Login/]:isPromptLogin
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,504 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,504 DEBUG:SAXOutputter.characters ['1']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,504 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' isPromptLogin]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,514
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,514 DEBUG:End element idc:isPromptLogin
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,514 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,514 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,524 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,524 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' StatusInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,524
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,524 DEBUG:Start element
[http://www.stellent.com/Login/]:StatusInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,524 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,534 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,534 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,534 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' statusCode]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,534
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,544 DEBUG:Start element
[http://www.stellent.com/Login/]:statusCode
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,544 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,544 DEBUG:SAXOutputter.characters ['0']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,544 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' statusCode]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,544
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,554 DEBUG:End element idc:statusCode
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,554 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,554 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,554 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,554 DEBUG:SAXOutputter.startElement
['http://www.stellent.com/Login/' statusMessage]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:startElement 
2005-11-30 15:48:13,554
DEBUG:org.apache.axis.i18n.resource::handleGetObject(startElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,554 DEBUG:Start element
[http://www.stellent.com/Login/]:statusMessage
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:startElement

2005-11-30 15:48:13,565 DEBUG:NSPush (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:push 
2005-11-30 15:48:13,565 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' statusMessage]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,565
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,565 DEBUG:End element idc:statusMessage
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,565 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,575 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,575 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,575 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' StatusInfo]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,575
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,575 DEBUG:End element idc:StatusInfo
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,585 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,585 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,595 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,595 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' CheckUserCredentialsResult]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,595
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,595 DEBUG:End element idc:CheckUserCredentialsResult
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,595 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,595 DEBUG:SAXOutputter.characters ['']
CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,595 DEBUG:SAXOutputter.characters ['
']  CLASS:org.apache.axis.message.SAXOutputter  METHOD:characters 
2005-11-30 15:48:13,605 DEBUG:SAXOutputter.endElement
['http://www.stellent.com/Login/' CheckUserCredentialsResponse]
CLASS:org.apache.axis.message.SAXOutputter  METHOD:endElement 
2005-11-30 15:48:13,625
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,625 DEBUG:End element
idc:CheckUserCredentialsResponse
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,635 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,635
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,635 DEBUG:End element SOAP-ENV:Body
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,635 DEBUG:NSPop (32)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,635
DEBUG:org.apache.axis.i18n.resource::handleGetObject(endElem00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,635 DEBUG:End element SOAP-ENV:Envelope
CLASS:org.apache.axis.encoding.SerializationContext  METHOD:endElement 
2005-11-30 15:48:13,645
DEBUG:org.apache.axis.i18n.resource::handleGetObject(empty00)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,645 DEBUG:NSPop (empty)
CLASS:org.apache.axis.utils.NSStack  METHOD:pop 
2005-11-30 15:48:13,645
DEBUG:org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
CLASS:org.apache.axis.i18n.ProjectResourceBundle  METHOD:handleGetObject

2005-11-30 15:48:13,645 DEBUG:Setting current message form to:
FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray)
CLASS:org.apache.axis.SOAPPart  METHOD:setCurrentForm 
2005-11-30 15:48:13,645 DEBUG:Exit: SOAPPart::saveChanges():
org.apache.axis.utils.ByteArray@17f409c  CLASS:org.apache.axis.SOAPPart
METHOD:saveChanges