You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by John Hawkins <HA...@uk.ibm.com> on 2006/03/20 16:51:17 UTC

AIX 32 bit built

Hi Folks,

Quite a few people have been having trouble with the aix binaries we've 
got on the site at the moment (and we thought  we were doing everyone a 
favour ;-)



Looks like the issue with the aix 32 bit build is this:

The xerces build on the apache website was built using xmlC 5.*. The 
machine that we build the aix release code on uses 6.* and so we compiled 
xerces to use that compiler level also. Therefore, what we are seeing is 
the incompatibility of name mangling (or compiler options) between 
compiler levels. 

Given that I don't know how to get around this issue i.e. tell the xlc at 
6.* level to mangle the same somehow (or use the same options?) We have 
two ways forward either
a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
b) We'll also look into upgrading the version of xerces to be the latest 
and the binaries for this already use xlc 6.*


I'll get back to you on how well the tests go for option b) but you can 
always continue with option a) yourselves :-)

cheers for now,
John.

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Ok,

seems I managed to get the AxisConfig class to parse server.wsdd

The bug seems to be situated in AxisConfig::getAxisConfProperty(): the
result of this method completly changed the value of sConfPath variable in
AxisConfig::readConfFile() at :

if (sConfPath)
        setValue(0,AXCONF_AXISHOME,sConfPath);
// get the value of the path
sConfPath = getAxisConfProperty(AXCONF_AXISHOME);

this variable is normally caught from AXISCPP_DEPLOY environment variable.
For the moment, I commented this portion of code, recompiled with outputs,
and it seems to work ! But this method is also used for other config
properties (like libs paths), and in those cases, it doesn't work : in my
attached log file, each time the getAxisConfProperty() method is called,
there are 2 outputs in startup logs, first one giving the good value, second
one giving an empty (or <null>) value.
Could the trace instructions be responsible for this issue ? There are some
in this method.

Thanks in advance

[04/04/2006 17:52:20:216 DFT] 1 AdminUtils > AdminUtils @203b6388
[04/04/2006 17:52:20:216 DFT] 1 AdminUtils > AdminUtils @203b6388
[04/04/2006 17:52:20:216 DFT] 1 AdminUtils < AdminUtils @203b6388
[04/04/2006 17:52:20:216 DFT] 1 AdminUtils < AdminUtils @203b6388
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaults >
AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaults >
AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl >
AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl >
AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl <
AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl <
AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaults <
AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaults <
AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaults > setListenPort
@2ff21c88,"9091"
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaults > setListenPort
@2ff21c88,"9091"
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
@205e3e08,"9091"
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
@205e3e08,"9091"
[04/04/2006 17:52:20:216 DFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
@205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
@205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults < setListenPort
@2ff21c88
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults < setListenPort
@2ff21c88
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults > setNodeName
@2ff21c88,"ptxskplus03"
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults > setNodeName
@2ff21c88,"ptxskplus03"
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
@205e3e08,"ptxskplus03"
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
@205e3e08,"ptxskplus03"
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
@205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
@205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults < setNodeName
@2ff21c88
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults < setNodeName
@2ff21c88
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults > apply @2ff21c88
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaults > apply @2ff21c88
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl > apply @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl > apply @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisConfig > AxisConfig @205e3fa8
[04/04/2006 17:52:20:217 DFT] 1 AxisConfig > AxisConfig @205e3fa8
[04/04/2006 17:52:20:217 DFT] 1 AxisConfig < AxisConfig @205e3fa8
[04/04/2006 17:52:20:217 DFT] 1 AxisConfig < AxisConfig @205e3fa8
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
@205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
@205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
@205e3e08,@1 <null>
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
@205e3e08,@1 <null>
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl >
getClientWSDDFile @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl >
getClientWSDDFile @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl <
getClientWSDDFile @205e3e08,@1 <null>
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl <
getClientWSDDFile @205e3e08,@1 <null>
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl >
getXMLParserLibrary @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl >
getXMLParserLibrary @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl <
getXMLParserLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl <
getXMLParserLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPTransportLibrary @205e3e08
[04/04/2006 17:52:20:217 DFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPTransportLibrary @205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPTransportLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPTransportLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPChannelLibrary @205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPChannelLibrary @205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPChannelLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPChannelLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPSSLChannelLibrary @205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPSSLChannelLibrary @205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPSSLChannelLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPSSLChannelLibrary @205e3e08,@1 <null>
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
@205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
@205e3e08
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
@205e3e08,@2 "ptxskplus03"
[04/04/2006 17:52:20:218 DFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
@205e3e08,@3 ""
[04/04/2006 17:52:20:218 DFT] 1 AxisConfig > setValue @205e3fa8,0,
[00000008] <....>, ""
[04/04/2006 17:52:20:218 DFT] 1 AxisConfig > setValue @205e3fa8,0,
[00000008] <....>, ""
[04/04/2006 17:52:20:219 DFT] 1 AxisConfig < setValue @205e3fa8
[04/04/2006 17:52:20:219 DFT] 1 AxisConfig < setValue @205e3fa8
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
@205e3e08
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
@205e3e08
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
@205e3e08,@2 "9091"
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
@205e3e08,@3 ""
[04/04/2006 17:52:20:219 DFT] 1 AxisConfig > setValue @205e3fa8,0,
[00000009] <....>, ""
[04/04/2006 17:52:20:219 DFT] 1 AxisConfig > setValue @205e3fa8,0,
[00000009] <....>, ""
[04/04/2006 17:52:20:219 DFT] 1 AxisConfig < setValue @205e3fa8
[04/04/2006 17:52:20:219 DFT] 1 AxisConfig < setValue @205e3fa8
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
@205e3e08
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
@205e3e08
[04/04/2006 17:52:20:219 DFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
@205e3e08,@1 <null>
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
@205e3e08,@1 <null>
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
@205e3e08
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
@205e3e08
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
@205e3e08,@1 <null>
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
@205e3e08,@1 <null>
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl < apply @205e3e08
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaultsImpl < apply @205e3e08
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaults < apply @2ff21c88
[04/04/2006 17:52:20:220 DFT] 1 AxisCPPConfigDefaults < apply @2ff21c88
[04/04/2006 17:52:20:220 DFT] 1 - > initialize_module 1
[04/04/2006 17:52:20:220 DFT] 1 - > initialize_module 1
[04/04/2006 17:52:20:220 DFT] 1 - > start_initializing
[04/04/2006 17:52:20:220 DFT] 1 - > start_initializing
[04/04/2006 17:52:20:220 DFT] 1 - < start_initializing
[04/04/2006 17:52:20:220 DFT] 1 - < start_initializing
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > initialize
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > initialize
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < initialize
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < initialize
[04/04/2006 17:52:20:220 DFT] 1 WSDDKeywords > initialize
[04/04/2006 17:52:20:220 DFT] 1 WSDDKeywords > initialize
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < ToAxisXMLCh 20346030 [20] < >
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < ToAxisXMLCh 2034603c [20] < >
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh "service"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh "service"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < ToAxisXMLCh 2034604c [20] < >
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh
"globalConfiguration"
[04/04/2006 17:52:20:220 DFT] 1 AxisUtils > ToAxisXMLCh
"globalConfiguration"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 20346054 [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 20346068 [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "handler"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "handler"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 20346074 [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "chain"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "chain"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 2034607c [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 20346084 [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "provider"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "provider"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 20346090 [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "className"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "className"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 2034609c [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh 203460a8 [20] < >
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:221 DFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 203460b8 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 203460c8 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 203460d4 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "transport"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "transport"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 203460e4 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "name"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "name"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 203460f0 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "value"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "value"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 203460f8 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "type"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "type"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 20346100 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "scope"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils > ToAxisXMLCh "scope"
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh 20346108 [20] < >
[04/04/2006 17:52:20:222 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "http"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "http"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 20346110 [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 20346118 [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "description"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "description"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 20346120 [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 WSDDKeywords < initialize
[04/04/2006 17:52:20:223 DFT] 1 WSDDKeywords < initialize
[04/04/2006 17:52:20:223 DFT] 1 SoapKeywordMapping > initialize
[04/04/2006 17:52:20:223 DFT] 1 SoapKeywordMapping > initialize
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 2033b710 [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 2033b73c [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 2033b748 [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "Header"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "Header"
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh 2033b754 [20] < >
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:223 DFT] 1 AxisUtils > ToAxisXMLCh "Body"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "Body"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b75c [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b764 [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "actor"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "actor"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b774 [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b77c [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b78c [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b794 [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7a0 [20] < >
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[04/04/2006 17:52:20:224 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7ac [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "detail"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "detail"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7b8 [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7c0 [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "type"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "type"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7cc [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7d4 [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "href"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "href"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7e0 [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "id"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "id"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7e8 [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7ec [20] < >
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "env"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils > ToAxisXMLCh "env"
[04/04/2006 17:52:20:225 DFT] 1 AxisUtils < ToAxisXMLCh 2033b814 [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b748 [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Header"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Header"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b754 [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Body"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Body"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b75c [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b764 [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "actor"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "actor"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b774 [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b77c [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh 2033b78c [20] < >
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Code"
[04/04/2006 17:52:20:226 DFT] 1 AxisUtils > ToAxisXMLCh "Code"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b818 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b820 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "Role"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "Role"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b828 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b830 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7c0 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "type"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "type"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7cc [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7d4 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "href"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "href"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7e0 [20] < >
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "id"
[04/04/2006 17:52:20:227 DFT] 1 AxisUtils > ToAxisXMLCh "id"
[04/04/2006 17:52:20:228 DFT] 1 AxisUtils < ToAxisXMLCh 2033b7e8 [20] < >
[04/04/2006 17:52:20:228 DFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4798,[00000000205E43B800000000] <.... ^C.....>, "SOAP-ENV", "xmlns",
"", "http://schemas.xmlsoap.org/soap/envelope/"
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4798,[00000000205E43B800000000] <.... ^C.....>, "SOAP-ENV", "xmlns",
"", "http://schemas.xmlsoap.org/soap/envelope/"
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4798
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4798
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e48a8,[20346014205E43B800000000] < 4`. ^C.....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e48a8,[20346014205E43B800000000] < 4`. ^C.....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e48a8
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e48a8
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4a28,[00000001205E43B800000000] <.... ^C.....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4a28,[00000001205E43B800000000] <.... ^C.....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4a28
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4a28
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4ba8,[2FF20A70205E43B800000000] </..p ^C.....>, "env", "xmlns", "", "
http://www.w3.org/2003/05/soap-envelope"
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4ba8,[2FF20A70205E43B800000000] </..p ^C.....>, "env", "xmlns", "", "
http://www.w3.org/2003/05/soap-envelope"
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4ba8
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4ba8
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4d28,[00000000205E43B800000000] <.... ^C.....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[04/04/2006 17:52:20:228 DFT] 1 Attribute > Attribute
@205e4d28,[00000000205E43B800000000] <.... ^C.....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[04/04/2006 17:52:20:228 DFT] 1 Attribute < Attribute @205e4d28
[04/04/2006 17:52:20:229 DFT] 1 Attribute < Attribute @205e4d28
[04/04/2006 17:52:20:229 DFT] 1 Attribute > Attribute
@205e4ea8,[00000000205E43B800000000] <.... ^C.....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[04/04/2006 17:52:20:229 DFT] 1 Attribute > Attribute
@205e4ea8,[00000000205E43B800000000] <.... ^C.....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[04/04/2006 17:52:20:229 DFT] 1 Attribute < Attribute @205e4ea8
[04/04/2006 17:52:20:229 DFT] 1 Attribute < Attribute @205e4ea8
[04/04/2006 17:52:20:229 DFT] 1 SoapKeywordMapping < initialize
[04/04/2006 17:52:20:229 DFT] 1 SoapKeywordMapping < initialize
[04/04/2006 17:52:20:229 DFT] 1 TypeMapping > initialize
[04/04/2006 17:52:20:229 DFT] 1 TypeMapping > initialize
[04/04/2006 17:52:20:229 DFT] 1 TypeMapping < initialize
[04/04/2006 17:52:20:229 DFT] 1 TypeMapping < initialize
[04/04/2006 17:52:20:229 DFT] 1 URIMapping > initialize
[04/04/2006 17:52:20:229 DFT] 1 URIMapping > initialize
[04/04/2006 17:52:20:229 DFT] 1 URIMapping < initialize
[04/04/2006 17:52:20:229 DFT] 1 URIMapping < initialize
[04/04/2006 17:52:20:229 DFT] 1 SoapFault > initialize
[04/04/2006 17:52:20:230 DFT] 1 SoapFault > initialize
[04/04/2006 17:52:20:230 DFT] 1 SoapFault < initialize
[04/04/2006 17:52:20:230 DFT] 1 SoapFault < initialize
[04/04/2006 17:52:20:230 DFT] 1 - > ModuleInitialize
[04/04/2006 17:52:20:230 DFT] 1 - > ModuleInitialize
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e60d8
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e60d8
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e60d8
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e60d8
[04/04/2006 17:52:20:230 DFT] 1 HandlerLoader > HandlerLoader
[04/04/2006 17:52:20:230 DFT] 1 HandlerLoader > HandlerLoader
[04/04/2006 17:52:20:230 DFT] 1 HandlerLoader < HandlerLoader
[04/04/2006 17:52:20:230 DFT] 1 HandlerLoader < HandlerLoader
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e6158
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e6158
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e6158
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e6158
[04/04/2006 17:52:20:230 DFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
@205e6158
[04/04/2006 17:52:20:230 DFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
@205e6158
[04/04/2006 17:52:20:230 DFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
@205e6158
[04/04/2006 17:52:20:230 DFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
@205e6158
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e6508
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e6508
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e6508
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e6508
[04/04/2006 17:52:20:230 DFT] 1 RequestScopeHandlerPool >
RequestScopeHandlerPool @205e6508
[04/04/2006 17:52:20:230 DFT] 1 RequestScopeHandlerPool >
RequestScopeHandlerPool @205e6508
[04/04/2006 17:52:20:230 DFT] 1 RequestScopeHandlerPool <
RequestScopeHandlerPool @205e6508
[04/04/2006 17:52:20:230 DFT] 1 RequestScopeHandlerPool <
RequestScopeHandlerPool @205e6508
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e6598
[04/04/2006 17:52:20:230 DFT] 1 SharedObject > SharedObject @205e6598
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e6598
[04/04/2006 17:52:20:230 DFT] 1 SharedObject < SharedObject @205e6598
[04/04/2006 17:52:20:230 DFT] 1 SessionScopeHandlerPool >
SessionScopeHandlerPool @205e6598
[04/04/2006 17:52:20:230 DFT] 1 SessionScopeHandlerPool >
SessionScopeHandlerPool @205e6598
[04/04/2006 17:52:20:230 DFT] 1 SessionScopeHandlerPool <
SessionScopeHandlerPool @205e6598
[04/04/2006 17:52:20:231 DFT] 1 SessionScopeHandlerPool <
SessionScopeHandlerPool @205e6598
[04/04/2006 17:52:20:231 DFT] 1 SharedObject > SharedObject @205e6618
[04/04/2006 17:52:20:231 DFT] 1 SharedObject > SharedObject @205e6618
[04/04/2006 17:52:20:231 DFT] 1 SharedObject < SharedObject @205e6618
[04/04/2006 17:52:20:231 DFT] 1 SharedObject < SharedObject @205e6618
[04/04/2006 17:52:20:231 DFT] 1 DeserializerPool > DeserializerPool
@205e6618
[04/04/2006 17:52:20:231 DFT] 1 DeserializerPool > DeserializerPool
@205e6618
[04/04/2006 17:52:20:231 DFT] 1 DeserializerPool < DeserializerPool
@205e6618
[04/04/2006 17:52:20:231 DFT] 1 DeserializerPool < DeserializerPool
@205e6618
[04/04/2006 17:52:20:231 DFT] 1 SharedObject > SharedObject @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SharedObject > SharedObject @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SharedObject < SharedObject @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SharedObject < SharedObject @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SerializerPool > SerializerPool @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SerializerPool > SerializerPool @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SerializerPool < SerializerPool @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SerializerPool < SerializerPool @205e6698
[04/04/2006 17:52:20:231 DFT] 1 SharedObject > SharedObject @205e6718
[04/04/2006 17:52:20:231 DFT] 1 SharedObject > SharedObject @205e6718
[04/04/2006 17:52:20:231 DFT] 1 SharedObject < SharedObject @205e6718
[04/04/2006 17:52:20:231 DFT] 1 SharedObject < SharedObject @205e6718
[04/04/2006 17:52:20:231 DFT] 1 HandlerPool > HandlerPool @205e6718
[04/04/2006 17:52:20:231 DFT] 1 HandlerPool > HandlerPool @205e6718
[04/04/2006 17:52:20:231 DFT] 1 HandlerPool < HandlerPool @205e6718
[04/04/2006 17:52:20:231 DFT] 1 HandlerPool < HandlerPool @205e6718
[04/04/2006 17:52:20:231 DFT] 1 WSDDDeployment > WSDDDeployment @205e6798
[04/04/2006 17:52:20:231 DFT] 1 WSDDDeployment > WSDDDeployment @205e6798
[04/04/2006 17:52:20:231 DFT] 1 WSDDDeployment < WSDDDeployment @205e6798
[04/04/2006 17:52:20:231 DFT] 1 WSDDDeployment < WSDDDeployment @205e6798
[04/04/2006 17:52:20:231 DFT] 1 AxisConfig > AxisConfig @205e6838,205e3fa8
[205E3FA800000000000000000000000000000000F008BCC4F008BCD400000000] <
^?.............................>
[04/04/2006 17:52:20:231 DFT] 1 AxisConfig > AxisConfig @205e6838,205e3fa8
[205E3FA800000000000000000000000000000000F008BCC4F008BCD400000000] <
^?.............................>
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000000] <....>
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000000] <....>
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000001] <....>
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000001] <....>
[04/04/2006 17:52:20:232 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
[04/04/2006 17:52:20:233 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@3 "Œ"
[04/04/2006 17:52:20:233 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000002] <....>
[04/04/2006 17:52:20:233 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000002] <....>
[04/04/2006 17:52:20:233 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@3 "Œ"
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000003] <....>
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000003] <....>
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000004] <....>
[04/04/2006 17:52:20:234 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000004] <....>
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000005] <....>
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000005] <....>
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@2 "libhttp_transport.a"
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@3 "Œ"
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000006] <....>
[04/04/2006 17:52:20:235 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000006] <....>
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000007] <....>
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000007] <....>
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@2 "libaxis_xmlparser.a"
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@3 "Œ"
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000008] <....>
[04/04/2006 17:52:20:236 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000008] <....>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000009] <....>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[00000009] <....>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[0000000A] <....>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[0000000A] <....>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@2 "Unknown"
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@3 "Œ"
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[0000000B] <....>
[04/04/2006 17:52:20:237 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[0000000B] <....>
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@2 "libhttp_channel.a"
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@3 "Œ"
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[0000000C] <....>
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig > getAxisConfProperty
@205e3fa8,[0000000C] <....>
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 <null>
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig < getAxisConfProperty
@205e3fa8,@1 ""
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig < AxisConfig @205e6838
[04/04/2006 17:52:20:238 DFT] 1 AxisConfig < AxisConfig @205e6838
[04/04/2006 17:52:20:238 DFT] 1 - < ModuleInitialize
[04/04/2006 17:52:20:238 DFT] 1 - < ModuleInitialize
[04/04/2006 17:52:20:239 DFT] 1 AxisConfig > readConfFile @205e6838
[04/04/2006 17:52:20:239 DFT] 1 AxisConfig > readConfFile @205e6838
[04/04/2006 17:52:20:241 DFT] 1 AxisConfig > setValue @205e6838,52,
[00000007] <....>, "/home/antgalat/axis-rs6000/lib/axis/libaxis_xerces.a"
[04/04/2006 17:52:20:241 DFT] 1 AxisConfig > setValue @205e6838,52,
[00000007] <....>, "/home/antgalat/axis-rs6000/lib/axis/libaxis_xerces.a"
[04/04/2006 17:52:20:242 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:242 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:243 DFT] 1 AxisConfig > setValue @205e6838,42,
[00000000] <....>, "/home/antgalat/axis-rs6000/etc/server.wsdd"
[04/04/2006 17:52:20:243 DFT] 1 AxisConfig > setValue @205e6838,42,
[00000000] <....>, "/home/antgalat/axis-rs6000/etc/server.wsdd"
[04/04/2006 17:52:20:244 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:244 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:244 DFT] 1 AxisConfig > setValue @205e6838,26,
[00000001] <....>, "/home/antgalat/log/AxisLog"
[04/04/2006 17:52:20:244 DFT] 1 AxisConfig > setValue @205e6838,26,
[00000001] <....>, "/home/antgalat/log/AxisLog"
[04/04/2006 17:52:20:245 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:245 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:245 DFT] 1 AxisConfig > setValue @205e6838,32,
[00000002] <....>, "/home/antgalat/log/AxisClientLog"
[04/04/2006 17:52:20:245 DFT] 1 AxisConfig > setValue @205e6838,32,
[00000002] <....>, "/home/antgalat/log/AxisClientLog"
[04/04/2006 17:52:20:246 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:246 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:247 DFT] 1 AxisConfig > setValue @205e6838,42,
[00000003] <....>, "/home/antgalat/axis-rs6000/etc/client.wsdd"
[04/04/2006 17:52:20:247 DFT] 1 AxisConfig > setValue @205e6838,42,
[00000003] <....>, "/home/antgalat/axis-rs6000/etc/client.wsdd"
[04/04/2006 17:52:20:248 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:248 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:248 DFT] 1 AxisConfig > setValue @205e6838,55,
[00000005] <....>, "/home/antgalat/axis-rs6000/lib/axis/libhttp_transport.a"
[04/04/2006 17:52:20:249 DFT] 1 AxisConfig > setValue @205e6838,55,
[00000005] <....>, "/home/antgalat/axis-rs6000/lib/axis/libhttp_transport.a"
[04/04/2006 17:52:20:250 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:250 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:250 DFT] 1 AxisConfig > setValue @205e6838,53,
[0000000B] <....>, "/home/antgalat/axis-rs6000/lib/axis/libhttp_channel.a"
[04/04/2006 17:52:20:250 DFT] 1 AxisConfig > setValue @205e6838,53,
[0000000B] <....>, "/home/antgalat/axis-rs6000/lib/axis/libhttp_channel.a"
[04/04/2006 17:52:20:251 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:251 DFT] 1 AxisConfig < setValue @205e6838
[04/04/2006 17:52:20:252 DFT] 1 AxisConfig < readConfFile @205e6838,@3 0
[04/04/2006 17:52:20:252 DFT] 1 AxisConfig < readConfFile @205e6838,@5 0
[04/04/2006 17:52:20:252 DFT] 1 XMLParserFactory > initialize
[04/04/2006 17:52:20:252 DFT] 1 XMLParserFactory > initialize
[04/04/2006 17:52:20:252 DFT] 1 AxisConfig > getAxisConfProperty
@205e6838,[00000007] <....>
[04/04/2006 17:52:20:252 DFT] 1 AxisConfig > getAxisConfProperty
@205e6838,[00000007] <....>
[04/04/2006 17:52:20:252 DFT] 1 AxisConfig < getAxisConfProperty
@205e6838,@2 "/home/antgalat/axis-rs6000/lib/axis/libaxis_xerces.a"
[04/04/2006 17:52:20:252 DFT] 1 AxisConfig < getAxisConfProperty
@205e6838,@3 <null>
[04/04/2006 17:52:20:252 DFT] 1 XMLParserFactory > loadLib
[04/04/2006 17:52:20:252 DFT] 1 XMLParserFactory > loadLib
[04/04/2006 17:52:20:327 DFT] 1 XMLParserFactory < loadLib 0
[04/04/2006 17:52:20:327 DFT] 1 XMLParserFactory < loadLib @1 0
[04/04/2006 17:52:20:327 DFT] 1 XMLParserFactory > unloadLib
[04/04/2006 17:52:20:327 DFT] 1 XMLParserFactory > unloadLib
[04/04/2006 17:52:20:327 DFT] 1 XMLParserFactory < unloadLib 0
[04/04/2006 17:52:20:327 DFT] 1 XMLParserFactory < unloadLib @1 540297456
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException > AxisEngineException
@2ff209f8,29, ""
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException > AxisEngineException
@2ff209f8,29, ""
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209f8,29
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209f8,29
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209f8,"DLOPEN FAILED in loading parser
library"
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209f8,@1 ""
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209f8,29
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209f8,29
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209f8,"DLOPEN FAILED in loading parser
library"
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209f8,@1 ""
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException < AxisEngineException
@2ff209f8
[04/04/2006 17:52:20:327 DFT] 1 AxisEngineException < AxisEngineException
@2ff209f8
[04/04/2006 17:52:20:328 DFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[04/04/2006 17:52:20:328 DFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException > AxisEngineException
@2ff20b18,29, " "
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException > AxisEngineException
@2ff20b18,29, " "
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,@1 ""
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,@1 ""
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException < AxisEngineException
@2ff20b18
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException < AxisEngineException
@2ff20b18
[04/04/2006 17:52:20:328 DFT] 1 - X initialize_module @3 caught "..."
[04/04/2006 17:52:20:328 DFT] 1 - X initialize_module @3 caught "..."
[04/04/2006 17:52:20:328 DFT] 1 - > done_initializing
[04/04/2006 17:52:20:328 DFT] 1 - > done_initializing
[04/04/2006 17:52:20:328 DFT] 1 - < done_initializing
[04/04/2006 17:52:20:328 DFT] 1 - < done_initializing
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException > ~AxisEngineException
@2ff209f8
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException > ~AxisEngineException
@2ff209f8
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException < ~AxisEngineException
@2ff209f8
[04/04/2006 17:52:20:328 DFT] 1 AxisEngineException < ~AxisEngineException
@2ff209f8
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaults >
~AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaults >
~AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaultsImpl >
~AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaultsImpl >
~AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaultsImpl <
~AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaultsImpl <
~AxisCPPConfigDefaultsImpl @205e3e08
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaults <
~AxisCPPConfigDefaults @2ff21c88
[04/04/2006 17:52:20:328 DFT] 1 AxisCPPConfigDefaults <
~AxisCPPConfigDefaults @2ff21c88

2006/4/3, Antoine Galataud <an...@gmail.com>:
>
> Hi,
>
> I tried with the current binary release available on web site, it does
> exactly the same ! Effectively, it's quite strange. I will try to debug
> this, but if you have any other idea, I would be happy to hear them.
>
> Thanks
>
> 2006/3/31, John Hawkins <HA...@uk.ibm.com>:
>
> >
> > I am mystified by this - it's picking up the AXISCPP_DEPLOY env variable
> > but it's not opening the file - absolutely sure you've got authority to do
> > that?
> > I'm assuming that this is your own build - perhaps you can debug it? If
> > you have any issues building in debug mode then put some trace into
> > AxisConfig::readConfFile().
> >
> > I would also suggest that you download the nightly build as this has now
> > been upgraded to use xerces 2.7. This build works well for us here.
> >
> >
> > regards,
> > John.
> >
> >
> >
> >
> >  *"Antoine Galataud" <an...@gmail.com>*
> >
> > 30/03/2006 09:36
> >  Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> >   To
> > "Apache AXIS C User List" <ax...@ws.apache.org>  cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > I'm still unable to get both simple_axis_server and libaxiscpp_mod.a
> > working. I'm stuck with this environment variable read, I don't understand
> > what is the matter.
> >
> > Do you have any further information ?
> >
> > Thanks.
> >
> > 2006/3/27, Antoine Galataud <*antoine.galataud@gmail.com *<an...@gmail.com>
> > >:
> > Yes when I move axiscpp.conf to another place, nothing changes. Here are
> > the logs where /tmp does not contain etc/axiscpp.conf
> >
> >
> > ************ Start Display Current Environment ************
> > Axis C++ libraries built on Mar 24 2006 at 10:55:39
> > Startup trace produced on Mon Mar 27 16:52:38 2006
> >
> >
> > PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
> >
> > LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
> >
> >
> > LD_LIBRARY_PATH=/kplustp/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> > AXISCPP_DEPLOY=/tmp
> >
> > PWD=/home/antgalat
> > CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> > NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> > HOSTNAME=ptxskplus03
> > LANG=en_US
> > LOGIN=antgalat
> > LOGNAME=antgalat
> > MACHTYPE=rs6000
> > OSTYPE=aix
> > USER=antgalat
> > ************* End Display Current Environment *************
> > [27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
> > [27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
> > [27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
> > [27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
> > AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
> > AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
> > AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
> > AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
> > @2ff20c50,"9092"
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
> > @2ff20c50,"9092"
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> > setListenPort @205c56a8,"9092"
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> > setListenPort @205c56a8,"9092"
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> > setListenPort @205c56a8
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> > setListenPort @205c56a8
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
> > @2ff20c50
> > [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
> > @2ff20c50
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
> > @2ff20c50,"ptxskplus03"
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
> > @2ff20c50,"ptxskplus03"
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> > @205c56a8,"ptxskplus03"
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> > @205c56a8,"ptxskplus03"
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> > @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> > @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
> > @2ff20c50
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
> > @2ff20c50
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> > @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> > @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
> > [27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
> > [27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
> > [27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> > @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> > @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> > @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> > @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getClientWSDDFile @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getClientWSDDFile @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getClientWSDDFile @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getClientWSDDFile @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getXMLParserLibrary @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getXMLParserLibrary @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getXMLParserLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getXMLParserLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPTransportLibrary @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPTransportLibrary @205c56a8
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPTransportLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPTransportLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPChannelLibrary @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPChannelLibrary @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPSSLChannelLibrary @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPSSLChannelLibrary @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> > @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> > @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> > @205c56a8,@2 "ptxskplus03"
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> > @205c56a8,@3 ""
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000008] <....>, ""
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000008] <....>, ""
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getListenPort @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getListenPort @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getListenPort @205c56a8,@2 "9092"
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getListenPort @205c56a8,@3 ""
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000009] <....>, ""
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000009] <....>, ""
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getSecureInfo @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getSecureInfo @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getSecureInfo @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getSecureInfo @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> > @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> > @205c56a8
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> > @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> > @205c56a8,@1 <null>
> > [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> > @205c56a8
> > [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> > @205c56a8
> > [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
> > [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
> > [27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
> > [27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
> > [27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
> > [27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
> > [27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
> > [27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
> > [27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
> > [27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] <
> > >
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] <
> > >
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] <
> > >
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
> > "globalConfiguration"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
> > "globalConfiguration"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] <
> > >
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] <
> > >
> > [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] <
> > >
> > [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] <
> > >
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
> > [27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
> > [27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
> > [27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh " *http://schemas.xmlsoap.org/soap/envelope/
> > * <http://schemas.xmlsoap.org/soap/envelope/>"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh " *
> > http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> > "
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] <
> > >
> > [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] <
> > >
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh " *
> > http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> > "
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh " *http://www.w3.org/2003/05/soap-envelope
> > * <http://www.w3.org/2003/05/soap-envelope>"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] <
> > >
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] <
> > >
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] <
> > >
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] <
> > >
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] <
> > >
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] <
> > >
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] <
> > >
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] <
> > >
> > [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> > @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> > "", " *http://schemas.xmlsoap.org/soap/envelope/*
> > <http://schemas.xmlsoap.org/soap/envelope/>"
> > [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> > @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> > "", " *http://schemas.xmlsoap.org/soap/envelope/*
> > <http://schemas.xmlsoap.org/soap/envelope/>"
> > [27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
> > [27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
> > [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> > @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "",
> > "* http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> > "
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "",
> > " *http://www.w3.org/2001/XMLSchema-instance*
> > <http://www.w3.org/2001/XMLSchema-instance>"
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> > * http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> > * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>"
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
> > *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> > "
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
> > *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> > "
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> > * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> > "
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> > *http://www.w3.org/2001/XMLSchema-instance*
> > <http://www.w3.org/2001/XMLSchema-instance>"
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> > * http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> > @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> > * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>
> > "
> >
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
> > [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
> > [27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
> > [27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
> > [27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
> > [27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
> > [27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
> > [27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
> > [27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
> > [27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
> > [27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
> > [27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
> > [27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
> > [27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
> > [27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
> > [27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
> > [27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
> > [27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
> > [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
> > [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
> > [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
> > [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
> > [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
> > [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool >
> > AppScopeHandlerPool @205c7808
> > [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool >
> > AppScopeHandlerPool @205c7808
> > [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool <
> > AppScopeHandlerPool @205c7808
> > [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool <
> > AppScopeHandlerPool @205c7808
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
> > RequestScopeHandlerPool @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
> > RequestScopeHandlerPool @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
> > RequestScopeHandlerPool @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
> > RequestScopeHandlerPool @205c7bb8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
> > SessionScopeHandlerPool @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
> > SessionScopeHandlerPool @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
> > SessionScopeHandlerPool @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
> > SessionScopeHandlerPool @205c7c48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
> > @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
> > @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
> > @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
> > @205c7cc8
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool
> > @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool
> > @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool
> > @205c7d48
> > [27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool
> > @205c7d48
> > [27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> > [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment
> > @205c7e48
> > [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment
> > @205c7e48
> > [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment
> > @205c7e48
> > [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment
> > @205c7e48
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig
> > @205c7ee8,205c5848
> > [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> > \XH............................>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig
> > @205c7ee8,205c5848
> > [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> > \XH............................>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000000] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000000] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000001] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000001] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "K���‚'"
> >
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000002] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000002] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "K���‚'"
> >
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000003] <....>
> > [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000003] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000004] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000004] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000005] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000005] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libhttp_transport.a"
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "K���‚'"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000006] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000006] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000007] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000007] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libaxis_xmlparser.a"
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "K���‚'"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000008] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000008] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000009] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000009] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000A] <....>
> > [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000A] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "Unknown"
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "K���‚'"
> >
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000B] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000B] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libhttp_channel.a"
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "K���‚'"
> >
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000C] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000C] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "��ޭ"
> >
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> > [27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
> > [27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> > [00000004] <....>, "/tmp"
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> > [00000004] <....>, "/tmp"
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000004] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000004] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@2 "/tmp"
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@3 ""
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> > [27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
> > [27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000007] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000007] <....>
> > [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@2 "K���‚'"
> >
> > [27/03/2006 16:52:38:526 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@3 <null>
> > [27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
> > [27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
> > [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib 0
> > [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib @1 0
> > [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
> > [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
> > [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib 0
> > [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib @1
> > 540180256
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20a00,29, ""
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20a00,29, ""
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> > library"
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,@1 ""
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> > library"
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,@1 ""
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20a00
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20a00
> > [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
> > AxisException(, " ")
> > [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
> > AxisException(, " ")
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20b18,29, " "
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20b18,29, " "
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> > library"
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,@1 ""
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> > library"
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,@1 ""
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20b18
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20b18
> > [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
> > [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
> > [27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
> > [27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
> > [27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
> > [27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > ~AxisEngineException @2ff20a00
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> > ~AxisEngineException @2ff20a00
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > ~AxisEngineException @2ff20a00
> > [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> > ~AxisEngineException @2ff20a00
> > [27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
> > ~AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
> > ~AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
> > ~AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
> > ~AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
> > ~AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
> > ~AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
> > ~AxisCPPConfigDefaults @2ff20c50
> > [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
> > ~AxisCPPConfigDefaults @2ff20c50
> >
> >
> >
> >
> >
> >
> > 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
> >
> > To confirm - you are telling me that even when you move the axiscpp.conffile away so you don't have one - you get an abort? Does the trace file look
> > the same when you move the conf file away (inc startuptrace) ? Can you copy
> > it here - btw: If you use the same startup trace log file name as the log
> > file they will be merged. It might make it easier to use a diff name for the
> > startup log than the svr log.
> > (Please be sure to delete the log file in between executions as it
> > appends rather than overwrites)
> >
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com*
> > <an...@gmail.com>*>*
> >
> > 27/03/2006 15:26
> >
> >
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> > No, whatever I do, I do not see anything but "�bort (core dumped)"
> >
> > 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
> >
> > And if you move the axiscpp.conf deliberately to the wrong place i.e.
> > not in axiscpp_deploy/etc - do you see that msg?
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com* * *<an...@gmail.com>
> > *>*
> >
> > 27/03/2006 14:42
> >
> >
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > That's right, I should see this warning message, but it's not the case.
> > I tried moving etc in /tmp, it changed nothing.
> > I'm running just one instance of the simple_axis_server, and my
> > axiscpp.conf file is located at the right place...
> >
> > 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
> >
> > Here's the code we are looking at ->
> >
> > // Obtain AXIS deployment path from environment,  If not set, we will
> > use
> >  // default deployment path.  Note that default deployment path is the
> > NULL
> >  // string unless it is modified.
> >  sConfPath = getenv ("AXISCPP_DEPLOY");
> >  *if* (sConfPath)
> >      setValue(0,AXCONF_AXISHOME,sConfPath);
> >
> >  // get the value of the path
> >  sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
> >
> >  // If the AXIS deployment path is not set default values
> >  // will be used. Therefore return AXIS_SUCCESS
> >  *if* (!sConfPath || (*sConfPath == '\0'))
> >  {
> >      *return* AXIS_SUCCESS;
> >  }
> >
> >  strcpy (sNewConfPath, sConfPath);
> >  strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
> >
> >  // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default values
> >
> >  // will be used. Therefore return AXIS_SUCCESS
> >  *if* (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
> >  {
> >      printf ("Warning - The configuration file was not found (%s).\n",
> > sNewConfPath);
> >      printf("Using default values\n");
> >      *return* AXIS_SUCCESS;
> >  }
> >
> >
> > So, you should be seeing the warning message on stdio if the config file
> > is not being found/readable
> >
> > I'm a little confused by the trace below (this is simpleaxis server
> > right?) there appear to be two entries for quite a few methods - you're not
> > starting two servers up at once are you?
> >
> > Let's be clear as well - your conf file should be -.
> > /home/antgalat/axis-rs6000/etc/axiscpp.conf
> >
> > can you confirm.
> >
> > It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/
> >  just in case the hyphen in "axis-rs6000" is causing any problem.
> >
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com* * *<an...@gmail.com>
> > *>*
> >
> > 27/03/2006 12:22
> >
> >
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ************ Start Display Current Environment ************
> > Axis C++ libraries built on Mar 24 2006 at 10:55:39
> > Startup trace produced on Mon Mar 27 08:58:58 2006
> >
> > PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
> >
> > LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
> >
> >
> > LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> > AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
> > PWD=/home/antgalat
> > CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> > NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> > HOSTNAME=ptxskplus03
> > LANG=en_US
> > LOGIN=antgalat
> > LOGNAME=antgalat
> > MACHTYPE=rs6000
> > OSTYPE=aix
> > USER=antgalat
> > ************* End Display Current Environment *************
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
> > @2ff20c30,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
> > @2ff20c30,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > setListenPort @205c56a8,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > setListenPort @205c56a8,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> > setListenPort @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> > setListenPort @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> > @2ff20c30,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> > @2ff20c30,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> > @205c56a8,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> > @205c56a8,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> > @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> > @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getClientWSDDFile @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getClientWSDDFile @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getClientWSDDFile @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getClientWSDDFile @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getXMLParserLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getXMLParserLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getXMLParserLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getXMLParserLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPTransportLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPTransportLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPTransportLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPTransportLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPSSLChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPSSLChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> > @205c56a8,@2 "ptxskplus03"
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> > @205c56a8,@3 ""
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000008] <....>, ""
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000008] <....>, ""
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getListenPort @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getListenPort @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getListenPort @205c56a8,@2 "9092"
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getListenPort @205c56a8,@3 ""
> > [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000009] <....>, ""
> > [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000009] <....&
> >
> >
>
>
> --
>
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Hi,

I tried with the current binary release available on web site, it does
exactly the same ! Effectively, it's quite strange. I will try to debug
this, but if you have any other idea, I would be happy to hear them.

Thanks

2006/3/31, John Hawkins <HA...@uk.ibm.com>:
>
>
> I am mystified by this - it's picking up the AXISCPP_DEPLOY env variable
> but it's not opening the file - absolutely sure you've got authority to do
> that?
> I'm assuming that this is your own build - perhaps you can debug it? If
> you have any issues building in debug mode then put some trace into
> AxisConfig::readConfFile().
>
> I would also suggest that you download the nightly build as this has now
> been upgraded to use xerces 2.7. This build works well for us here.
>
>
> regards,
> John.
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 30/03/2006 09:36
>  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> Hi,
>
> I'm still unable to get both simple_axis_server and libaxiscpp_mod.a
> working. I'm stuck with this environment variable read, I don't understand
> what is the matter.
>
> Do you have any further information ?
>
> Thanks.
>
> 2006/3/27, Antoine Galataud <*a...@gmail.com>
> >:
> Yes when I move axiscpp.conf to another place, nothing changes. Here are
> the logs where /tmp does not contain etc/axiscpp.conf
>
>
> ************ Start Display Current Environment ************
> Axis C++ libraries built on Mar 24 2006 at 10:55:39
> Startup trace produced on Mon Mar 27 16:52:38 2006
>
>
> PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
>
> LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
>
>
> LD_LIBRARY_PATH=/kplustp/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> AXISCPP_DEPLOY=/tmp
>
> PWD=/home/antgalat
> CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> HOSTNAME=ptxskplus03
> LANG=en_US
> LOGIN=antgalat
> LOGNAME=antgalat
> MACHTYPE=rs6000
> OSTYPE=aix
> USER=antgalat
> ************* End Display Current Environment *************
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c50,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c50,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c50,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c50,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@2 "ptxskplus03"
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@3 ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@2 "9092"
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@3 ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
> [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
> [27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
> [27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
> [27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
> [27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "*http://schemas.xmlsoap.org/soap/envelope/
> * <http://schemas.xmlsoap.org/soap/envelope/>"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh " *http://www.w3.org/2003/05/soap-envelope
> * <http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>
> "
>
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
> [27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
> [27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
> [27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
> [27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
> [27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/tmp"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/tmp"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/tmp"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "K���‚'"
>
> [27/03/2006 16:52:38:526 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib 0
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib @1 0
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib 0
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
> ~AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
> ~AxisCPPConfigDefaults @2ff20c50
>
>
>
>
>
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
> To confirm - you are telling me that even when you move the axiscpp.conffile away so you don't have one - you get an abort? Does the trace file look
> the same when you move the conf file away (inc startuptrace) ? Can you copy
> it here - btw: If you use the same startup trace log file name as the log
> file they will be merged. It might make it easier to use a diff name for the
> startup log than the svr log.
> (Please be sure to delete the log file in between executions as it appends
> rather than overwrites)
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 27/03/2006 15:26
>
>
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> No, whatever I do, I do not see anything but "�bort (core dumped)"
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
> And if you move the axiscpp.conf deliberately to the wrong place i.e. not
> in axiscpp_deploy/etc - do you see that msg?
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 27/03/2006 14:42
>
>
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
> That's right, I should see this warning message, but it's not the case.
> I tried moving etc in /tmp, it changed nothing.
> I'm running just one instance of the simple_axis_server, and my
> axiscpp.conf file is located at the right place...
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
> Here's the code we are looking at ->
>
> // Obtain AXIS deployment path from environment,  If not set, we will use
>  // default deployment path.  Note that default deployment path is the
> NULL
>  // string unless it is modified.
>  sConfPath = getenv ("AXISCPP_DEPLOY");
>  *if* (sConfPath)
>      setValue(0,AXCONF_AXISHOME,sConfPath);
>
>  // get the value of the path
>  sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
>
>  // If the AXIS deployment path is not set default values
>  // will be used. Therefore return AXIS_SUCCESS
>  *if* (!sConfPath || (*sConfPath == '\0'))
>  {
>      *return* AXIS_SUCCESS;
>  }
>
>  strcpy (sNewConfPath, sConfPath);
>  strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
>
>  // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default values
>  // will be used. Therefore return AXIS_SUCCESS
>  *if* (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
>  {
>      printf ("Warning - The configuration file was not found (%s).\n",
> sNewConfPath);
>      printf("Using default values\n");
>      *return* AXIS_SUCCESS;
>  }
>
>
> So, you should be seeing the warning message on stdio if the config file
> is not being found/readable
>
> I'm a little confused by the trace below (this is simpleaxis server
> right?) there appear to be two entries for quite a few methods - you're not
> starting two servers up at once are you?
>
> Let's be clear as well - your conf file should be -.
> /home/antgalat/axis-rs6000/etc/axiscpp.conf
>
> can you confirm.
>
> It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/
>  just in case the hyphen in "axis-rs6000" is causing any problem.
>
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 27/03/2006 12:22
>
>
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
>
>
> ************ Start Display Current Environment ************
> Axis C++ libraries built on Mar 24 2006 at 10:55:39
> Startup trace produced on Mon Mar 27 08:58:58 2006
>
> PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
>
> LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
>
>
> LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
> PWD=/home/antgalat
> CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> HOSTNAME=ptxskplus03
> LANG=en_US
> LOGIN=antgalat
> LOGNAME=antgalat
> MACHTYPE=rs6000
> OSTYPE=aix
> USER=antgalat
> ************* End Display Current Environment *************
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@2 "ptxskplus03"
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@2 "9092"
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....&
>
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
<br><font size=2 face="sans-serif">I am mystified by this - it's picking
up the AXISCPP_DEPLOY env variable but it's not opening the file - absolutely
sure you've got authority to do that?</font>
<br><font size=2 face="sans-serif">I'm assuming that this is your own build
- perhaps you can debug it? If you have any issues building in debug mode
then put some trace into AxisConfig::readConfFile().</font>
<br>
<br><font size=2 face="sans-serif">I would also suggest that you download
the nightly build as this has now been upgraded to use xerces 2.7. This
build works well for us here.</font>
<br>
<br>
<br><font size=2 face="sans-serif">regards,</font>
<br><font size=2 face="sans-serif">John.</font>
<br>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Antoine Galataud&quot;
&lt;antoine.galataud@gmail.com&gt;</b> </font>
<p><font size=1 face="sans-serif">30/03/2006 09:36</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Apache AXIS C User List&quot; &lt;axis-c-user@ws.apache.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;Apache AXIS C User List&quot;
&lt;axis-c-user@ws.apache.org&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: AIX 32 bit built</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=3>Hi,<br>
<br>
I'm still unable to get both simple_axis_server and libaxiscpp_mod.a working.
I'm stuck with this environment variable read, I don't understand what
is the matter.<br>
<br>
Do you have any further information ?<br>
<br>
Thanks.<br>
</font>
<br><font size=3>2006/3/27, Antoine Galataud &lt;</font><a href=mailto:antoine.galataud@gmail.com><font size=3 color=blue><u>antoine.galataud@gmail.com</u></font></a><font size=3>&gt;:</font>
<br><font size=3>Yes when I move axiscpp.conf to another place, nothing
changes. Here are the logs where /tmp does not contain etc/axiscpp.conf</font>
<br><font size=3><br>
<br>
************ Start Display Current Environment ************ <br>
Axis C++ libraries built on Mar 24 2006 at 10:55:39 </font>
<br><font size=3>Startup trace produced on Mon Mar 27 16:52:38 2006</font>
<br><font size=3><br>
<br>
PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
<br>
LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
</font>
<br><font size=3>LD_LIBRARY_PATH=/kplustp/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:<br>
AXISCPP_DEPLOY=/tmp</font>
<br><font size=3><br>
PWD=/home/antgalat <br>
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar<br>
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat <br>
HOSTNAME=ptxskplus03<br>
LANG=en_US<br>
LOGIN=antgalat<br>
LOGNAME=antgalat<br>
MACHTYPE=rs6000<br>
OSTYPE=aix<br>
USER=antgalat<br>
************* End Display Current Environment *************</font>
<br><font size=3>[27/03/2006 16:52:38:509 NFT] 1 AdminUtils &gt; AdminUtils
@20398674 <br>
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils &gt; AdminUtils @20398674<br>
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils &lt; AdminUtils @20398674<br>
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils &lt; AdminUtils @20398674<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &gt; AxisCPPConfigDefaults
@2ff20c50 <br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &gt; AxisCPPConfigDefaults
@2ff20c50<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &gt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &gt; AxisCPPConfigDefaultsImpl
@205c56a8 <br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &lt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &lt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &lt; AxisCPPConfigDefaults
@2ff20c50 <br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &lt; AxisCPPConfigDefaults
@2ff20c50<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &gt; setListenPort
@2ff20c50,&quot;9092&quot;<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &gt; setListenPort
@2ff20c50,&quot;9092&quot; <br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setListenPort
@205c56a8,&quot;9092&quot;<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setListenPort
@205c56a8,&quot;9092&quot;<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setListenPort
@205c56a8 <br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setListenPort
@205c56a8<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &lt; setListenPort
@2ff20c50<br>
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults &lt; setListenPort
@2ff20c50 <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults &gt; setNodeName
@2ff20c50,&quot;ptxskplus03&quot;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults &gt; setNodeName
@2ff20c50,&quot;ptxskplus03&quot;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setNodeName
@205c56a8,&quot;ptxskplus03&quot; <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setNodeName
@205c56a8,&quot;ptxskplus03&quot;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setNodeName
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setNodeName
@205c56a8 <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults &lt; setNodeName
@2ff20c50<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults &lt; setNodeName
@2ff20c50<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults &gt; apply @2ff20c50
<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults &gt; apply @2ff20c50<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; apply @205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; apply @205c56a8
<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig &gt; AxisConfig @205c5848<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig &gt; AxisConfig @205c5848<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig &lt; AxisConfig @205c5848<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig &lt; AxisConfig @205c5848 <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientLog
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientLog
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientLog
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientLog
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientWSDDFile
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientWSDDFile
@205c56a8 <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientWSDDFile
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientWSDDFile
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getXMLParserLibrary
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getXMLParserLibrary
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getXMLParserLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getXMLParserLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPTransportLibrary
@205c56a8<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPTransportLibrary
@205c56a8 <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPTransportLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPTransportLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPChannelLibrary
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPChannelLibrary
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPChannelLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPChannelLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPSSLChannelLibrary
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPSSLChannelLibrary
@205c56a8 <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPSSLChannelLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPSSLChannelLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getNodeName
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getNodeName
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getNodeName
@205c56a8,@2 &quot;ptxskplus03&quot; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getNodeName
@205c56a8,@3 &quot;&quot;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000008]
&lt;....&gt;, &quot;&quot;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000008]
&lt;....&gt;, &quot;&quot; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getListenPort
@205c56a8 <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getListenPort
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getListenPort
@205c56a8,@2 &quot;9092&quot;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getListenPort
@205c56a8,@3 &quot;&quot; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000009]
&lt;....&gt;, &quot;&quot;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000009]
&lt;....&gt;, &quot;&quot; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getSecureInfo
@205c56a8 <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getSecureInfo
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getSecureInfo
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getSecureInfo
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getAxisHome
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getAxisHome
@205c56a8<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getAxisHome
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getAxisHome
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl &lt; apply @205c56a8<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaultsImpl &lt; apply @205c56a8
<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults &lt; apply @2ff20c50<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults &lt; apply @2ff20c50<br>
[27/03/2006 16:52:38:512 NFT] 1 - &gt; initialize_module 1<br>
[27/03/2006 16:52:38:512 NFT] 1 - &gt; initialize_module 1<br>
[27/03/2006 16:52:38:512 NFT] 1 - &gt; start_initializing <br>
[27/03/2006 16:52:38:512 NFT] 1 - &gt; start_initializing <br>
[27/03/2006 16:52:38:512 NFT] 1 - &lt; start_initializing <br>
[27/03/2006 16:52:38:512 NFT] 1 - &lt; start_initializing <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; initialize <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; initialize <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; initialize <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; initialize <br>
[27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords &gt; initialize <br>
[27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords &gt; initialize <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;deployment&quot;
<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;deployment&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329660 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;undeployment&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;undeployment&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2032966c [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;service&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;service&quot;
<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2032967c [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;globalConfiguration&quot;
<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;globalConfiguration&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329684 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;parameter&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;parameter&quot;<br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329698 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;handler&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;handler&quot;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296a4 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;chain&quot;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;chain&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296ac [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;namespace&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;namespace&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296b4 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;provider&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;provider&quot;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296c0 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;className&quot;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;className&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296cc [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedMethods&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedMethods&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296d8 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedRoles&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedRoles&quot;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296e8 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;requestFlow&quot;
<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;requestFlow&quot;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296f8 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;responseFlow&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;responseFlow&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329704 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;transport&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;transport&quot;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329714 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;name&quot;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;name&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329720 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;value&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;value&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329728 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329730 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;scope&quot;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;scope&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329738 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;http&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;http&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329740 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;smtp&quot;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;smtp&quot;
<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329748 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;description&quot;
<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;description&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329750 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords &lt; initialize <br>
[27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords &lt; initialize <br>
[27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping &gt; initialize <br>
[27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping &gt; initialize <br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;</font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/
</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot; </font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed40 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;SOAP-ENV&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;SOAP-ENV&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed6c [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;
<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed78 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;
<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed84 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed8c [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;
<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed94 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031eda4 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edac [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edbc [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultcode&quot;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultcode&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edc4 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultstring&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultstring&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edd0 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultactor&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultactor&quot;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031eddc [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;detail&quot;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;detail&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ede8 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edf0 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edfc [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee04 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee10 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee18 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope
</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee1c [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;env&quot;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;env&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee44 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed78 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;
<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed84 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed8c [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed94 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031eda4 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edac [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edbc [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Code&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Code&quot;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee48 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Reason&quot;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Reason&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee50 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Role&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Role&quot;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee58 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Detail&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Detail&quot;
<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee60 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;
<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edf0 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edfc [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;
<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee04 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;
<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee10 [20]
&lt; &gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee18 [20]
&lt; &gt; <br>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 16:52:38:519 NFT] 1 Attribute &gt; Attribute @205c5df8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;SOAP-ENV&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 Attribute &gt; Attribute @205c5df8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;SOAP-ENV&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:519 NFT] 1 Attribute &lt; Attribute @205c5df8 <br>
[27/03/2006 16:52:38:519 NFT] 1 Attribute &lt; Attribute @205c5df8 <br>
[27/03/2006 16:52:38:519 NFT] 1 Attribute &gt; Attribute @205c5f58,[20329644205C5C5800000000]
&lt; 2.D \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema-instance</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c5f58,[20329644205C5C5800000000]
&lt; 2.D \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>http://www.w3.org/2001/XMLSchema-instance</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c5f58 <br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c5f58 <br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c60d8,[00000001205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema </u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c60d8,[00000001205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c60d8<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c60d8<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c6258,[2FF20A50205C5C5800000000]
&lt;/..P \\X....&gt;, &quot;env&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c6258,[2FF20A50205C5C5800000000]
&lt;/..P \\X....&gt;, &quot;env&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c6258 <br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c6258 <br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c63d8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema-instance</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c63d8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>http://www.w3.org/2001/XMLSchema-instance</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c63d8 <br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c63d8 <br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c6558,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema </u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &gt; Attribute @205c6558,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema</u></font></a><font size=3>&quot;<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c6558<br>
[27/03/2006 16:52:38:520 NFT] 1 Attribute &lt; Attribute @205c6558<br>
[27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping &lt; initialize <br>
[27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping &lt; initialize <br>
[27/03/2006 16:52:38:520 NFT] 1 TypeMapping &gt; initialize <br>
[27/03/2006 16:52:38:520 NFT] 1 TypeMapping &gt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 TypeMapping &lt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 TypeMapping &lt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 URIMapping &gt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 URIMapping &gt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 URIMapping &lt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 URIMapping &lt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 SoapFault &gt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 SoapFault &gt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 SoapFault &lt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 SoapFault &lt; initialize <br>
[27/03/2006 16:52:38:521 NFT] 1 - &gt; ModuleInitialize <br>
[27/03/2006 16:52:38:521 NFT] 1 - &gt; ModuleInitialize <br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &gt; SharedObject @205c7788
<br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &gt; SharedObject @205c7788<br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &lt; SharedObject @205c7788<br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &lt; SharedObject @205c7788
<br>
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader &gt; HandlerLoader <br>
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader &gt; HandlerLoader <br>
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader &lt; HandlerLoader <br>
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader &lt; HandlerLoader <br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &gt; SharedObject @205c7808<br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &gt; SharedObject @205c7808<br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &lt; SharedObject @205c7808
<br>
[27/03/2006 16:52:38:521 NFT] 1 SharedObject &lt; SharedObject @205c7808<br>
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool &gt; AppScopeHandlerPool
@205c7808<br>
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool &gt; AppScopeHandlerPool
@205c7808 <br>
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool &lt; AppScopeHandlerPool
@205c7808<br>
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool &lt; AppScopeHandlerPool
@205c7808<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7bb8
<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7bb8<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7bb8<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7bb8
<br>
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool &gt; RequestScopeHandlerPool
@205c7bb8<br>
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool &gt; RequestScopeHandlerPool
@205c7bb8<br>
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool &lt; RequestScopeHandlerPool
@205c7bb8 <br>
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool &lt; RequestScopeHandlerPool
@205c7bb8<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7c48<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7c48
<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7c48<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7c48<br>
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool &gt; SessionScopeHandlerPool
@205c7c48 <br>
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool &gt; SessionScopeHandlerPool
@205c7c48<br>
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool &lt; SessionScopeHandlerPool
@205c7c48<br>
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool &lt; SessionScopeHandlerPool
@205c7c48 <br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7cc8<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7cc8<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7cc8
<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7cc8<br>
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool &gt; DeserializerPool
@205c7cc8<br>
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool &gt; DeserializerPool
@205c7cc8 <br>
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool &lt; DeserializerPool
@205c7cc8<br>
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool &lt; DeserializerPool
@205c7cc8<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7d48
<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &gt; SharedObject @205c7d48<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7d48<br>
[27/03/2006 16:52:38:522 NFT] 1 SharedObject &lt; SharedObject @205c7d48
<br>
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool &gt; SerializerPool @205c7d48<br>
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool &gt; SerializerPool @205c7d48<br>
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool &lt; SerializerPool @205c7d48
<br>
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool &lt; SerializerPool @205c7d48<br>
[27/03/2006 16:52:38:523 NFT] 1 SharedObject &gt; SharedObject @205c7dc8<br>
[27/03/2006 16:52:38:523 NFT] 1 SharedObject &gt; SharedObject @205c7dc8
<br>
[27/03/2006 16:52:38:523 NFT] 1 SharedObject &lt; SharedObject @205c7dc8<br>
[27/03/2006 16:52:38:523 NFT] 1 SharedObject &lt; SharedObject @205c7dc8<br>
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool &gt; HandlerPool @205c7dc8
<br>
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool &gt; HandlerPool @205c7dc8<br>
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool &lt; HandlerPool @205c7dc8<br>
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool &lt; HandlerPool @205c7dc8
<br>
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment &gt; WSDDDeployment @205c7e48<br>
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment &gt; WSDDDeployment @205c7e48<br>
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment &lt; WSDDDeployment @205c7e48
<br>
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment &lt; WSDDDeployment @205c7e48<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] &lt;
\XH............................&gt; <br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] &lt;
\XH............................&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000000]
&lt;....&gt; <br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000000]
&lt;....&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot; <br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000001]
&lt;....&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000001]
&lt;....&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;/usr/local/axiscpp_deploy/log/AxisLog&quot; <br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@3
&quot;Kÿÿä&#8218;'&quot;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000002]
&lt;....&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000002]
&lt;....&gt; <br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;/usr/local/axiscpp_deploy/log/AxisClientLog&quot;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@3
&quot;Kÿÿä&#8218;'&quot; <br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000003]
&lt;....&gt;<br>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000003]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000004]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000004]
&lt;....&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000005]
&lt;....&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000005]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;libhttp_transport.a&quot; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@3
&quot;Kÿÿä&#8218;'&quot;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000006]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000006]
&lt;....&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000007]
&lt;....&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000007]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;libaxis_xmlparser.a&quot; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@3
&quot;Kÿÿä&#8218;'&quot;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000008]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000008]
&lt;....&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000009]
&lt;....&gt; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000009]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot; <br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000A]
&lt;....&gt;<br>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000A]
&lt;....&gt;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;Unknown&quot; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@3
&quot;Kÿÿä&#8218;'&quot;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000B]
&lt;....&gt;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000B]
&lt;....&gt; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;libhttp_channel.a&quot;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@3
&quot;Kÿÿä&#8218;'&quot;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000C]
&lt;....&gt;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000C]
&lt;....&gt;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&quot;¾ïÞ­&quot;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; AxisConfig @205c7ee8<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; AxisConfig @205c7ee8 <br>
[27/03/2006 16:52:38:525 NFT] 1 - &lt; ModuleInitialize <br>
[27/03/2006 16:52:38:525 NFT] 1 - &lt; ModuleInitialize <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; readConfFile @205c7ee8<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; readConfFile @205c7ee8
<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; setValue @205c7ee8,0, [00000004]
&lt;....&gt;, &quot;/tmp&quot;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; setValue @205c7ee8,0, [00000004]
&lt;....&gt;, &quot;/tmp&quot; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; setValue @205c7ee8<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; setValue @205c7ee8<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000004]
&lt;....&gt; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000004]
&lt;....&gt;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@2
&quot;/tmp&quot;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@3
&quot;&quot; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; readConfFile @205c7ee8,@1
0<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; readConfFile @205c7ee8,@1
0<br>
[27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory &gt; initialize <br>
[27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory &gt; initialize <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000007]
&lt;....&gt;<br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000007]
&lt;....&gt; <br>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@2
&quot;Kÿÿä&#8218;'&quot;<br>
[27/03/2006 16:52:38:526 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@3
&lt;null&gt;<br>
[27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory &gt; loadLib <br>
[27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory &gt; loadLib <br>
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory &lt; loadLib 0<br>
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory &lt; loadLib @1 0<br>
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory &gt; unloadLib <br>
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory &gt; unloadLib <br>
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory &lt; unloadLib 0<br>
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory &lt; unloadLib @1 540180256<br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff20a00,29, &quot;&quot;<br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff20a00,29, &quot;&quot;<br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20a00,29 <br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20a00,29<br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20a00,&quot;DLOPEN FAILED in loading parser library&quot; <br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20a00,@1 &quot;&quot;<br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20a00,29<br>
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20a00,29 <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20a00,&quot;DLOPEN FAILED in loading parser library&quot;<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20a00,@1 &quot;&quot; <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff20a00<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff20a00<br>
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught AxisException(,
&quot; &quot;) <br>
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught AxisException(,
&quot; &quot;)<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff20b18,29, &quot; &quot;<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff20b18,29, &quot; &quot; <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20b18,29<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20b18,29<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20b18,&quot;DLOPEN FAILED in loading parser library&quot; <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20b18,@1 &quot;&quot;<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20b18,29<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20b18,29 <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20b18,&quot;DLOPEN FAILED in loading parser library&quot;<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20b18,@1 &quot;&quot; <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff20b18<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff20b18<br>
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught &quot;...&quot;
<br>
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught &quot;...&quot;<br>
[27/03/2006 16:52:38:602 NFT] 1 - &gt; done_initializing <br>
[27/03/2006 16:52:38:602 NFT] 1 - &gt; done_initializing <br>
[27/03/2006 16:52:38:602 NFT] 1 - &lt; done_initializing <br>
[27/03/2006 16:52:38:602 NFT] 1 - &lt; done_initializing <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; ~AxisEngineException
@2ff20a00<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &gt; ~AxisEngineException
@2ff20a00 <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; ~AxisEngineException
@2ff20a00<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException &lt; ~AxisEngineException
@2ff20a00<br>
[27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults &gt; ~AxisCPPConfigDefaults
@2ff20c50 <br>
[27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults &gt; ~AxisCPPConfigDefaults
@2ff20c50<br>
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl &gt; ~AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl &gt; ~AxisCPPConfigDefaultsImpl
@205c56a8 <br>
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl &lt; ~AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl &lt; ~AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults &lt; ~AxisCPPConfigDefaults
@2ff20c50 <br>
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults &lt; ~AxisCPPConfigDefaults
@2ff20c50</font>
<br><font size=3><br>
<br>
<br>
<br>
</font>
<br><font size=3>2006/3/27, John Hawkins &lt;</font><a href=mailto:HAWKINSJ@uk.ibm.com target=_blank><font size=3 color=blue><u>HAWKINSJ@uk.ibm.com
</u></font></a><font size=3>&gt;:</font>
<br><font size=2 face="sans-serif"><br>
To confirm - you are telling me that even when you move the axiscpp.conf
file away so you don't have one - you get an abort? Does the trace file
look the same when you move the conf file away (inc startuptrace) ? Can
you copy it here - btw: If you use the same startup trace log file name
as the log file they will be merged. It might make it easier to use a diff
name for the startup log than the svr log.</font><font size=3> </font><font size=2 face="sans-serif"><br>
(Please be sure to delete the log file in between executions as it appends
rather than overwrites)</font><font size=3> <br>
<br>
<br>
<br>
</font>
<p>
<table width=100%>
<tr valign=top>
<td width=47%><font size=1 face="sans-serif"><b>&quot;Antoine Galataud&quot;
&lt;</b></font><a href=mailto:antoine.galataud@gmail.com target=_blank><font size=1 color=blue face="sans-serif"><b><u>antoine.galataud@gmail.com</u></b></font></a><font size=1 face="sans-serif"><b>&gt;</b>
</font>
<p><font size=1 face="sans-serif">27/03/2006 15:26</font><font size=3>
</font>
<p>
<br>
<table border=4 width=100%>
<tr valign=top>
<td width=100% bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Apache AXIS C User List&quot; &lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org</u></font></a><font size=1 face="sans-serif">&gt;</font></div></table>
<br>
<td width=52%>
<table width=100%>
<tr valign=top>
<td width=11%>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td width=88%><font size=1 face="sans-serif">&quot;Apache AXIS C User List&quot;
&lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org</u></font></a><font size=1 face="sans-serif">&gt;</font><font size=3>
</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: AIX 32 bit built</font></table>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=50%>
<td width=50%></table>
<br></table>
<br><font size=3><br>
<br>
<br>
No, whatever I do, I do not see anything but &quot;Äbort (core dumped)&quot;<br>
<br>
2006/3/27, John Hawkins &lt;</font><a href=mailto:HAWKINSJ@uk.ibm.com target=_blank><font size=3 color=blue><u>HAWKINSJ@uk.ibm.com
</u></font></a><font size=3>&gt;: </font><font size=2 face="sans-serif"><br>
<br>
And if you move the axiscpp.conf deliberately to the wrong place i.e. not
in axiscpp_deploy/etc - do you see that msg?</font><font size=3> <br>
<br>
</font>
<p>
<table width=100%>
<tr valign=top>
<td width=47%><font size=1 face="sans-serif"><b>&quot;Antoine Galataud&quot;
&lt;</b></font><a href=mailto:antoine.galataud@gmail.com target=_blank><font size=1 color=blue face="sans-serif"><b><u>antoine.galataud@gmail.com</u></b></font><font size=3 color=blue><u>
</u></font></a><font size=1 face="sans-serif"><b>&gt;</b> </font>
<p><font size=1 face="sans-serif">27/03/2006 14:42</font><font size=3>
</font>
<p>
<br>
<table border=4 width=100%>
<tr valign=top>
<td width=100% bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Apache AXIS C User List&quot; &lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org
</u></font></a><font size=1 face="sans-serif">&gt;</font></div></table>
<p>
<td width=52%>
<br>
<table width=100%>
<tr valign=top>
<td width=11%>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td width=88%><font size=1 face="sans-serif">&quot;Apache AXIS C User List&quot;
&lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org</u></font></a><font size=1 face="sans-serif">
&gt;</font><font size=3> </font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: AIX 32 bit built</font></table>
<br><font size=3><br>
</font>
<br>
<table width=100%>
<tr valign=top>
<td width=50%>
<td width=50%></table>
<br></table>
<br><font size=3><br>
<br>
<br>
<br>
That's right, I should see this warning message, but it's not the case.<br>
I tried moving etc in /tmp, it changed nothing.<br>
I'm running just one instance of the simple_axis_server, and my axiscpp.conf
file is located at the right place... <br>
<br>
2006/3/27, John Hawkins &lt;</font><a href=mailto:HAWKINSJ@uk.ibm.com target=_blank><font size=3 color=blue><u>HAWKINSJ@uk.ibm.com
</u></font></a><font size=3>&gt;: </font><font size=2 color=#3f8080 face="Courier New"><br>
<br>
Here's the code we are looking at -&gt;</font><font size=3> </font><font size=2 color=#3f8080 face="Courier New"><br>
<br>
// Obtain AXIS deployment path from environment, &nbsp;If not set, we will
use</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// default
deployment path. &nbsp;Note that default deployment path is the NULL</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// string unless
it is modified.</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;sConfPath = getenv (</font><font size=2 color=#4200ff face="Courier New">&quot;AXISCPP_DEPLOY&quot;</font><font size=2 face="Courier New">);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>if</b></font><font size=2 face="Courier New">
(sConfPath)</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp;setValue(0,AXCONF_AXISHOME,sConfPath);</font><font size=3>
</font><font size=2 face="Courier New"><br>
<br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// get the
value of the path</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;sConfPath = getAxisConfProperty(AXCONF_AXISHOME);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp;<br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// If the AXIS
deployment path is not set default values </font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// will be
used. Therefore return AXIS_SUCCESS</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>if</b></font><font size=2 face="Courier New">
(!sConfPath || (*sConfPath == </font><font size=2 color=#4200ff face="Courier New">'\0'</font><font size=2 face="Courier New">))</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp;{</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>return</b></font><font size=2 face="Courier New">
AXIS_SUCCESS;</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;}</font><font size=3> </font><font size=2 face="Courier New"><br>
<br>
 &nbsp;strcpy (sNewConfPath, sConfPath);</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;strcat (sNewConfPath, PLATFORM_CONFIG_PATH);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp;<br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// Even if
axiscpp.conf does not exist in AXISCPP_DEPLOY default values </font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// will be
used. Therefore return AXIS_SUCCESS</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>if</b></font><font size=2 face="Courier New">
(AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, </font><font size=2 color=#4200ff face="Courier New">&quot;r&quot;</font><font size=2 face="Courier New">))</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp;{</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp;printf (</font><font size=2 color=#4200ff face="Courier New">&quot;Warning
- The configuration file was not found (%s).\n&quot;</font><font size=2 face="Courier New">,
sNewConfPath);</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp;printf(</font><font size=2 color=#4200ff face="Courier New">&quot;Using
default values\n&quot;</font><font size=2 face="Courier New">);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>return</b></font><font size=2 face="Courier New">
AXIS_SUCCESS;</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp;}</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
<br>
So, you should be seeing the warning message on stdio if the config file
is not being found/readable</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
I'm a little confused by the trace below (this is simpleaxis server right?)
there appear to be two entries for quite a few methods - you're not starting
two servers up at once are you?</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
Let's be clear as well - your conf file should be -.</font><font size=3>
<br>
/home/antgalat/axis-rs6000/etc/axiscpp.conf <br>
<br>
can you confirm. <br>
<br>
It might be worth just simplifying &nbsp;the axiscpp_deploy to be &nbsp;e.g
/tmp/ &nbsp;just in case the hyphen in &quot;axis-rs6000&quot; is causing
any problem. <br>
<br>
<br>
<br>
</font>
<p>
<table width=100%>
<tr valign=top>
<td width=47%><font size=1 face="sans-serif"><b>&quot;Antoine Galataud&quot;
&lt;</b></font><a href=mailto:antoine.galataud@gmail.com target=_blank><font size=1 color=blue face="sans-serif"><b><u>antoine.galataud@gmail.com</u></b></font><font size=3 color=blue><u>
</u></font></a><font size=1 face="sans-serif"><b>&gt;</b> </font>
<p><font size=1 face="sans-serif">27/03/2006 12:22</font><font size=3>
</font>
<p>
<br>
<table border=4 width=100%>
<tr valign=top>
<td width=100% bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Apache AXIS C User List&quot; &lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org
</u></font></a><font size=1 face="sans-serif">&gt;</font></div></table>
<br>
<td width=52%>
<br>
<table width=100%>
<tr valign=top>
<td width=11%>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td width=88%><font size=1 face="sans-serif">&quot;Apache AXIS C User List&quot;
&lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org</u></font></a><font size=1 face="sans-serif">
&gt;</font><font size=3> </font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: AIX 32 bit built</font></table>
<br><font size=3><br>
<br>
</font>
<br>
<table width=100%>
<tr valign=top>
<td width=50%>
<td width=50%></table>
<br></table>
<br><font size=3><br>
<br>
<br>
<br>
<br>
************ Start Display Current Environment ************<br>
Axis C++ libraries built on Mar 24 2006 at 10:55:39<br>
Startup trace produced on Mon Mar 27 08:58:58 2006<br>
<br>
PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
<br>
LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
<br>
LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:<br>
AXISCPP_DEPLOY=/home/antgalat/axis-rs6000<br>
PWD=/home/antgalat<br>
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar<br>
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat <br>
HOSTNAME=ptxskplus03<br>
LANG=en_US<br>
LOGIN=antgalat<br>
LOGNAME=antgalat<br>
MACHTYPE=rs6000<br>
OSTYPE=aix<br>
USER=antgalat<br>
************* End Display Current Environment *************<br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &gt; AdminUtils @20398674 <br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &gt; AdminUtils @20398674<br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &lt; AdminUtils @20398674<br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &lt; AdminUtils @20398674<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &gt; AxisCPPConfigDefaults
@2ff20c30 <br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &gt; AxisCPPConfigDefaults
@2ff20c30<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &gt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &gt; AxisCPPConfigDefaultsImpl
@205c56a8 <br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &lt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &lt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &lt; AxisCPPConfigDefaults
@2ff20c30 <br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &lt; AxisCPPConfigDefaults
@2ff20c30<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &gt; setListenPort
@2ff20c30,&quot;9092&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; setListenPort
@2ff20c30,&quot;9092&quot; <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setListenPort
@205c56a8,&quot;9092&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setListenPort
@205c56a8,&quot;9092&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setListenPort
@205c56a8 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setListenPort
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setListenPort
@2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setListenPort
@2ff20c30 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; setNodeName
@2ff20c30,&quot;ptxskplus03&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; setNodeName
@2ff20c30,&quot;ptxskplus03&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setNodeName
@205c56a8,&quot;ptxskplus03&quot; <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setNodeName
@205c56a8,&quot;ptxskplus03&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setNodeName
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setNodeName
@205c56a8 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setNodeName
@2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setNodeName
@2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; apply @2ff20c30
<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; apply @2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; apply @205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; apply @205c56a8
<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &gt; AxisConfig @205c5848<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &gt; AxisConfig @205c5848<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &lt; AxisConfig @205c5848<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &lt; AxisConfig @205c5848 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientLog
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientLog
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientLog
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientLog
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientWSDDFile
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientWSDDFile
@205c56a8 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientWSDDFile
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientWSDDFile
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getXMLParserLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getXMLParserLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getXMLParserLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getXMLParserLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPTransportLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPTransportLibrary
@205c56a8 <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPTransportLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPTransportLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPChannelLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPChannelLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPChannelLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPChannelLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPSSLChannelLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPSSLChannelLibrary
@205c56a8 <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPSSLChannelLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPSSLChannelLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getNodeName
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getNodeName
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getNodeName
@205c56a8,@2 &quot;ptxskplus03&quot; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getNodeName
@205c56a8,@3 &quot;&quot;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000008]
&lt;....&gt;, &quot;&quot;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000008]
&lt;....&gt;, &quot;&quot; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getListenPort
@205c56a8 <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getListenPort
@205c56a8<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getListenPort
@205c56a8,@2 &quot;9092&quot;<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getListenPort
@205c56a8,@3 &quot;&quot; <br>
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000009]
&lt;....&gt;, &quot;&quot;<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000009]
&lt;....&

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Hi,

I'm still unable to get both simple_axis_server and libaxiscpp_mod.a
working. I'm stuck with this environment variable read, I don't understand
what is the matter.

Do you have any further information ?

Thanks.

2006/3/27, Antoine Galataud <an...@gmail.com>:
>
> Yes when I move axiscpp.conf to another place, nothing changes. Here are
> the logs where /tmp does not contain etc/axiscpp.conf
>
>
> ************ Start Display Current Environment ************
> Axis C++ libraries built on Mar 24 2006 at 10:55:39
> Startup trace produced on Mon Mar 27 16:52:38 2006
>
>
> PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
>
> LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
>
>
> LD_LIBRARY_PATH=/kplustp/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> AXISCPP_DEPLOY=/tmp
>
> PWD=/home/antgalat
> CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> HOSTNAME=ptxskplus03
> LANG=en_US
> LOGIN=antgalat
> LOGNAME=antgalat
> MACHTYPE=rs6000
> OSTYPE=aix
> USER=antgalat
> ************* End Display Current Environment *************
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c50,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c50,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c50
> [27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c50,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c50,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@2 "ptxskplus03"
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@3 ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@2 "9092"
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@3 ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
> [27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
> [27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
> [27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
> [27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
> [27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
> [27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
> [27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "
> http://schemas.xmlsoap.org/soap/envelope/"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "
> http://schemas.xmlsoap.org/soap/envelope/"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "
> http://www.w3.org/2003/05/soap-envelope"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "http://www.w3.org/2003/05/soap-envelope
> "
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " http://schemas.xmlsoap.org/soap/envelope/"
> [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " http://schemas.xmlsoap.org/soap/envelope/"
> [27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "http://www.w3.org/2001/XMLSchema-instance
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> http://www.w3.org/2001/XMLSchema-instance"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "http://www.w3.org/2001/XMLSchema
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "http://www.w3.org/2001/XMLSchema
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
> http://www.w3.org/2003/05/soap-envelope"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
> http://www.w3.org/2003/05/soap-envelope"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "http://www.w3.org/2001/XMLSchema-instance
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> http://www.w3.org/2001/XMLSchema-instance"
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "http://www.w3.org/2001/XMLSchema
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "http://www.w3.org/2001/XMLSchema
> "
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
> [27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
> [27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
> [27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
> [27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
> [27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
> [27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/tmp"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/tmp"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/tmp"
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "Kÿÿä‚'"
> [27/03/2006 16:52:38:526 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib 0
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib @1 0
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib 0
> [27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff20a00
> [27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
> ~AxisCPPConfigDefaults @2ff20c50
> [27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
> ~AxisCPPConfigDefaults @2ff20c50
>
>
>
>
>
> 2006/3/27, John Hawkins <HAWKINSJ@uk.ibm.com >:
> >
> >
> > To confirm - you are telling me that even when you move the axiscpp.conffile away so you don't have one - you get an abort? Does the trace file look
> > the same when you move the conf file away (inc startuptrace) ? Can you copy
> > it here - btw: If you use the same startup trace log file name as the log
> > file they will be merged. It might make it easier to use a diff name for the
> > startup log than the svr log.
> > (Please be sure to delete the log file in between executions as it
> > appends rather than overwrites)
> >
> >
> >
> >
> >  *"Antoine Galataud" <an...@gmail.com>*
> >
> > 27/03/2006 15:26
> >  Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> >   To
> > "Apache AXIS C User List" <ax...@ws.apache.org>  cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> > No, whatever I do, I do not see anything but "Äbort (core dumped)"
> >
> > 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
> >
> > And if you move the axiscpp.conf deliberately to the wrong place i.e.
> > not in axiscpp_deploy/etc - do you see that msg?
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com*
> > <an...@gmail.com>*>*
> >
> > 27/03/2006 14:42
> >
> >
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> > That's right, I should see this warning message, but it's not the case.
> > I tried moving etc in /tmp, it changed nothing.
> > I'm running just one instance of the simple_axis_server, and my
> > axiscpp.conf file is located at the right place...
> >
> > 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
> >
> > Here's the code we are looking at ->
> >
> > // Obtain AXIS deployment path from environment,  If not set, we will
> > use
> >   // default deployment path.  Note that default deployment path is the
> > NULL
> >   // string unless it is modified.
> >   sConfPath = getenv ("AXISCPP_DEPLOY");
> >   *if* (sConfPath)
> >       setValue(0,AXCONF_AXISHOME,sConfPath);
> >
> >   // get the value of the path
> >   sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
> >
> >   // If the AXIS deployment path is not set default values
> >   // will be used. Therefore return AXIS_SUCCESS
> >   *if* (!sConfPath || (*sConfPath == '\0'))
> >   {
> >       *return* AXIS_SUCCESS;
> >   }
> >
> >   strcpy (sNewConfPath, sConfPath);
> >   strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
> >
> >   // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default
> > values
> >   // will be used. Therefore return AXIS_SUCCESS
> >   *if* (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
> >   {
> >       printf ("Warning - The configuration file was not found (%s).\n",
> > sNewConfPath);
> >       printf("Using default values\n");
> >       *return* AXIS_SUCCESS;
> >   }
> >
> >
> > So, you should be seeing the warning message on stdio if the config file
> > is not being found/readable
> >
> > I'm a little confused by the trace below (this is simpleaxis server
> > right?) there appear to be two entries for quite a few methods - you're not
> > starting two servers up at once are you?
> >
> > Let's be clear as well - your conf file should be -.
> > /home/antgalat/axis-rs6000/etc/axiscpp.conf
> >
> > can you confirm.
> >
> > It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/
> >  just in case the hyphen in "axis-rs6000" is causing any problem.
> >
> >
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com* * *<an...@gmail.com>
> > *>*
> >
> > 27/03/2006 12:22
> >
> >
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > ************ Start Display Current Environment ************
> > Axis C++ libraries built on Mar 24 2006 at 10:55:39
> > Startup trace produced on Mon Mar 27 08:58:58 2006
> >
> > PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
> >
> > LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
> >
> >
> > LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> > AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
> > PWD=/home/antgalat
> > CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> > NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> > HOSTNAME=ptxskplus03
> > LANG=en_US
> > LOGIN=antgalat
> > LOGNAME=antgalat
> > MACHTYPE=rs6000
> > OSTYPE=aix
> > USER=antgalat
> > ************* End Display Current Environment *************
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> > AxisCPPConfigDefaultsImpl @205c56a8
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> > AxisCPPConfigDefaults @2ff20c30
> > [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
> > @2ff20c30,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
> > @2ff20c30,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > setListenPort @205c56a8,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > setListenPort @205c56a8,"9092"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> > setListenPort @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> > setListenPort @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> > @2ff20c30,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> > @2ff20c30,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> > @205c56a8,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> > @205c56a8,"ptxskplus03"
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> > @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> > @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> > @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> > @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getClientWSDDFile @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getClientWSDDFile @205c56a8
> > [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getClientWSDDFile @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getClientWSDDFile @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getXMLParserLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getXMLParserLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getXMLParserLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getXMLParserLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPTransportLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPTransportLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPTransportLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPTransportLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPSSLChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getHTTPSSLChannelLibrary @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> > @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> > @205c56a8,@2 "ptxskplus03"
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> > @205c56a8,@3 ""
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000008] <....>, ""
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000008] <....>, ""
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getListenPort @205c56a8
> > [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getListenPort @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getListenPort @205c56a8,@2 "9092"
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getListenPort @205c56a8,@3 ""
> > [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000009] <....>, ""
> > [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> > [00000009] <....>, ""
> > [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getSecureInfo @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl >
> > getSecureInfo @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getSecureInfo @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl <
> > getSecureInfo @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> > @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> > @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> > @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> > @205c56a8,@1 <null>
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> > @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> > @205c56a8
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> > [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> > [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> > [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> > [27/03/2006 08:58:58:171 NFT] 1 - > start_initializing
> > [27/03/2006 08:58:58:172 NFT] 1 - > start_initializing
> > [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> > [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> > [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> > [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] <
> > >
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] <
> > >
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] <
> > >
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh
> > "globalConfiguration"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh
> > "globalConfiguration"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] <
> > >
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> > [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] <
> > >
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] <
> > >
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] <
> > >
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] <
> > >
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] <
> > >
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] <
> > >
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> > [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> > [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> > [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " *http://schemas.xmlsoap.org/soap/envelope/
> > * <http://schemas.xmlsoap.org/soap/envelope/>"
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " *
> > http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> > "
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] <
> > >
> > [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] <
> > >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] <
> > >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] <
> > >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] <
> > >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] <
> > >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] <
> > >
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] <
> > >
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] <
> > >
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] <
> > >
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] <
> > >
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " *
> > http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> > "
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " *http://www.w3.org/2003/05/soap-envelope
> > * <http://www.w3.org/2003/05/soap-envelope>"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] <
> > >
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] <
> > >
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] <
> > >
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> > [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] <
> > >
> > [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] <
> > >
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] <
> > >
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] <
> > >
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] <
> > >
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] <
> > >
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] <
> > >
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> > [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] <
> > >
> > [27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> > "", " *http://schemas.xmlsoap.org/soap/envelope/ *<http://schemas.xmlsoap.org/soap/envelope/>
> > "
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> > "", " *http://schemas.xmlsoap.org/soap/envelope/ *<http://schemas.xmlsoap.org/soap/envelope/>
> > "
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "",
> > "* http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> > "
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "",
> > " *http://www.w3.org/2001/XMLSchema-instance *<http://www.w3.org/2001/XMLSchema-instance>
> > "
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> > *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> > * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>"
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> > *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> > "
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> > @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> > *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> > "
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> > [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute @205c63d8
> >
> ...
>
> [Message tronqué]




--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Yes when I move axiscpp.conf to another place, nothing changes. Here are the
logs where /tmp does not contain etc/axiscpp.conf

************ Start Display Current Environment ************
Axis C++ libraries built on Mar 24 2006 at 10:55:39
Startup trace produced on Mon Mar 27 16:52:38 2006

PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
LD_LIBRARY_PATH=/kplustp/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
AXISCPP_DEPLOY=/tmp
PWD=/home/antgalat
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
HOSTNAME=ptxskplus03
LANG=en_US
LOGIN=antgalat
LOGNAME=antgalat
MACHTYPE=rs6000
OSTYPE=aix
USER=antgalat
************* End Display Current Environment *************
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils > AdminUtils @20398674
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 16:52:38:509 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults >
AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl >
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl <
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults <
AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
@2ff20c50,"9092"
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults > setListenPort
@2ff20c50,"9092"
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
@205c56a8,"9092"
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
@205c56a8,"9092"
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
@205c56a8
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
@205c56a8
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
@2ff20c50
[27/03/2006 16:52:38:509 NFT] 1 AxisCPPConfigDefaults < setListenPort
@2ff20c50
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
@2ff20c50,"ptxskplus03"
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > setNodeName
@2ff20c50,"ptxskplus03"
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
@205c56a8,"ptxskplus03"
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
@205c56a8,"ptxskplus03"
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
@205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
@205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
@2ff20c50
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults < setNodeName
@2ff20c50
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c50
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > apply @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
[27/03/2006 16:52:38:510 NFT] 1 AxisConfig < AxisConfig @205c5848
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
@205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
@205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
@205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
@205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getClientWSDDFile @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getClientWSDDFile @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getXMLParserLibrary @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getXMLParserLibrary @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
getXMLParserLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
getXMLParserLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPTransportLibrary @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPTransportLibrary @205c56a8
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPTransportLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPTransportLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:510 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPChannelLibrary @205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPChannelLibrary @205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPChannelLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPChannelLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPSSLChannelLibrary @205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPSSLChannelLibrary @205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPSSLChannelLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPSSLChannelLibrary @205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
@205c56a8,@2 "ptxskplus03"
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
@205c56a8,@3 ""
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000008] <....>, ""
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000008] <....>, ""
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
@205c56a8,@2 "9092"
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
@205c56a8,@3 ""
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000009] <....>, ""
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000009] <....>, ""
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 16:52:38:511 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
@205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
@205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
@205c56a8
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
@205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
@205c56a8,@1 <null>
[27/03/2006 16:52:38:511 NFT] 1 AxisCPPConfigDefaultsImpl < apply @205c56a8
[27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaultsImpl < apply @205c56a8
[27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
[27/03/2006 16:52:38:512 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c50
[27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
[27/03/2006 16:52:38:512 NFT] 1 - > initialize_module 1
[27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
[27/03/2006 16:52:38:512 NFT] 1 - > start_initializing
[27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
[27/03/2006 16:52:38:512 NFT] 1 - < start_initializing
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > initialize
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < initialize
[27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
[27/03/2006 16:52:38:512 NFT] 1 WSDDKeywords > initialize
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "service"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
"globalConfiguration"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh
"globalConfiguration"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
[27/03/2006 16:52:38:512 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "className"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
[27/03/2006 16:52:38:513 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "name"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:514 NFT] 1 AxisUtils > ToAxisXMLCh "description"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "description"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
[27/03/2006 16:52:38:515 NFT] 1 WSDDKeywords < initialize
[27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
[27/03/2006 16:52:38:515 NFT] 1 SoapKeywordMapping > initialize
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
[27/03/2006 16:52:38:515 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 16:52:38:516 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "env"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:517 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:518 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
[27/03/2006 16:52:38:519 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
"", "http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
"", "http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
[27/03/2006 16:52:38:519 NFT] 1 Attribute < Attribute @205c5df8
[27/03/2006 16:52:38:519 NFT] 1 Attribute > Attribute
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c5f58
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c6258,[2FF20A50205C5C5800000000] </..P \\X....>, "env", "xmlns", "", "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6258
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c63d8
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 16:52:38:520 NFT] 1 Attribute > Attribute
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 16:52:38:520 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
[27/03/2006 16:52:38:520 NFT] 1 SoapKeywordMapping < initialize
[27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
[27/03/2006 16:52:38:520 NFT] 1 TypeMapping > initialize
[27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
[27/03/2006 16:52:38:521 NFT] 1 TypeMapping < initialize
[27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
[27/03/2006 16:52:38:521 NFT] 1 URIMapping > initialize
[27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
[27/03/2006 16:52:38:521 NFT] 1 URIMapping < initialize
[27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
[27/03/2006 16:52:38:521 NFT] 1 SoapFault > initialize
[27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
[27/03/2006 16:52:38:521 NFT] 1 SoapFault < initialize
[27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
[27/03/2006 16:52:38:521 NFT] 1 - > ModuleInitialize
[27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
[27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7788
[27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
[27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7788
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader > HandlerLoader
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
[27/03/2006 16:52:38:521 NFT] 1 HandlerLoader < HandlerLoader
[27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 16:52:38:521 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
[27/03/2006 16:52:38:521 NFT] 1 SharedObject < SharedObject @205c7808
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
@205c7808
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
@205c7808
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
@205c7808
[27/03/2006 16:52:38:522 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
@205c7808
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
RequestScopeHandlerPool @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool >
RequestScopeHandlerPool @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
RequestScopeHandlerPool @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 RequestScopeHandlerPool <
RequestScopeHandlerPool @205c7bb8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
SessionScopeHandlerPool @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool >
SessionScopeHandlerPool @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
SessionScopeHandlerPool @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SessionScopeHandlerPool <
SessionScopeHandlerPool @205c7c48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
@205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool > DeserializerPool
@205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
@205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 DeserializerPool < DeserializerPool
@205c7cc8
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject > SharedObject @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SharedObject < SharedObject @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool @205c7d48
[27/03/2006 16:52:38:522 NFT] 1 SerializerPool < SerializerPool @205c7d48
[27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 SharedObject > SharedObject @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool > HandlerPool @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 HandlerPool < HandlerPool @205c7dc8
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
[27/03/2006 16:52:38:523 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
\XH............................>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
\XH............................>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000000] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000000] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000001] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000001] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000002] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000002] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000003] <....>
[27/03/2006 16:52:38:523 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000003] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000004] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000004] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000005] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000005] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libhttp_transport.a"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000006] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000006] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000007] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000007] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libaxis_xmlparser.a"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000008] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000008] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000009] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000009] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000A] <....>
[27/03/2006 16:52:38:524 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000A] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "Unknown"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000B] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000B] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libhttp_channel.a"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000C] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000C] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
[27/03/2006 16:52:38:525 NFT] 1 - < ModuleInitialize
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > readConfFile @205c7ee8
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
[00000004] <....>, "/tmp"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > setValue @205c7ee8,0,
[00000004] <....>, "/tmp"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000004] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000004] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@2 "/tmp"
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@3 ""
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
[27/03/2006 16:52:38:525 NFT] 1 XMLParserFactory > initialize
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000007] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000007] <....>
[27/03/2006 16:52:38:525 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@2 "Kÿÿä‚'"
[27/03/2006 16:52:38:526 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@3 <null>
[27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
[27/03/2006 16:52:38:526 NFT] 1 XMLParserFactory > loadLib
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib 0
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < loadLib @1 0
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory > unloadLib
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib 0
[27/03/2006 16:52:38:601 NFT] 1 XMLParserFactory < unloadLib @1 540180256
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException > AxisEngineException
@2ff20a00,29, ""
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException > AxisEngineException
@2ff20a00,29, ""
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
library"
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,@1 ""
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[27/03/2006 16:52:38:601 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
library"
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,@1 ""
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
@2ff20a00
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
@2ff20a00
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > AxisEngineException
@2ff20b18,29, " "
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > AxisEngineException
@2ff20b18,29, " "
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,@1 ""
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,@1 ""
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
@2ff20b18
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < AxisEngineException
@2ff20b18
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
[27/03/2006 16:52:38:602 NFT] 1 - X initialize_module @3 caught "..."
[27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
[27/03/2006 16:52:38:602 NFT] 1 - > done_initializing
[27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
[27/03/2006 16:52:38:602 NFT] 1 - < done_initializing
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > ~AxisEngineException
@2ff20a00
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException > ~AxisEngineException
@2ff20a00
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < ~AxisEngineException
@2ff20a00
[27/03/2006 16:52:38:602 NFT] 1 AxisEngineException < ~AxisEngineException
@2ff20a00
[27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
~AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:602 NFT] 1 AxisCPPConfigDefaults >
~AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl >
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaultsImpl <
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
~AxisCPPConfigDefaults @2ff20c50
[27/03/2006 16:52:38:603 NFT] 1 AxisCPPConfigDefaults <
~AxisCPPConfigDefaults @2ff20c50




2006/3/27, John Hawkins <HA...@uk.ibm.com>:
>
>
> To confirm - you are telling me that even when you move the axiscpp.conffile away so you don't have one - you get an abort? Does the trace file look
> the same when you move the conf file away (inc startuptrace) ? Can you copy
> it here - btw: If you use the same startup trace log file name as the log
> file they will be merged. It might make it easier to use a diff name for the
> startup log than the svr log.
> (Please be sure to delete the log file in between executions as it appends
> rather than overwrites)
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 27/03/2006 15:26
>  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> No, whatever I do, I do not see anything but "Äbort (core dumped)"
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> And if you move the axiscpp.conf deliberately to the wrong place i.e. not
> in axiscpp_deploy/etc - do you see that msg?
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 27/03/2006 14:42
>
>
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> That's right, I should see this warning message, but it's not the case.
> I tried moving etc in /tmp, it changed nothing.
> I'm running just one instance of the simple_axis_server, and my
> axiscpp.conf file is located at the right place...
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
> Here's the code we are looking at ->
>
> // Obtain AXIS deployment path from environment,  If not set, we will use
>   // default deployment path.  Note that default deployment path is the
> NULL
>   // string unless it is modified.
>   sConfPath = getenv ("AXISCPP_DEPLOY");
>   *if* (sConfPath)
>       setValue(0,AXCONF_AXISHOME,sConfPath);
>
>   // get the value of the path
>   sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
>
>   // If the AXIS deployment path is not set default values
>   // will be used. Therefore return AXIS_SUCCESS
>   *if* (!sConfPath || (*sConfPath == '\0'))
>   {
>       *return* AXIS_SUCCESS;
>   }
>
>   strcpy (sNewConfPath, sConfPath);
>   strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
>
>   // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default values
>   // will be used. Therefore return AXIS_SUCCESS
>   *if* (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
>   {
>       printf ("Warning - The configuration file was not found (%s).\n",
> sNewConfPath);
>       printf("Using default values\n");
>       *return* AXIS_SUCCESS;
>   }
>
>
> So, you should be seeing the warning message on stdio if the config file
> is not being found/readable
>
> I'm a little confused by the trace below (this is simpleaxis server
> right?) there appear to be two entries for quite a few methods - you're not
> starting two servers up at once are you?
>
> Let's be clear as well - your conf file should be -.
> /home/antgalat/axis-rs6000/etc/axiscpp.conf
>
> can you confirm.
>
> It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/
>  just in case the hyphen in "axis-rs6000" is causing any problem.
>
>
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 27/03/2006 12:22
>
>
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
> ************ Start Display Current Environment ************
> Axis C++ libraries built on Mar 24 2006 at 10:55:39
> Startup trace produced on Mon Mar 27 08:58:58 2006
>
> PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
>
> LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
>
>
> LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
> PWD=/home/antgalat
> CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> HOSTNAME=ptxskplus03
> LANG=en_US
> LOGIN=antgalat
> LOGNAME=antgalat
> MACHTYPE=rs6000
> OSTYPE=aix
> USER=antgalat
> ************* End Display Current Environment *************
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@2 "ptxskplus03"
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@2 "9092"
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> [27/03/2006 08:58:58:171 NFT] 1 - > start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - > start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "*http://schemas.xmlsoap.org/soap/envelope/
> * <http://schemas.xmlsoap.org/soap/envelope/>"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "*http://www.w3.org/2003/05/soap-envelope
> * <http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/ *<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/ *<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance *<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance *<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>
> "
>
> [27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
> [27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
> [27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
> [27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
> [27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
> [27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "K���‚'"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib @1 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
> @2ff209e0,29, ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
> @2ff209e0,29, ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,@1 ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20af8,29, " "
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20af8,29, " "
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20af8
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20af8
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl > ~Axi
>
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
To confirm - you are telling me that even when you move the axiscpp.conf 
file away so you don't have one - you get an abort? Does the trace file 
look the same when you move the conf file away (inc startuptrace) ? Can 
you copy it here - btw: If you use the same startup trace log file name as 
the log file they will be merged. It might make it easier to use a diff 
name for the startup log than the svr log.
(Please be sure to delete the log file in between executions as it appends 
rather than overwrites)





"Antoine Galataud" <an...@gmail.com> 
27/03/2006 15:26
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: AIX 32 bit built






No, whatever I do, I do not see anything but "Äbort (core dumped)"

2006/3/27, John Hawkins <HA...@uk.ibm.com>:

And if you move the axiscpp.conf deliberately to the wrong place i.e. not 
in axiscpp_deploy/etc - do you see that msg? 




"Antoine Galataud" <an...@gmail.com> 
27/03/2006 14:42 


Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org> 
cc

Subject
Re: AIX 32 bit built








That's right, I should see this warning message, but it's not the case.
I tried moving etc in /tmp, it changed nothing.
I'm running just one instance of the simple_axis_server, and my 
axiscpp.conf file is located at the right place... 

2006/3/27, John Hawkins <HAWKINSJ@uk.ibm.com >: 

Here's the code we are looking at -> 

// Obtain AXIS deployment path from environment,  If not set, we will use 
   // default deployment path.  Note that default deployment path is the 
NULL 
   // string unless it is modified. 
   sConfPath = getenv ("AXISCPP_DEPLOY"); 
   if (sConfPath) 
       setValue(0,AXCONF_AXISHOME,sConfPath); 

   // get the value of the path 
   sConfPath = getAxisConfProperty(AXCONF_AXISHOME); 
 
   // If the AXIS deployment path is not set default values 
   // will be used. Therefore return AXIS_SUCCESS 
   if (!sConfPath || (*sConfPath == '\0')) 
   { 
       return AXIS_SUCCESS; 
   } 

   strcpy (sNewConfPath, sConfPath); 
   strcat (sNewConfPath, PLATFORM_CONFIG_PATH); 
 
   // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default values 

   // will be used. Therefore return AXIS_SUCCESS 
   if (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r")) 
   { 
       printf ("Warning - The configuration file was not found (%s).\n", 
sNewConfPath); 
       printf("Using default values\n"); 
       return AXIS_SUCCESS; 
   } 


So, you should be seeing the warning message on stdio if the config file 
is not being found/readable 

I'm a little confused by the trace below (this is simpleaxis server 
right?) there appear to be two entries for quite a few methods - you're 
not starting two servers up at once are you? 

Let's be clear as well - your conf file should be -. 
/home/antgalat/axis-rs6000/etc/axiscpp.conf 

can you confirm. 

It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/ 
just in case the hyphen in "axis-rs6000" is causing any problem. 






"Antoine Galataud" <antoine.galataud@gmail.com > 
27/03/2006 12:22 


Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built










************ Start Display Current Environment ************
Axis C++ libraries built on Mar 24 2006 at 10:55:39
Startup trace produced on Mon Mar 27 08:58:58 2006

PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin 

LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib 

LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
PWD=/home/antgalat
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat 
HOSTNAME=ptxskplus03
LANG=en_US
LOGIN=antgalat
LOGNAME=antgalat
MACHTYPE=rs6000
OSTYPE=aix
USER=antgalat
************* End Display Current Environment *************
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674 
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > 
AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > 
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl > 
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl > 
AxisCPPConfigDefaultsImpl @205c56a8 
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl < 
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl < 
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults < 
AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults < 
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort 
@2ff20c30,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort 
@2ff20c30,"9092" 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort 
@205c56a8,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort 
@205c56a8,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort 
@205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort 
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort 
@2ff20c30 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName 
@2ff20c30,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName 
@2ff20c30,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName 
@205c56a8,"ptxskplus03" 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName 
@205c56a8,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName 
@205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName 
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName 
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply 
@205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog 
@205c56a8,@1 <null> 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog 
@205c56a8,@1 <null>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > 
getClientWSDDFile @205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > 
getClientWSDDFile @205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < 
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getXMLParserLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getXMLParserLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getXMLParserLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getXMLParserLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPTransportLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPTransportLibrary @205c56a8 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPTransportLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPTransportLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPChannelLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPSSLChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPSSLChannelLibrary @205c56a8 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPSSLChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPSSLChannelLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName 
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName 
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName 
@205c56a8,@2 "ptxskplus03" 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName 
@205c56a8,@3 ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000008] <....>, ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000008] <....>, "" 
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort 
@205c56a8 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort 
@205c56a8,@2 "9092"
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort 
@205c56a8,@3 "" 
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000009] <....>, ""
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000009] <....>, "" 
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo 
@205c56a8 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo 
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo 
@205c56a8,@1 <null> 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome 
@205c56a8,@1 <null> 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome 
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply 
@205c56a8 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
[27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
[27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
[27/03/2006 08:58:58:171 NFT] 1 - > start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 - > start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 - < start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 - < start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize 
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize 
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment" 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < > 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service" 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh 
"globalConfiguration" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh 
"globalConfiguration"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < > 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < > 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < > 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < > 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < > 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < > 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize 
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize 
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize 
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " 
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " 
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < > 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < > 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < > 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < > 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < > 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < > 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id" 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " 
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " 
http://www.w3.org/2003/05/soap-envelope "
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env" 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < > 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header" 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < > 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < > 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < > 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < > 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < > 
[27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns", 
"", " http://schemas.xmlsoap.org/soap/envelope/ "
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns", 
"", " http://schemas.xmlsoap.org/soap/envelope/ "
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8 
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance "
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58 
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema "
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", " 
http://www.w3.org/2003/05/soap-envelope "
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", " 
http://www.w3.org/2003/05/soap-envelope "
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258 
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance "
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8 
[27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute 
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema "
[27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute 
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema 
" 

[27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize 
[27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize 
[27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize 
[27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize 
[27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize 
[27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool 
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool 
@205c7808 
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool 
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool 
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8 
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool > 
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool > 
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool < 
RequestScopeHandlerPool @205c7bb8 
[27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool < 
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool > 
SessionScopeHandlerPool @205c7c48 
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool > 
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool < 
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool < 
SessionScopeHandlerPool @205c7c48 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool 
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool 
@205c7cc8 
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool 
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool 
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48 
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48 
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8 
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8 
[27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48 
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog" 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "K????'" 

[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog" 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "K????'" 

[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_transport.a" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "K????'" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libaxis_xmlparser.a" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "K????'" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "Unknown" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "K????'" 

[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_channel.a" 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "K????'" 

[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "???" 

[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8 
[27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize 
[27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000" 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "/home/antgalat/axis-rs6000" 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 ""
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "K????'" 

[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 <null> 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib @1 0 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib @1 540180256 
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException 
@2ff209e0,29, ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException 
@2ff209e0,29, ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29 
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser 
library" 
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,@1 ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser 
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,@1 "" 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ") 
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ")
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20af8,29, " "
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20af8,29, " " 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser 
library" 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,@1 ""
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser 
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,@1 "" 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20af8
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20af8
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..." 
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
[27/03/2006 08:58:58:214 NFT] 1 - > done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 - > done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 - < done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 - < done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException 
@2ff209e0 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults > 
~AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults > 
~AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl > 
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl > ~Axi 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information 
INSA - Rouen 

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
No, whatever I do, I do not see anything but "Äbort (core dumped)"

2006/3/27, John Hawkins <HA...@uk.ibm.com>:
>
>
> And if you move the axiscpp.conf deliberately to the wrong place i.e. not
> in axiscpp_deploy/etc - do you see that msg?
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 27/03/2006 14:42
>  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> That's right, I should see this warning message, but it's not the case.
> I tried moving etc in /tmp, it changed nothing.
> I'm running just one instance of the simple_axis_server, and my
> axiscpp.conf file is located at the right place...
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Here's the code we are looking at ->
>
> // Obtain AXIS deployment path from environment,  If not set, we will use
>    // default deployment path.  Note that default deployment path is the
> NULL
>    // string unless it is modified.
>    sConfPath = getenv ("AXISCPP_DEPLOY");
>    *if* (sConfPath)
>        setValue(0,AXCONF_AXISHOME,sConfPath);
>
>    // get the value of the path
>    sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
>
>    // If the AXIS deployment path is not set default values
>    // will be used. Therefore return AXIS_SUCCESS
>    *if* (!sConfPath || (*sConfPath == '\0'))
>    {
>        *return* AXIS_SUCCESS;
>    }
>
>    strcpy (sNewConfPath, sConfPath);
>    strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
>
>    // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default values
>
>    // will be used. Therefore return AXIS_SUCCESS
>    *if* (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
>    {
>        printf ("Warning - The configuration file was not found (%s).\n",
> sNewConfPath);
>        printf("Using default values\n");
>        *return* AXIS_SUCCESS;
>    }
>
>
> So, you should be seeing the warning message on stdio if the config file
> is not being found/readable
>
> I'm a little confused by the trace below (this is simpleaxis server
> right?) there appear to be two entries for quite a few methods - you're not
> starting two servers up at once are you?
>
> Let's be clear as well - your conf file should be -.
> /home/antgalat/axis-rs6000/etc/axiscpp.conf
>
> can you confirm.
>
> It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/
>  just in case the hyphen in "axis-rs6000" is causing any problem.
>
>
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 27/03/2006 12:22
>
>
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> ************ Start Display Current Environment ************
> Axis C++ libraries built on Mar 24 2006 at 10:55:39
> Startup trace produced on Mon Mar 27 08:58:58 2006
>
> PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
>
> LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
>
>
> LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
> PWD=/home/antgalat
> CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> HOSTNAME=ptxskplus03
> LANG=en_US
> LOGIN=antgalat
> LOGNAME=antgalat
> MACHTYPE=rs6000
> OSTYPE=aix
> USER=antgalat
> ************* End Display Current Environment *************
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@2 "ptxskplus03"
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@2 "9092"
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> [27/03/2006 08:58:58:171 NFT] 1 - > start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - > start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "*http://schemas.xmlsoap.org/soap/envelope/
> * <http://schemas.xmlsoap.org/soap/envelope/>"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "*http://www.w3.org/2003/05/soap-envelope
> * <http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/ *<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/ *<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance *<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance *<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>
> "
>
> [27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
> [27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
> [27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
> [27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
> [27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
> [27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "K���‚'"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib @1 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
> @2ff209e0,29, ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
> @2ff209e0,29, ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,@1 ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20af8,29, " "
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20af8,29, " "
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20af8
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20af8
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl > ~Axi
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
<br><font size=2 face="sans-serif">And if you move the axiscpp.conf deliberately
to the wrong place i.e. not in axiscpp_deploy/etc - do you see that msg?</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Antoine Galataud&quot;
&lt;antoine.galataud@gmail.com&gt;</b> </font>
<p><font size=1 face="sans-serif">27/03/2006 14:42</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Apache AXIS C User List&quot; &lt;axis-c-user@ws.apache.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;Apache AXIS C User List&quot;
&lt;axis-c-user@ws.apache.org&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: AIX 32 bit built</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=3>That's right, I should see this warning message, but it's
not the case.<br>
I tried moving etc in /tmp, it changed nothing.<br>
I'm running just one instance of the simple_axis_server, and my axiscpp.conf
file is located at the right place... <br>
</font>
<br><font size=3>2006/3/27, John Hawkins &lt;</font><a href=mailto:HAWKINSJ@uk.ibm.com><font size=3 color=blue><u>HAWKINSJ@uk.ibm.com</u></font></a><font size=3>&gt;:</font>
<br><font size=2 color=#3f8080 face="Courier New"><br>
Here's the code we are looking at -&gt;</font><font size=3> <br>
</font><font size=2 color=#3f8080 face="Courier New"><br>
// Obtain AXIS deployment path from environment, &nbsp;If not set, we will
use</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// default
deployment path. &nbsp;Note that default deployment path is the NULL</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// string
unless it is modified.</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;sConfPath = getenv (</font><font size=2 color=#4200ff face="Courier New">&quot;AXISCPP_DEPLOY&quot;</font><font size=2 face="Courier New">);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>if</b></font><font size=2 face="Courier New">
(sConfPath)</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;setValue(0,AXCONF_AXISHOME,sConfPath);</font><font size=3>
<br>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// get
the value of the path</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;sConfPath = getAxisConfProperty(AXCONF_AXISHOME);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;<br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// If
the AXIS deployment path is not set default values </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// will
be used. Therefore return AXIS_SUCCESS</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>if</b></font><font size=2 face="Courier New">
(!sConfPath || (*sConfPath == </font><font size=2 color=#4200ff face="Courier New">'\0'</font><font size=2 face="Courier New">))</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;{</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>return</b></font><font size=2 face="Courier New">
AXIS_SUCCESS;</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;}</font><font size=3> <br>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;strcpy (sNewConfPath, sConfPath);</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;strcat (sNewConfPath, PLATFORM_CONFIG_PATH);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;<br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// Even
if axiscpp.conf does not exist in AXISCPP_DEPLOY default values </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#3f8080 face="Courier New">// will
be used. Therefore return AXIS_SUCCESS</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>if</b></font><font size=2 face="Courier New">
(AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, </font><font size=2 color=#4200ff face="Courier New">&quot;r&quot;</font><font size=2 face="Courier New">))</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;{</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;printf (</font><font size=2 color=#4200ff face="Courier New">&quot;Warning
- The configuration file was not found (%s).\n&quot;</font><font size=2 face="Courier New">,
sNewConfPath);</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;printf(</font><font size=2 color=#4200ff face="Courier New">&quot;Using
default values\n&quot;</font><font size=2 face="Courier New">);</font><font size=3>
</font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=2 color=#820040 face="Courier New"><b>return</b></font><font size=2 face="Courier New">
AXIS_SUCCESS;</font><font size=3> </font><font size=2 face="Courier New"><br>
 &nbsp; &nbsp;}</font><font size=3> <br>
<br>
</font><font size=2 face="sans-serif"><br>
So, you should be seeing the warning message on stdio if the config file
is not being found/readable</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
I'm a little confused by the trace below (this is simpleaxis server right?)
there appear to be two entries for quite a few methods - you're not starting
two servers up at once are you?</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Let's be clear as well - your conf file should be -.</font><font size=3>
<br>
/home/antgalat/axis-rs6000/etc/axiscpp.conf <br>
<br>
can you confirm. <br>
<br>
It might be worth just simplifying &nbsp;the axiscpp_deploy to be &nbsp;e.g
/tmp/ &nbsp;just in case the hyphen in &quot;axis-rs6000&quot; is causing
any problem. <br>
<br>
<br>
<br>
<br>
<br>
</font>
<p>
<table width=100%>
<tr valign=top>
<td width=47%><font size=1 face="sans-serif"><b>&quot;Antoine Galataud&quot;
&lt;</b></font><a href=mailto:antoine.galataud@gmail.com target=_blank><font size=1 color=blue face="sans-serif"><b><u>antoine.galataud@gmail.com</u></b></font></a><font size=1 face="sans-serif"><b>&gt;</b>
</font>
<p><font size=1 face="sans-serif">27/03/2006 12:22</font><font size=3>
</font>
<p>
<br>
<table border=4 width=100%>
<tr valign=top>
<td width=100% bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;Apache AXIS C User List&quot; &lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org</u></font></a><font size=1 face="sans-serif">&gt;</font></div></table>
<br>
<td width=52%>
<table width=100%>
<tr valign=top>
<td width=11%>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td width=88%><font size=1 face="sans-serif">&quot;Apache AXIS C User List&quot;
&lt;</font><a href="mailto:axis-c-user@ws.apache.org" target=_blank><font size=1 color=blue face="sans-serif"><u>axis-c-user@ws.apache.org</u></font></a><font size=1 face="sans-serif">&gt;</font><font size=3>
</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: AIX 32 bit built</font></table>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=50%>
<td width=50%></table>
<br></table>
<br><font size=3><br>
</font>
<br><font size=3><br>
************ Start Display Current Environment ************<br>
Axis C++ libraries built on Mar 24 2006 at 10:55:39<br>
Startup trace produced on Mon Mar 27 08:58:58 2006<br>
<br>
PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
<br>
LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
<br>
LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:<br>
AXISCPP_DEPLOY=/home/antgalat/axis-rs6000<br>
PWD=/home/antgalat<br>
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar<br>
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat <br>
HOSTNAME=ptxskplus03<br>
LANG=en_US<br>
LOGIN=antgalat<br>
LOGNAME=antgalat<br>
MACHTYPE=rs6000<br>
OSTYPE=aix<br>
USER=antgalat<br>
************* End Display Current Environment *************<br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &gt; AdminUtils @20398674 <br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &gt; AdminUtils @20398674<br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &lt; AdminUtils @20398674<br>
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils &lt; AdminUtils @20398674<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &gt; AxisCPPConfigDefaults
@2ff20c30 <br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &gt; AxisCPPConfigDefaults
@2ff20c30<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &gt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &gt; AxisCPPConfigDefaultsImpl
@205c56a8 <br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &lt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl &lt; AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &lt; AxisCPPConfigDefaults
@2ff20c30 <br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &lt; AxisCPPConfigDefaults
@2ff20c30<br>
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults &gt; setListenPort
@2ff20c30,&quot;9092&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; setListenPort
@2ff20c30,&quot;9092&quot; <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setListenPort
@205c56a8,&quot;9092&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setListenPort
@205c56a8,&quot;9092&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setListenPort
@205c56a8 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setListenPort
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setListenPort
@2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setListenPort
@2ff20c30 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; setNodeName
@2ff20c30,&quot;ptxskplus03&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; setNodeName
@2ff20c30,&quot;ptxskplus03&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setNodeName
@205c56a8,&quot;ptxskplus03&quot; <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; setNodeName
@205c56a8,&quot;ptxskplus03&quot;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setNodeName
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; setNodeName
@205c56a8 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setNodeName
@2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &lt; setNodeName
@2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; apply @2ff20c30
<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults &gt; apply @2ff20c30<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; apply @205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; apply @205c56a8
<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &gt; AxisConfig @205c5848<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &gt; AxisConfig @205c5848<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &lt; AxisConfig @205c5848<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig &lt; AxisConfig @205c5848 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientLog
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientLog
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientLog
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientLog
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientWSDDFile
@205c56a8<br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getClientWSDDFile
@205c56a8 <br>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientWSDDFile
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getClientWSDDFile
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getXMLParserLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getXMLParserLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getXMLParserLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getXMLParserLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPTransportLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPTransportLibrary
@205c56a8 <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPTransportLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPTransportLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPChannelLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPChannelLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPChannelLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPChannelLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPSSLChannelLibrary
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getHTTPSSLChannelLibrary
@205c56a8 <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPSSLChannelLibrary
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getHTTPSSLChannelLibrary
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getNodeName
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getNodeName
@205c56a8<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getNodeName
@205c56a8,@2 &quot;ptxskplus03&quot; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getNodeName
@205c56a8,@3 &quot;&quot;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000008]
&lt;....&gt;, &quot;&quot;<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000008]
&lt;....&gt;, &quot;&quot; <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getListenPort
@205c56a8 <br>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getListenPort
@205c56a8<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getListenPort
@205c56a8,@2 &quot;9092&quot;<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getListenPort
@205c56a8,@3 &quot;&quot; <br>
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000009]
&lt;....&gt;, &quot;&quot;<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig &gt; setValue @205c5848,0, [00000009]
&lt;....&gt;, &quot;&quot; <br>
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig &lt; setValue @205c5848<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getSecureInfo
@205c56a8 <br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getSecureInfo
@205c56a8<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getSecureInfo
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getSecureInfo
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getAxisHome
@205c56a8<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &gt; getAxisHome
@205c56a8<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getAxisHome
@205c56a8,@1 &lt;null&gt; <br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; getAxisHome
@205c56a8,@1 &lt;null&gt;<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; apply @205c56a8<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl &lt; apply @205c56a8
<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults &lt; apply @2ff20c30<br>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults &lt; apply @2ff20c30<br>
[27/03/2006 08:58:58:171 NFT] 1 - &gt; initialize_module 1<br>
[27/03/2006 08:58:58:171 NFT] 1 - &gt; initialize_module 1<br>
[27/03/2006 08:58:58:171 NFT] 1 - &gt; start_initializing <br>
[27/03/2006 08:58:58:172 NFT] 1 - &gt; start_initializing <br>
[27/03/2006 08:58:58:172 NFT] 1 - &lt; start_initializing <br>
[27/03/2006 08:58:58:172 NFT] 1 - &lt; start_initializing <br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; initialize <br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; initialize <br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; initialize <br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; initialize <br>
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords &gt; initialize <br>
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords &gt; initialize <br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;deployment&quot;
<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;deployment&quot;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329660 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;undeployment&quot;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;undeployment&quot;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2032966c [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;service&quot;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;service&quot;
<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2032967c [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;globalConfiguration&quot;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;globalConfiguration&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329684 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;parameter&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;parameter&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329698 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;handler&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;handler&quot;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296a4 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;chain&quot;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;chain&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296ac [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;namespace&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;namespace&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296b4 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;provider&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;provider&quot;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296c0 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;className&quot;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;className&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296cc [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedMethods&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedMethods&quot;<br>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296d8 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedRoles&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;allowedRoles&quot;
<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296e8 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;requestFlow&quot;
<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;requestFlow&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh 203296f8 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;responseFlow&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;responseFlow&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329704 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;transport&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;transport&quot;
<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329714 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;name&quot;
<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;name&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329720 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;value&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;value&quot;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329728 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;
<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329730 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;scope&quot;
<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;scope&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329738 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;http&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;http&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329740 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;smtp&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;smtp&quot;
<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329748 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;description&quot;
<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;description&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh 20329750 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords &lt; initialize <br>
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords &lt; initialize <br>
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping &gt; initialize <br>
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping &gt; initialize <br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;</font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>
http://schemas.xmlsoap.org/soap/envelope/</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot; </font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed40 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;SOAP-ENV&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;SOAP-ENV&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed6c [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed78 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed84 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed8c [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed94 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031eda4 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;<br>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edac [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edbc [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultcode&quot;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultcode&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edc4 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultstring&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultstring&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edd0 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultactor&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;faultactor&quot;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031eddc [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;detail&quot;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;detail&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ede8 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edf0 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edfc [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;
<br>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee04 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee10 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;
<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee18 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;</font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>
http://www.w3.org/2003/05/soap-envelope </u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee1c [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;env&quot;
<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;env&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee44 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Envelope&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed78 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Header&quot;
<br>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed84 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Body&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed8c [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;mustUnderstand&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ed94 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;actor&quot;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031eda4 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;encodingStyle&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edac [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Fault&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edbc [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Code&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Code&quot;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee48 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Reason&quot;
<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Reason&quot;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee50 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Role&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Role&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee58 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Detail&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;Detail&quot;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee60 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;multiRef&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edf0 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;type&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031edfc [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;arrayType&quot;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee04 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;href&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee10 [20]
&lt; &gt;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;
<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &gt; ToAxisXMLCh &quot;id&quot;<br>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils &lt; ToAxisXMLCh 2031ee18 [20]
&lt; &gt; <br>
[27/03/2006 08:58:58:181 NFT] 1 AxisUtils &lt; ToAxisXMLCh @1 4 [00] &lt;.&gt;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c5df8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;SOAP-ENV&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/
</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c5df8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;SOAP-ENV&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href=http://schemas.xmlsoap.org/soap/envelope/ target=_blank><font size=3 color=blue><u>http://schemas.xmlsoap.org/soap/envelope/
</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c5df8<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c5df8 <br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c5f58,[20329644205C5C5800000000]
&lt; 2.D \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema-instance</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c5f58,[20329644205C5C5800000000]
&lt; 2.D \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>http://www.w3.org/2001/XMLSchema-instance
</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c5f58<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c5f58 <br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c60d8,[00000001205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>http://www.w3.org/2001/XMLSchema
</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c60d8,[00000001205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c60d8<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c60d8<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c6258,[2FF20A30205C5C5800000000]
&lt;/..0 \\X....&gt;, &quot;env&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope</u></font></a><font size=3>
&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c6258,[2FF20A30205C5C5800000000]
&lt;/..0 \\X....&gt;, &quot;env&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2003/05/soap-envelope" target=_blank><font size=3 color=blue><u>http://www.w3.org/2003/05/soap-envelope</u></font></a><font size=3>
&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c6258<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c6258 <br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c63d8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema-instance</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &gt; Attribute @205c63d8,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsi&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot; </font><a href="http://www.w3.org/2001/XMLSchema-instance" target=_blank><font size=3 color=blue><u>http://www.w3.org/2001/XMLSchema-instance
</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c63d8<br>
[27/03/2006 08:58:58:181 NFT] 1 Attribute &lt; Attribute @205c63d8 <br>
[27/03/2006 08:58:58:182 NFT] 1 Attribute &gt; Attribute @205c6558,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>http://www.w3.org/2001/XMLSchema
</u></font></a><font size=3>&quot;<br>
[27/03/2006 08:58:58:182 NFT] 1 Attribute &gt; Attribute @205c6558,[00000000205C5C5800000000]
&lt;.... \\X....&gt;, &quot;xsd&quot;, &quot;xmlns&quot;, &quot;&quot;,
&quot;</font><a href=http://www.w3.org/2001/XMLSchema target=_blank><font size=3 color=blue><u>
http://www.w3.org/2001/XMLSchema</u></font></a>
<br><font size=3>&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:182 NFT] 1 Attribute &lt; Attribute @205c6558<br>
[27/03/2006 08:58:58:182 NFT] 1 Attribute &lt; Attribute @205c6558<br>
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping &lt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping &lt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping &gt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping &gt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping &lt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping &lt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 URIMapping &gt; initialize <br>
[27/03/2006 08:58:58:182 NFT] 1 URIMapping &gt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 URIMapping &lt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 URIMapping &lt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 SoapFault &gt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 SoapFault &gt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 SoapFault &lt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 SoapFault &lt; initialize <br>
[27/03/2006 08:58:58:183 NFT] 1 - &gt; ModuleInitialize <br>
[27/03/2006 08:58:58:183 NFT] 1 - &gt; ModuleInitialize <br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &gt; SharedObject @205c7788
<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &gt; SharedObject @205c7788<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &lt; SharedObject @205c7788<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &lt; SharedObject @205c7788
<br>
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader &gt; HandlerLoader <br>
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader &gt; HandlerLoader <br>
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader &lt; HandlerLoader <br>
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader &lt; HandlerLoader <br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &gt; SharedObject @205c7808<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &gt; SharedObject @205c7808<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &lt; SharedObject @205c7808
<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &lt; SharedObject @205c7808<br>
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool &gt; AppScopeHandlerPool
@205c7808<br>
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool &gt; AppScopeHandlerPool
@205c7808 <br>
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool &lt; AppScopeHandlerPool
@205c7808<br>
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool &lt; AppScopeHandlerPool
@205c7808<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &gt; SharedObject @205c7bb8
<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &gt; SharedObject @205c7bb8<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &lt; SharedObject @205c7bb8<br>
[27/03/2006 08:58:58:183 NFT] 1 SharedObject &lt; SharedObject @205c7bb8
<br>
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool &gt; RequestScopeHandlerPool
@205c7bb8<br>
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool &gt; RequestScopeHandlerPool
@205c7bb8<br>
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool &lt; RequestScopeHandlerPool
@205c7bb8 <br>
[27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool &lt; RequestScopeHandlerPool
@205c7bb8<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7c48<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7c48
<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7c48<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7c48<br>
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool &gt; SessionScopeHandlerPool
@205c7c48 <br>
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool &gt; SessionScopeHandlerPool
@205c7c48<br>
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool &lt; SessionScopeHandlerPool
@205c7c48<br>
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool &lt; SessionScopeHandlerPool
@205c7c48 <br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7cc8<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7cc8<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7cc8
<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7cc8<br>
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool &gt; DeserializerPool
@205c7cc8<br>
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool &gt; DeserializerPool
@205c7cc8 <br>
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool &lt; DeserializerPool
@205c7cc8<br>
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool &lt; DeserializerPool
@205c7cc8<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7d48
<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7d48<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7d48<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7d48
<br>
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool &gt; SerializerPool @205c7d48<br>
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool &gt; SerializerPool @205c7d48<br>
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool &lt; SerializerPool @205c7d48
<br>
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool &lt; SerializerPool @205c7d48<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7dc8<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &gt; SharedObject @205c7dc8
<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7dc8<br>
[27/03/2006 08:58:58:184 NFT] 1 SharedObject &lt; SharedObject @205c7dc8<br>
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool &gt; HandlerPool @205c7dc8
<br>
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool &gt; HandlerPool @205c7dc8<br>
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool &lt; HandlerPool @205c7dc8<br>
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool &lt; HandlerPool @205c7dc8
<br>
[27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment &gt; WSDDDeployment @205c7e48<br>
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment &gt; WSDDDeployment @205c7e48<br>
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment &lt; WSDDDeployment @205c7e48
<br>
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment &lt; WSDDDeployment @205c7e48<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] &lt;
\XH............................&gt; <br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] &lt;
\XH............................&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000000]
&lt;....&gt; <br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000000]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;</font>
<br><font size=3>[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot; </font>
<br><font size=3><br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000001]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000001]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;/usr/local/axiscpp_deploy/log/AxisLog&quot; </font>
<br><font size=3>[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@3 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000002]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000002]
&lt;....&gt; <br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;/usr/local/axiscpp_deploy/log/AxisClientLog&quot;</font>
<br><font size=3>[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@3 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot; </font>
<br><font size=3><br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000003]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000003]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt; </font>
<br><font size=3>[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000004]
&lt;....&gt;<br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000004]
&lt;....&gt; <br>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;</font>
<br><font size=3>[27/03/2006 08:58:58:185 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000005]
&lt;....&gt; <br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000005]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;libhttp_transport.a&quot; </font>
<br><font size=3>[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@3 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000006]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000006]
&lt;....&gt; <br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;</font>
<br><font size=3>[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000007]
&lt;....&gt; <br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000007]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;libaxis_xmlparser.a&quot; </font>
<br><font size=3>[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@3 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000008]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000008]
&lt;....&gt; <br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;</font>
<br><font size=3>[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000009]
&lt;....&gt; <br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[00000009]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt;</font>
<br><font size=3>[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot; </font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000A]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000A]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;Unknown&quot; </font>
<br><font size=3>[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@3 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000B]
&lt;....&gt;<br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000B]
&lt;....&gt; <br>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@2
&quot;libhttp_channel.a&quot;</font>
<br><font size=3>[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@3 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000C]
&lt;....&gt;<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c5848,[0000000C]
&lt;....&gt;<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c5848,@1
&lt;null&gt; </font>
<br><font size=3>[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c5848,@1 &quot;&#65533;&#65533;&#1965;&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; AxisConfig @205c7ee8<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; AxisConfig @205c7ee8 <br>
[27/03/2006 08:58:58:187 NFT] 1 - &lt; ModuleInitialize <br>
[27/03/2006 08:58:58:187 NFT] 1 - &lt; ModuleInitialize <br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; readConfFile @205c7ee8<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; readConfFile @205c7ee8
<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; setValue @205c7ee8,0, [00000004]
&lt;....&gt;, &quot;/home/antgalat/axis-rs6000&quot;<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; setValue @205c7ee8,0, [00000004]
&lt;....&gt;, &quot;/home/antgalat/axis-rs6000&quot; <br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; setValue @205c7ee8<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; setValue @205c7ee8<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000004]
&lt;....&gt; <br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000004]
&lt;....&gt;<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@2
&quot;/home/antgalat/axis-rs6000&quot; <br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@3
&quot;&quot;<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; readConfFile @205c7ee8,@1
0<br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; readConfFile @205c7ee8,@1
0 <br>
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory &gt; initialize <br>
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory &gt; initialize <br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000007]
&lt;....&gt; <br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &gt; getAxisConfProperty @205c7ee8,[00000007]
&lt;....&gt;</font>
<br><font size=3>[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty
@205c7ee8,@2 &quot;K&#65533;&#65533;&#65533;&#8218;'&quot;</font>
<br><font size=3><br>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig &lt; getAxisConfProperty @205c7ee8,@3
&lt;null&gt; <br>
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory &gt; loadLib <br>
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory &gt; loadLib <br>
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory &lt; loadLib 0<br>
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory &lt; loadLib @1 0 <br>
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory &gt; unloadLib <br>
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory &gt; unloadLib <br>
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory &lt; unloadLib 0<br>
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory &lt; unloadLib @1 540180256
<br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff209e0,29, &quot;&quot;<br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff209e0,29, &quot;&quot;<br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff209e0,29 <br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff209e0,29<br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff209e0,&quot;DLOPEN FAILED in loading parser library&quot; <br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff209e0,@1 &quot;&quot;<br>
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff209e0,29<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff209e0,29 <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff209e0,&quot;DLOPEN FAILED in loading parser library&quot;<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff209e0,@1 &quot;&quot; <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff209e0<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff209e0<br>
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught AxisException(,
&quot; &quot;) <br>
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught AxisException(,
&quot; &quot;)<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff20af8,29, &quot; &quot;<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; AxisEngineException
@2ff20af8,29, &quot; &quot; <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20af8,29<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20af8,29<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20af8,&quot;DLOPEN FAILED in loading parser library&quot; <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20af8,@1 &quot;&quot;<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20af8,29<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; getMessageForExceptionCode
@2ff20af8,29 <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20af8,&quot;DLOPEN FAILED in loading parser library&quot;<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; getMessageForExceptionCode
@2ff20af8,@1 &quot;&quot; <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff20af8<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; AxisEngineException
@2ff20af8<br>
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught &quot;...&quot;
<br>
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught &quot;...&quot;<br>
[27/03/2006 08:58:58:214 NFT] 1 - &gt; done_initializing <br>
[27/03/2006 08:58:58:214 NFT] 1 - &gt; done_initializing <br>
[27/03/2006 08:58:58:214 NFT] 1 - &lt; done_initializing <br>
[27/03/2006 08:58:58:214 NFT] 1 - &lt; done_initializing <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; ~AxisEngineException
@2ff209e0<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &gt; ~AxisEngineException
@2ff209e0 <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; ~AxisEngineException
@2ff209e0<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException &lt; ~AxisEngineException
@2ff209e0<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults &gt; ~AxisCPPConfigDefaults
@2ff20c30 <br>
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults &gt; ~AxisCPPConfigDefaults
@2ff20c30<br>
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl &gt; ~AxisCPPConfigDefaultsImpl
@205c56a8<br>
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl &gt; ~Axi

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
That's right, I should see this warning message, but it's not the case.
I tried moving etc in /tmp, it changed nothing.
I'm running just one instance of the simple_axis_server, and my
axiscpp.conffile is located at the right place...

2006/3/27, John Hawkins <HA...@uk.ibm.com>:
>
>
> Here's the code we are looking at ->
>
> // Obtain AXIS deployment path from environment,  If not set, we will use
>     // default deployment path.  Note that default deployment path is the
> NULL
>     // string unless it is modified.
>     sConfPath = getenv ("AXISCPP_DEPLOY");
>     *if* (sConfPath)
>         setValue(0,AXCONF_AXISHOME,sConfPath);
>
>     // get the value of the path
>     sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
>
>     // If the AXIS deployment path is not set default values
>     // will be used. Therefore return AXIS_SUCCESS
>     *if* (!sConfPath || (*sConfPath == '\0'))
>     {
>         *return* AXIS_SUCCESS;
>     }
>
>     strcpy (sNewConfPath, sConfPath);
>     strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
>
>     // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default
> values
>     // will be used. Therefore return AXIS_SUCCESS
>     *if* (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
>     {
>         printf ("Warning - The configuration file was not found (%s).\n",
> sNewConfPath);
>         printf("Using default values\n");
>         *return* AXIS_SUCCESS;
>     }
>
>
> So, you should be seeing the warning message on stdio if the config file
> is not being found/readable
>
> I'm a little confused by the trace below (this is simpleaxis server
> right?) there appear to be two entries for quite a few methods - you're not
> starting two servers up at once are you?
>
> Let's be clear as well - your conf file should be -.
> /home/antgalat/axis-rs6000/etc/axiscpp.conf
>
> can you confirm.
>
> It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/
>  just in case the hyphen in "axis-rs6000" is causing any problem.
>
>
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 27/03/2006 12:22
>  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> ************ Start Display Current Environment ************
> Axis C++ libraries built on Mar 24 2006 at 10:55:39
> Startup trace produced on Mon Mar 27 08:58:58 2006
>
> PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
>
> LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
>
>
> LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
> AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
> PWD=/home/antgalat
> CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
> NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
> HOSTNAME=ptxskplus03
> LANG=en_US
> LOGIN=antgalat
> LOGNAME=antgalat
> MACHTYPE=rs6000
> OSTYPE=aix
> USER=antgalat
> ************* End Display Current Environment *************
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
> AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
> AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
> @2ff20c30,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
> @205c56a8,"9092"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
> @2ff20c30,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
> @205c56a8,"ptxskplus03"
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
> @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
> @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
> getClientWSDDFile @205c56a8
> [27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getClientWSDDFile @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getXMLParserLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getXMLParserLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPTransportLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPTransportLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
> getHTTPSSLChannelLibrary @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
> getHTTPSSLChannelLibrary @205c56a8,@1 <null>
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@2 "ptxskplus03"
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000008] <....>, ""
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@2 "9092"
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
> @205c56a8,@3 ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
> [00000009] <....>, ""
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
> @205c56a8,@1 <null>
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply
> @205c56a8
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> [27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
> [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> [27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
> [27/03/2006 08:58:58:171 NFT] 1 - > start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - > start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
> [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh
> "globalConfiguration"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
> [27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
> [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "*
> http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
> [27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " *
> http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "*http://www.w3.org/2003/05/soap-envelope
> * <http://www.w3.org/2003/05/soap-envelope>"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
> [27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
> [27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
> [27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
> [27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
> "", " *http://schemas.xmlsoap.org/soap/envelope/*<http://schemas.xmlsoap.org/soap/envelope/>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
> *http://www.w3.org/2003/05/soap-envelope*<http://www.w3.org/2003/05/soap-envelope>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
> @205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema-instance*<http://www.w3.org/2001/XMLSchema-instance>
> "
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
> [27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> *http://www.w3.org/2001/XMLSchema * <http://www.w3.org/2001/XMLSchema>"
> [27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
> @205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
> * http://www.w3.org/2001/XMLSchema* <http://www.w3.org/2001/XMLSchema>
> "
>
> [27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
> [27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
> [27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
> [27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
> [27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
> [27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
> [27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
> [27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
> [27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
> @205c7808
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool <
> RequestScopeHandlerPool @205c7bb8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
> SessionScopeHandlerPool @205c7c48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
> @205c7cc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
> [27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
> [27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000"
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "K���‚'"
>
> [27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib @1 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib 0
> [27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
> @2ff209e0,29, ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
> @2ff209e0,29, ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,@1 ""
> [27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff209e0,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff209e0,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20af8,29, " "
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20af8,29, " "
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20af8,29
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
> library"
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20af8,@1 ""
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20af8
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20af8
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
> [27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
> @2ff209e0
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl >
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl <
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl <
> ~AxisCPPConfigDefaultsImpl @205c56a8
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaults <
> ~AxisCPPConfigDefaults @2ff20c30
> [27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaults <
> ~AxisCPPConfigDefaults @2ff20c30
>
> 2006/3/27, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com> >:
>
> Could you please put start-up trace on and then put the log here pls.
>
> AXISCPP_STARTUP_TRACE=<logfilename>
>
>
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 27/03/2006 09:02
>
>
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> Hi
>
> It's weird, all environment variables are correctly set in the startup
> logs. They are really similar to the ones set when I lauch on a solaris
> machine (and it works on a solaris machine).
>
> Any other idea ?
>
> Thanks
>
> 2006/3/24, Antoine Galataud <*antoine.galataud@gmail.com *<an...@gmail.com>>:
>
> That's right, axiscpp.conf file is not processed: if I unset
> AXISCPP_DEPLOY environment var, then the values outputed in log file (like
> lib locations and names) are the same.
>
> axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory,
> am I right ?
>
> 2006/3/24, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
> Hmm, looks like your axiscpp_eploy is not being picked up. Check what the
> trace header file says for any clues. If its not then you can just put the
> libs in your libpath and they'll get picked up withouth the need for the
> conf file.
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 24/03/2006 10:31
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
> Hi !
>
> I suceeded in compiling Axis with xerces 2.7.0 version. It worked just
> fine.
>
> Now I'm getting issues at startup, with simple_axis_server or with apache
> module. The strange thing is that it seems configuration file parser get
> correctly the values, but then the values are corrupted with something and
> it produces strange ascii chars (see log output below). Then, it can't load
> any lib.
> I'm also wondering if it finds correctly the
> $AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find
> any library), because if you look at the logs, it outputed a wrong
> configuration value for log files location (though I set another value in
> the axiscpp.conf file)
>
> What could be the reasons ?
>
> Thanks
>
> logs :
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "K���‚'"
>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "��ޭ"
>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "K���‚'"
>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
>
> 2006/3/22, John Hawkins <
> *HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
>
> Nope. Because we're upgrading to a new version of xerces we need to do
> this across all platforms and we're having problems against simple-axis
> server on windows.
>
> Can you build it yourself on aix? It might be quicker for you.
>
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 22/03/2006 17:23
>
>
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
>
>
> Hi !
>
> So, is this release ready for download ?
>
> Thanks
>
> 2006/3/21, Antoine Galataud <*antoine.galataud@gmail.com *<an...@gmail.com>>:
>
> Thanks a lot !
>
> 2006/3/21, John Hawkins <* HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Xerces 2.7 worked fine.
>
> We'll upgrade the build to use this asap.
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 21/03/2006 08:54
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi,
>
> It could be great to upgrade binaries on website, so a end-user can
> take it, develop, and run. In my opinion, you should provide both
> source and binary release, and giving advice about how to compile
> correctly the source one.
> For the binary release, it could be easier to have a built version in
> accordance with the xerces binary release (it seams logical).
>
> Thanks for your answer.
> 2006/3/20, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com> >:
> >
> > Hi Folks,
> >
> > Quite a few people have been having trouble with the aix binaries we've
> got
> > on the site at the moment (and we thought  we were doing everyone a
> favour
> > ;-)
> >
> >
> >
> > Looks like the issue with the aix 32 bit build is this:
> >
> > The xerces build on the apache website was built using xmlC 5.*. The
> machine
> > that we build the aix release code on uses 6.* and so we compiled xerces
> to
> > use that compiler level also. Therefore, what we are seeing is the
> > incompatibility of name mangling (or compiler options) between compiler
> > levels.
> >
> > Given that I don't know how to get around this issue i.e. tell the xlc
> at
> > 6.* level to mangle the same somehow (or use the same options?) We have
> two
> > ways forward either
> > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > b) We'll also look into upgrading the version of xerces to be the latest
> and
> > the binaries for this already use xlc 6.*
> >
> >
> > I'll get back to you on how well the tests go for option b) but you can
> > always continue with option a) yourselves :-)
> >
> > cheers for now,
> > John.
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
>
> D�partement Architecture des Syst�mes d'Information
> INSA - Rouen
>
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
Here's the code we are looking at ->

// Obtain AXIS deployment path from environment,  If not set, we will use
    // default deployment path.  Note that default deployment path is the 
NULL
    // string unless it is modified.
    sConfPath = getenv ("AXISCPP_DEPLOY");
    if (sConfPath)
        setValue(0,AXCONF_AXISHOME,sConfPath);

    // get the value of the path
    sConfPath = getAxisConfProperty(AXCONF_AXISHOME);
 
    // If the AXIS deployment path is not set default values 
    // will be used. Therefore return AXIS_SUCCESS
    if (!sConfPath || (*sConfPath == '\0'))
    {
        return AXIS_SUCCESS;
    }

    strcpy (sNewConfPath, sConfPath);
    strcat (sNewConfPath, PLATFORM_CONFIG_PATH);
 
    // Even if axiscpp.conf does not exist in AXISCPP_DEPLOY default 
values 
    // will be used. Therefore return AXIS_SUCCESS
    if (AXIS_SUCCESS != fileConfig.fileOpen (sNewConfPath, "r"))
    {
        printf ("Warning - The configuration file was not found (%s).\n", 
sNewConfPath);
        printf("Using default values\n");
        return AXIS_SUCCESS;
    }


So, you should be seeing the warning message on stdio if the config file 
is not being found/readable

I'm a little confused by the trace below (this is simpleaxis server 
right?) there appear to be two entries for quite a few methods - you're 
not starting two servers up at once are you?

Let's be clear as well - your conf file should be -.
/home/antgalat/axis-rs6000/etc/axiscpp.conf

can you confirm.

It might be worth just simplifying  the axiscpp_deploy to be  e.g /tmp/ 
just in case the hyphen in "axis-rs6000" is causing any problem.







"Antoine Galataud" <an...@gmail.com> 
27/03/2006 12:22
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: AIX 32 bit built






************ Start Display Current Environment ************
Axis C++ libraries built on Mar 24 2006 at 10:55:39
Startup trace produced on Mon Mar 27 08:58:58 2006

PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin 

LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib 

LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
PWD=/home/antgalat
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat 
HOSTNAME=ptxskplus03
LANG=en_US
LOGIN=antgalat
LOGNAME=antgalat
MACHTYPE=rs6000
OSTYPE=aix
USER=antgalat
************* End Display Current Environment *************
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674 
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > 
AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > 
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl > 
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl > 
AxisCPPConfigDefaultsImpl @205c56a8 
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl < 
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl < 
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults < 
AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults < 
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort 
@2ff20c30,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort 
@2ff20c30,"9092" 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort 
@205c56a8,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort 
@205c56a8,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort 
@205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort 
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort 
@2ff20c30 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName 
@2ff20c30,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName 
@2ff20c30,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName 
@205c56a8,"ptxskplus03" 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName 
@205c56a8,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName 
@205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName 
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName 
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply 
@205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog 
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog 
@205c56a8,@1 <null> 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog 
@205c56a8,@1 <null>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > 
getClientWSDDFile @205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > 
getClientWSDDFile @205c56a8 
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < 
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getXMLParserLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getXMLParserLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getXMLParserLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getXMLParserLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPTransportLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPTransportLibrary @205c56a8 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPTransportLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPTransportLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPChannelLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPSSLChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > 
getHTTPSSLChannelLibrary @205c56a8 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPSSLChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < 
getHTTPSSLChannelLibrary @205c56a8,@1 <null> 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName 
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName 
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName 
@205c56a8,@2 "ptxskplus03" 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName 
@205c56a8,@3 ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000008] <....>, ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000008] <....>, "" 
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort 
@205c56a8 
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort 
@205c56a8,@2 "9092"
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort 
@205c56a8,@3 "" 
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000009] <....>, ""
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0, 
[00000009] <....>, "" 
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo 
@205c56a8 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo 
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo 
@205c56a8,@1 <null> 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome 
@205c56a8,@1 <null> 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome 
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply 
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply 
@205c56a8 
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
[27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
[27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
[27/03/2006 08:58:58:171 NFT] 1 - > start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 - > start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 - < start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 - < start_initializing 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize 
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize 
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment" 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < > 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service" 
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh 
"globalConfiguration" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh 
"globalConfiguration"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < > 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < > 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className" 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < > 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < > 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name" 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < > 
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < > 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description" 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize 
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize 
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize 
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize 
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh " 
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < > 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < > 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor" 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < > 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < > 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < > 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType" 
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < > 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id" 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh " 
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope "
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env" 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < > 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header" 
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < > 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < > 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason" 
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < > 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < > 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href" 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.> 
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < > 
[27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns", 
"", " http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns", 
"", " http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8 
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58 
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema "
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", " 
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", " 
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258 
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute 
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8 
[27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute 
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema "
[27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute 
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", " 
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize 
[27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize 
[27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize 
[27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize 
[27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize 
[27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize 
[27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize 
[27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool 
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool 
@205c7808 
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool 
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool 
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8 
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8 
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool > 
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool > 
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool < 
RequestScopeHandlerPool @205c7bb8 
[27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool < 
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool > 
SessionScopeHandlerPool @205c7c48 
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool > 
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool < 
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool < 
SessionScopeHandlerPool @205c7c48 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool 
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool 
@205c7cc8 
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool 
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool 
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48 
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48 
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8 
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8 
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8 
[27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48 
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog" 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'" 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....> 
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_transport.a" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libaxis_xmlparser.a" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "Unknown" 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....> 
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_channel.a"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8 
[27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize 
[27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000" 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "/home/antgalat/axis-rs6000" 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 ""
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....> 
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "Kÿÿä?'"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 <null> 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib 
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib @1 0 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib 
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib @1 540180256 
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException 
@2ff209e0,29, ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException 
@2ff209e0,29, ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29 
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser 
library" 
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,@1 ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff209e0,29 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser 
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff209e0,@1 "" 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ") 
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ")
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20af8,29, " "
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20af8,29, " " 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser 
library" 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,@1 ""
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20af8,29 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser 
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20af8,@1 "" 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20af8
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20af8
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..." 
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
[27/03/2006 08:58:58:214 NFT] 1 - > done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 - > done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 - < done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 - < done_initializing 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException 
@2ff209e0 
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException 
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults > 
~AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults > 
~AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl > 
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl > 
~AxisCPPConfigDefaultsImpl @205c56a8 
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl < 
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl < 
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaults < 
~AxisCPPConfigDefaults @2ff20c30 
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaults < 
~AxisCPPConfigDefaults @2ff20c30

2006/3/27, John Hawkins <HAWKINSJ@uk.ibm.com >:

Could you please put start-up trace on and then put the log here pls. 

AXISCPP_STARTUP_TRACE=<logfilename> 







"Antoine Galataud" <an...@gmail.com> 
27/03/2006 09:02 


Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org> 
cc

Subject
Re: AIX 32 bit built








Hi

It's weird, all environment variables are correctly set in the startup 
logs. They are really similar to the ones set when I lauch on a solaris 
machine (and it works on a solaris machine).

Any other idea ?

Thanks

2006/3/24, Antoine Galataud <antoine.galataud@gmail.com >: 
That's right, axiscpp.conf file is not processed: if I unset 
AXISCPP_DEPLOY environment var, then the values outputed in log file (like 
lib locations and names) are the same.

axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory, 
am I right ? 

2006/3/24, John Hawkins <HAWKINSJ@uk.ibm.com >: 

Hmm, looks like your axiscpp_eploy is not being picked up. Check what the 
trace header file says for any clues. If its not then you can just put the 
libs in your libpath and they'll get picked up withouth the need for the 
conf file. 



"Antoine Galataud" <antoine.galataud@gmail.com > 
24/03/2006 10:31 

Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built










Hi !

I suceeded in compiling Axis with xerces 2.7.0 version. It worked just 
fine.

Now I'm getting issues at startup, with simple_axis_server or with apache 
module. The strange thing is that it seems configuration file parser get 
correctly the values, but then the values are corrupted with something and 
it produces strange ascii chars (see log output below). Then, it can't 
load any lib. 
I'm also wondering if it finds correctly the 
$AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find 
any library), because if you look at the logs, it outputed a wrong 
configuration value for log files location (though I set another value in 
the axiscpp.conf file)

What could be the reasons ?

Thanks

logs :
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_transport.a" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libaxis_xmlparser.a" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "Unknown" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_channel.a"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8 
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize 
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000/"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000/" 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "/home/antgalat/axis-rs6000/" 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 ""
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "Kÿÿä?'"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 <null> 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser 
library" 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser 
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,@1 "" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ") 
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ")
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20b18,29, " "
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20b18,29, " " 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser 
library" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser 
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,@1 "" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20b18

2006/3/22, John Hawkins <HAWKINSJ@uk.ibm.com >: 

Nope. Because we're upgrading to a new version of xerces we need to do 
this across all platforms and we're having problems against simple-axis 
server on windows. 

Can you build it yourself on aix? It might be quicker for you. 




"Antoine Galataud" <antoine.galataud@gmail.com > 
22/03/2006 17:23 


Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built












Hi !

So, is this release ready for download ?

Thanks

2006/3/21, Antoine Galataud <antoine.galataud@gmail.com >: 
Thanks a lot !

2006/3/21, John Hawkins < HAWKINSJ@uk.ibm.com>: 

Xerces 2.7 worked fine. 

We'll upgrade the build to use this asap. 



"Antoine Galataud" <antoine.galataud@gmail.com > 
21/03/2006 08:54 

Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built














Hi,

It could be great to upgrade binaries on website, so a end-user can
take it, develop, and run. In my opinion, you should provide both
source and binary release, and giving advice about how to compile
correctly the source one.
For the binary release, it could be easier to have a built version in
accordance with the xerces binary release (it seams logical).

Thanks for your answer.
2006/3/20, John Hawkins <HAWKINSJ@uk.ibm.com >:
>
> Hi Folks,
>
> Quite a few people have been having trouble with the aix binaries we've 
got
> on the site at the moment (and we thought  we were doing everyone a 
favour
> ;-)
>
>
>
> Looks like the issue with the aix 32 bit build is this:
>
> The xerces build on the apache website was built using xmlC 5.*. The 
machine
> that we build the aix release code on uses 6.* and so we compiled xerces 
to
> use that compiler level also. Therefore, what we are seeing is the
> incompatibility of name mangling (or compiler options) between compiler
> levels.
>
> Given that I don't know how to get around this issue i.e. tell the xlc 
at
> 6.* level to mangle the same somehow (or use the same options?) We have 
two
> ways forward either
> a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> b) We'll also look into upgrading the version of xerces to be the latest 
and
> the binaries for this already use xlc 6.*
>
>
> I'll get back to you on how well the tests go for option b) but you can
> always continue with option a) yourselves :-)
>
> cheers for now,
> John.


--
Antoine Galataud
antoine.galataud@gmail.com 
Département Architecture des Systèmes d'Information
INSA - Rouen




-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
************ Start Display Current Environment ************
Axis C++ libraries built on Mar 24 2006 at 10:55:39
Startup trace produced on Mon Mar 27 08:58:58 2006

PATH=/rms/rv/7.2/rs6000/bin:/rms/rv/7.1/rs6000/bin:/vol/rms.local/bin.rs6000:/home/aide/bin.rs6000:/home/aide/scripts:/rms/common/bin/rs6000:/rms/common/share:/rms/common/bin/rs6000:/rms/common/share:.:/home/antgalat/bin:/home/antgalat/bin/rshlinks:/rms/OpenWins3.rs6000/bin:/home/rms/bin/rs6000:/home/rms/bin/scripts:/database/sybase/scripts:/usr/ucb:/usr/bin:/etc:/usr/sbin:/usr/dt/bin:/sbin:/usr/bin/X11:/rms/gnu/rs6000/bin:/vol/atw/bin:/vol/atw/atw/rs6000/sslbin:/ksup/2.6/L5/26.3.05080/bin
LIBPATH=/usr/lib/lwp:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/ksup/2.6/L5/26.3.05080/api/lib/rs6000:/database/sybase/12.5/rs6000/ASE-12_5/lib:/database/sybase/12.5/rs6000/OCS-12_5/lib:/usr/lib:/database/sybase/12.5/rs6000/SQLRemote/lib:/usr/lib:/lib:/vol/rms.local/root/rs6000/lib:/ksup/2.6/L5/26.3.05080/common/machine/rs6000:/kplustp/thirdparty/axis/c++/1.6b/rs6000/obj/bin/:/kplustp/thirdparty/xml/xerces/c++/2_7_0/rs6000/lib:/usr/lib
LD_LIBRARY_PATH=/*/thirdparty/corba/tao/1_3/lib/sun4sol.mt/sunpro/opt/shared/:
AXISCPP_DEPLOY=/home/antgalat/axis-rs6000
PWD=/home/antgalat
CLASSPATH=/rtpplus/dev/3rdparty/junit/junit3.8.1/junit.jar
NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
HOSTNAME=ptxskplus03
LANG=en_US
LOGIN=antgalat
LOGNAME=antgalat
MACHTYPE=rs6000
OSTYPE=aix
USER=antgalat
************* End Display Current Environment *************
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils > AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AdminUtils < AdminUtils @20398674
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults >
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl >
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaultsImpl <
AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults <
AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:168 NFT] 1 AxisCPPConfigDefaults > setListenPort
@2ff20c30,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setListenPort
@2ff20c30,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
@205c56a8,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setListenPort
@205c56a8,"9092"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setListenPort
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setListenPort
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
@2ff20c30,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > setNodeName
@2ff20c30,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
@205c56a8,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > setNodeName
@205c56a8,"ptxskplus03"
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < setNodeName
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults < setNodeName
@2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaults > apply @2ff20c30
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply @205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > apply @205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig > AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisConfig < AxisConfig @205c5848
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl > getClientLog
@205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
@205c56a8,@1 <null>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl < getClientLog
@205c56a8,@1 <null>
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
getClientWSDDFile @205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl >
getClientWSDDFile @205c56a8
[27/03/2006 08:58:58:169 NFT] 1 AxisCPPConfigDefaultsImpl <
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getClientWSDDFile @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getXMLParserLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getXMLParserLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getXMLParserLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getXMLParserLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPTransportLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPTransportLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPTransportLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPTransportLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPSSLChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl >
getHTTPSSLChannelLibrary @205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPSSLChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl <
getHTTPSSLChannelLibrary @205c56a8,@1 <null>
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getNodeName
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
@205c56a8,@2 "ptxskplus03"
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl < getNodeName
@205c56a8,@3 ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000008] <....>, ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000008] <....>, ""
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:170 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
@205c56a8
[27/03/2006 08:58:58:170 NFT] 1 AxisCPPConfigDefaultsImpl > getListenPort
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
@205c56a8,@2 "9092"
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getListenPort
@205c56a8,@3 ""
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000009] <....>, ""
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig > setValue @205c5848,0,
[00000009] <....>, ""
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:171 NFT] 1 AxisConfig < setValue @205c5848
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getSecureInfo
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getSecureInfo
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl > getAxisHome
@205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < getAxisHome
@205c56a8,@1 <null>
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply @205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaultsImpl < apply @205c56a8
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
[27/03/2006 08:58:58:171 NFT] 1 AxisCPPConfigDefaults < apply @2ff20c30
[27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
[27/03/2006 08:58:58:171 NFT] 1 - > initialize_module 1
[27/03/2006 08:58:58:171 NFT] 1 - > start_initializing
[27/03/2006 08:58:58:172 NFT] 1 - > start_initializing
[27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
[27/03/2006 08:58:58:172 NFT] 1 - < start_initializing
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > initialize
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < initialize
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
[27/03/2006 08:58:58:172 NFT] 1 WSDDKeywords > initialize
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "deployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 20329660 [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "undeployment"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032966c [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh "service"
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh 2032967c [20] < >
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:172 NFT] 1 AxisUtils > ToAxisXMLCh
"globalConfiguration"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh
"globalConfiguration"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329684 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "parameter"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 20329698 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "handler"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296a4 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "chain"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296ac [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "namespace"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296b4 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "provider"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296c0 [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "className"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296cc [20] < >
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils > ToAxisXMLCh "allowedMethods"
[27/03/2006 08:58:58:173 NFT] 1 AxisUtils < ToAxisXMLCh 203296d8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "allowedRoles"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296e8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "requestFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 203296f8 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "responseFlow"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329704 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "transport"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329714 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "name"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329720 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "value"
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh 20329728 [20] < >
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:174 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329730 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "scope"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329738 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "http"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329740 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "smtp"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329748 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "description"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 20329750 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
[27/03/2006 08:58:58:175 NFT] 1 WSDDKeywords < initialize
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
[27/03/2006 08:58:58:175 NFT] 1 SoapKeywordMapping > initialize
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils > ToAxisXMLCh "
http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed40 [20] < >
[27/03/2006 08:58:58:175 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "SOAP-ENV"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed6c [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:176 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultcode"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edc4 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultstring"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edd0 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "faultactor"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031eddc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "detail"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031ede8 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:177 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee1c [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "env"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee44 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Envelope"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed78 [20] < >
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils > ToAxisXMLCh "Header"
[27/03/2006 08:58:58:178 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed84 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Body"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed8c [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "mustUnderstand"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ed94 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "actor"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031eda4 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "encodingStyle"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edac [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Fault"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031edbc [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Code"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee48 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils > ToAxisXMLCh "Reason"
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee50 [20] < >
[27/03/2006 08:58:58:179 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Role"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee58 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "Detail"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee60 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "multiRef"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edf0 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "type"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031edfc [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "arrayType"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee04 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "href"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee10 [20] < >
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils > ToAxisXMLCh "id"
[27/03/2006 08:58:58:180 NFT] 1 AxisUtils < ToAxisXMLCh 2031ee18 [20] < >
[27/03/2006 08:58:58:181 NFT] 1 AxisUtils < ToAxisXMLCh @1 4 [00] <.>
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
"", "http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c5df8,[00000000205C5C5800000000] <.... \\X....>, "SOAP-ENV", "xmlns",
"", "http://schemas.xmlsoap.org/soap/envelope/"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5df8
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c5f58,[20329644205C5C5800000000] < 2.D \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c5f58
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c60d8,[00000001205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c60d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c6258,[2FF20A30205C5C5800000000] </..0 \\X....>, "env", "xmlns", "", "
http://www.w3.org/2003/05/soap-envelope"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c6258
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute > Attribute
@205c63d8,[00000000205C5C5800000000] <.... \\X....>, "xsi", "xmlns", "", "
http://www.w3.org/2001/XMLSchema-instance"
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
[27/03/2006 08:58:58:181 NFT] 1 Attribute < Attribute @205c63d8
[27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:182 NFT] 1 Attribute > Attribute
@205c6558,[00000000205C5C5800000000] <.... \\X....>, "xsd", "xmlns", "", "
http://www.w3.org/2001/XMLSchema"
[27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 08:58:58:182 NFT] 1 Attribute < Attribute @205c6558
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
[27/03/2006 08:58:58:182 NFT] 1 SoapKeywordMapping < initialize
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping > initialize
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
[27/03/2006 08:58:58:182 NFT] 1 TypeMapping < initialize
[27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
[27/03/2006 08:58:58:182 NFT] 1 URIMapping > initialize
[27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
[27/03/2006 08:58:58:183 NFT] 1 URIMapping < initialize
[27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
[27/03/2006 08:58:58:183 NFT] 1 SoapFault > initialize
[27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
[27/03/2006 08:58:58:183 NFT] 1 SoapFault < initialize
[27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
[27/03/2006 08:58:58:183 NFT] 1 - > ModuleInitialize
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7788
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader > HandlerLoader
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
[27/03/2006 08:58:58:183 NFT] 1 HandlerLoader < HandlerLoader
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool > AppScopeHandlerPool
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 AppScopeHandlerPool < AppScopeHandlerPool
@205c7808
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject > SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 SharedObject < SharedObject @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool >
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:183 NFT] 1 RequestScopeHandlerPool <
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:184 NFT] 1 RequestScopeHandlerPool <
RequestScopeHandlerPool @205c7bb8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool >
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SessionScopeHandlerPool <
SessionScopeHandlerPool @205c7c48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool > DeserializerPool
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 DeserializerPool < DeserializerPool
@205c7cc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool > SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SerializerPool < SerializerPool @205c7d48
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject > SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 SharedObject < SharedObject @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool > HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 HandlerPool < HandlerPool @205c7dc8
[27/03/2006 08:58:58:184 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment > WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 WSDDDeployment < WSDDDeployment @205c7e48
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
\XH............................>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
\XH............................>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000000] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000000] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000001] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000001] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000002] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000002] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000003] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000003] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000004] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000004] <....>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:185 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000005] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000005] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libhttp_transport.a"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000006] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000006] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000007] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000007] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libaxis_xmlparser.a"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000008] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000008] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000009] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000009] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000A] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000A] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "Unknown"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000B] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000B] <....>
[27/03/2006 08:58:58:186 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libhttp_channel.a"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000C] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000C] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
[27/03/2006 08:58:58:187 NFT] 1 - < ModuleInitialize
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > readConfFile @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
[00000004] <....>, "/home/antgalat/axis-rs6000"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > setValue @205c7ee8,0,
[00000004] <....>, "/home/antgalat/axis-rs6000"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < setValue @205c7ee8
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000004] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000004] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@2 "/home/antgalat/axis-rs6000"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@3 ""
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > initialize
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000007] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000007] <....>
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@2 "Kÿÿä‚'"
[27/03/2006 08:58:58:187 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@3 <null>
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
[27/03/2006 08:58:58:187 NFT] 1 XMLParserFactory > loadLib
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < loadLib @1 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory > unloadLib
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib 0
[27/03/2006 08:58:58:213 NFT] 1 XMLParserFactory < unloadLib @1 540180256
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
@2ff209e0,29, ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException > AxisEngineException
@2ff209e0,29, ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
library"
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209e0,@1 ""
[27/03/2006 08:58:58:213 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff209e0,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209e0,"DLOPEN FAILED in loading parser
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff209e0,@1 ""
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
@2ff20af8,29, " "
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > AxisEngineException
@2ff20af8,29, " "
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20af8,@1 ""
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20af8,29
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20af8,"DLOPEN FAILED in loading parser
library"
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20af8,@1 ""
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
@2ff20af8
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < AxisEngineException
@2ff20af8
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
[27/03/2006 08:58:58:214 NFT] 1 - X initialize_module @3 caught "..."
[27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
[27/03/2006 08:58:58:214 NFT] 1 - > done_initializing
[27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
[27/03/2006 08:58:58:214 NFT] 1 - < done_initializing
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException > ~AxisEngineException
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisEngineException < ~AxisEngineException
@2ff209e0
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
~AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaults >
~AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:214 NFT] 1 AxisCPPConfigDefaultsImpl >
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl >
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl <
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaultsImpl <
~AxisCPPConfigDefaultsImpl @205c56a8
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaults <
~AxisCPPConfigDefaults @2ff20c30
[27/03/2006 08:58:58:215 NFT] 1 AxisCPPConfigDefaults <
~AxisCPPConfigDefaults @2ff20c30

2006/3/27, John Hawkins <HA...@uk.ibm.com>:
>
>
> Could you please put start-up trace on and then put the log here pls.
>
> AXISCPP_STARTUP_TRACE=<logfilename>
>
>
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 27/03/2006 09:02
>  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> Hi
>
> It's weird, all environment variables are correctly set in the startup
> logs. They are really similar to the ones set when I lauch on a solaris
> machine (and it works on a solaris machine).
>
> Any other idea ?
>
> Thanks
>
> 2006/3/24, Antoine Galataud <*a...@gmail.com>
> >:
> That's right, axiscpp.conf file is not processed: if I unset
> AXISCPP_DEPLOY environment var, then the values outputed in log file (like
> lib locations and names) are the same.
>
> axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory,
> am I right ?
>
> 2006/3/24, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Hmm, looks like your axiscpp_eploy is not being picked up. Check what the
> trace header file says for any clues. If its not then you can just put the
> libs in your libpath and they'll get picked up withouth the need for the
> conf file.
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 24/03/2006 10:31
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> Hi !
>
> I suceeded in compiling Axis with xerces 2.7.0 version. It worked just
> fine.
>
> Now I'm getting issues at startup, with simple_axis_server or with apache
> module. The strange thing is that it seems configuration file parser get
> correctly the values, but then the values are corrupted with something and
> it produces strange ascii chars (see log output below). Then, it can't load
> any lib.
> I'm also wondering if it finds correctly the
> $AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find
> any library), because if you look at the logs, it outputed a wrong
> configuration value for log files location (though I set another value in
> the axiscpp.conf file)
>
> What could be the reasons ?
>
> Thanks
>
> logs :
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "Kÿÿä‚'"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
>
> 2006/3/22, John Hawkins <*HAWKINSJ@uk.ibm.com * <HA...@uk.ibm.com>>:
>
> Nope. Because we're upgrading to a new version of xerces we need to do
> this across all platforms and we're having problems against simple-axis
> server on windows.
>
> Can you build it yourself on aix? It might be quicker for you.
>
>
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 22/03/2006 17:23
>
>
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
> Hi !
>
> So, is this release ready for download ?
>
> Thanks
>
> 2006/3/21, Antoine Galataud <*antoine.galataud@gmail.com *<an...@gmail.com>>:
>
> Thanks a lot !
>
> 2006/3/21, John Hawkins <* HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Xerces 2.7 worked fine.
>
> We'll upgrade the build to use this asap.
>
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 21/03/2006 08:54
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
>
>
> Hi,
>
> It could be great to upgrade binaries on website, so a end-user can
> take it, develop, and run. In my opinion, you should provide both
> source and binary release, and giving advice about how to compile
> correctly the source one.
> For the binary release, it could be easier to have a built version in
> accordance with the xerces binary release (it seams logical).
>
> Thanks for your answer.
> 2006/3/20, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com> >:
> >
> > Hi Folks,
> >
> > Quite a few people have been having trouble with the aix binaries we've
> got
> > on the site at the moment (and we thought  we were doing everyone a
> favour
> > ;-)
> >
> >
> >
> > Looks like the issue with the aix 32 bit build is this:
> >
> > The xerces build on the apache website was built using xmlC 5.*. The
> machine
> > that we build the aix release code on uses 6.* and so we compiled xerces
> to
> > use that compiler level also. Therefore, what we are seeing is the
> > incompatibility of name mangling (or compiler options) between compiler
> > levels.
> >
> > Given that I don't know how to get around this issue i.e. tell the xlc
> at
> > 6.* level to mangle the same somehow (or use the same options?) We have
> two
> > ways forward either
> > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > b) We'll also look into upgrading the version of xerces to be the latest
> and
> > the binaries for this already use xlc 6.*
> >
> >
> > I'll get back to you on how well the tests go for option b) but you can
> > always continue with option a) yourselves :-)
> >
> > cheers for now,
> > John.
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
Could you please put start-up trace on and then put the log here pls.

AXISCPP_STARTUP_TRACE=<logfilename>







"Antoine Galataud" <an...@gmail.com> 
27/03/2006 09:02
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: AIX 32 bit built






Hi

It's weird, all environment variables are correctly set in the startup 
logs. They are really similar to the ones set when I lauch on a solaris 
machine (and it works on a solaris machine).

Any other idea ?

Thanks

2006/3/24, Antoine Galataud <an...@gmail.com>:
That's right, axiscpp.conf file is not processed: if I unset 
AXISCPP_DEPLOY environment var, then the values outputed in log file (like 
lib locations and names) are the same.

axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory, 
am I right ? 

2006/3/24, John Hawkins <HA...@uk.ibm.com>:

Hmm, looks like your axiscpp_eploy is not being picked up. Check what the 
trace header file says for any clues. If its not then you can just put the 
libs in your libpath and they'll get picked up withouth the need for the 
conf file. 




"Antoine Galataud" <an...@gmail.com> 
24/03/2006 10:31 

Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org> 
cc

Subject
Re: AIX 32 bit built








Hi !

I suceeded in compiling Axis with xerces 2.7.0 version. It worked just 
fine.

Now I'm getting issues at startup, with simple_axis_server or with apache 
module. The strange thing is that it seems configuration file parser get 
correctly the values, but then the values are corrupted with something and 
it produces strange ascii chars (see log output below). Then, it can't 
load any lib. 
I'm also wondering if it finds correctly the 
$AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find 
any library), because if you look at the logs, it outputed a wrong 
configuration value for log files location (though I set another value in 
the axiscpp.conf file)

What could be the reasons ?

Thanks

logs :
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_transport.a" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libaxis_xmlparser.a" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "Unknown" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_channel.a"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8 
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize 
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000/"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000/" 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "/home/antgalat/axis-rs6000/" 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 ""
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "Kÿÿä?'"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 <null> 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser 
library" 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser 
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,@1 "" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ") 
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ")
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20b18,29, " "
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20b18,29, " " 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser 
library" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser 
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,@1 "" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20b18

2006/3/22, John Hawkins <HAWKINSJ@uk.ibm.com >: 

Nope. Because we're upgrading to a new version of xerces we need to do 
this across all platforms and we're having problems against simple-axis 
server on windows. 

Can you build it yourself on aix? It might be quicker for you. 





"Antoine Galataud" <antoine.galataud@gmail.com > 
22/03/2006 17:23 


Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built










Hi !

So, is this release ready for download ?

Thanks

2006/3/21, Antoine Galataud <antoine.galataud@gmail.com >: 
Thanks a lot !

2006/3/21, John Hawkins < HAWKINSJ@uk.ibm.com>: 

Xerces 2.7 worked fine. 

We'll upgrade the build to use this asap. 




"Antoine Galataud" <antoine.galataud@gmail.com > 
21/03/2006 08:54 

Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built












Hi,

It could be great to upgrade binaries on website, so a end-user can
take it, develop, and run. In my opinion, you should provide both
source and binary release, and giving advice about how to compile
correctly the source one.
For the binary release, it could be easier to have a built version in
accordance with the xerces binary release (it seams logical).

Thanks for your answer.
2006/3/20, John Hawkins <HAWKINSJ@uk.ibm.com >:
>
> Hi Folks,
>
> Quite a few people have been having trouble with the aix binaries we've 
got
> on the site at the moment (and we thought  we were doing everyone a 
favour
> ;-)
>
>
>
> Looks like the issue with the aix 32 bit build is this:
>
> The xerces build on the apache website was built using xmlC 5.*. The 
machine
> that we build the aix release code on uses 6.* and so we compiled xerces 
to
> use that compiler level also. Therefore, what we are seeing is the
> incompatibility of name mangling (or compiler options) between compiler
> levels.
>
> Given that I don't know how to get around this issue i.e. tell the xlc 
at
> 6.* level to mangle the same somehow (or use the same options?) We have 
two
> ways forward either
> a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> b) We'll also look into upgrading the version of xerces to be the latest 
and
> the binaries for this already use xlc 6.*
>
>
> I'll get back to you on how well the tests go for option b) but you can
> always continue with option a) yourselves :-)
>
> cheers for now,
> John.


--
Antoine Galataud
antoine.galataud@gmail.com 
Département Architecture des Systèmes d'Information
INSA - Rouen




-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Hi

It's weird, all environment variables are correctly set in the startup logs.
They are really similar to the ones set when I lauch on a solaris machine
(and it works on a solaris machine).

Any other idea ?

Thanks

2006/3/24, Antoine Galataud <an...@gmail.com>:
>
> That's right, axiscpp.conf file is not processed: if I unset
> AXISCPP_DEPLOY environment var, then the values outputed in log file (like
> lib locations and names) are the same.
>
> axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory,
> am I right ?
>
> 2006/3/24, John Hawkins <HA...@uk.ibm.com>:
> >
> >
> > Hmm, looks like your axiscpp_eploy is not being picked up. Check what
> > the trace header file says for any clues. If its not then you can just put
> > the libs in your libpath and they'll get picked up withouth the need for the
> > conf file.
> >
> >
> >
> >
> >  *"Antoine Galataud" <an...@gmail.com>*
> >
> > 24/03/2006 10:31  Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> >   To
> > "Apache AXIS C User List" <ax...@ws.apache.org>  cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> > Hi !
> >
> > I suceeded in compiling Axis with xerces 2.7.0 version. It worked just
> > fine.
> >
> > Now I'm getting issues at startup, with simple_axis_server or with
> > apache module. The strange thing is that it seems configuration file parser
> > get correctly the values, but then the values are corrupted with something
> > and it produces strange ascii chars (see log output below). Then, it can't
> > load any lib.
> > I'm also wondering if it finds correctly the
> > $AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find
> > any library), because if you look at the logs, it outputed a wrong
> > configuration value for log files location (though I set another value in
> > the axiscpp.conf file)
> >
> > What could be the reasons ?
> >
> > Thanks
> >
> > logs :
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig
> > @205c7ee8,205c5848
> > [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> > \XH............................>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig
> > @205c7ee8,205c5848
> > [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> > \XH............................>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000000] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000000] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000001] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000001] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000002] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000002] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000003] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000003] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000004] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000004] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000005] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000005] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libhttp_transport.a"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000006] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000006] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000007] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000007] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libaxis_xmlparser.a"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000008] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000008] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000009] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000009] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000A] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000A] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "Unknown"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000B] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000B] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libhttp_channel.a"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000C] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000C] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> > [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> > [00000004] <....>, "/home/antgalat/axis-rs6000/"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> > [00000004] <....>, "/home/antgalat/axis-rs6000/"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000004] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000004] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@2 "/home/antgalat/axis-rs6000/"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@3 ""
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> >
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000007] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000007] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@2 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@3 <null>
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1
> > 540180256
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20a00,29, ""
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20a00,29, ""
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> > library"
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> > library"
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20a00
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20a00
> > [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> > AxisException(, " ")
> > [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> > AxisException(, " ")
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20b18,29, " "
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20b18,29, " "
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> > library"
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> > library"
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20b18
> >
> > 2006/3/22, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
> >
> > Nope. Because we're upgrading to a new version of xerces we need to do
> > this across all platforms and we're having problems against simple-axis
> > server on windows.
> >
> > Can you build it yourself on aix? It might be quicker for you.
> >
> >
> >
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com*
> > <an...@gmail.com>*>*
> >
> > 22/03/2006 17:23
> >
> >
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> > Hi !
> >
> > So, is this release ready for download ?
> >
> > Thanks
> >
> > 2006/3/21, Antoine Galataud <*antoine.galataud@gmail.com *<an...@gmail.com>>:
> >
> > Thanks a lot !
> >
> > 2006/3/21, John Hawkins <* HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
> >
> > Xerces 2.7 worked fine.
> >
> > We'll upgrade the build to use this asap.
> >
> >
> >
> >
> >   *"Antoine Galataud" <**antoine.galataud@gmail.com* * *<an...@gmail.com>
> > *>*
> >
> > 21/03/2006 08:54
> >   Please respond to
> > "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> > >
> >
> >
> >   To
> > "Apache AXIS C User List" <*a...@ws.apache.org>>
> > cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > It could be great to upgrade binaries on website, so a end-user can
> > take it, develop, and run. In my opinion, you should provide both
> > source and binary release, and giving advice about how to compile
> > correctly the source one.
> > For the binary release, it could be easier to have a built version in
> > accordance with the xerces binary release (it seams logical).
> >
> > Thanks for your answer.
> > 2006/3/20, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com> >:
> > >
> > > Hi Folks,
> > >
> > > Quite a few people have been having trouble with the aix binaries
> > we've got
> > > on the site at the moment (and we thought  we were doing everyone a
> > favour
> > > ;-)
> > >
> > >
> > >
> > > Looks like the issue with the aix 32 bit build is this:
> > >
> > > The xerces build on the apache website was built using xmlC 5.*. The
> > machine
> > > that we build the aix release code on uses 6.* and so we compiled
> > xerces to
> > > use that compiler level also. Therefore, what we are seeing is the
> > > incompatibility of name mangling (or compiler options) between
> > compiler
> > > levels.
> > >
> > > Given that I don't know how to get around this issue i.e. tell the xlc
> > at
> > > 6.* level to mangle the same somehow (or use the same options?) We
> > have two
> > > ways forward either
> > > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > > b) We'll also look into upgrading the version of xerces to be the
> > latest and
> > > the binaries for this already use xlc 6.*
> > >
> > >
> > > I'll get back to you on how well the tests go for option b) but you
> > can
> > > always continue with option a) yourselves :-)
> > >
> > > cheers for now,
> > > John.
> >
> >
> > --
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
> >
> >
> > --
> >
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
> >
> > --
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
> >
> > --
> > Antoine Galataud*
> > **antoine.galataud@gmail.com* <an...@gmail.com>
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
>
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
That's right, axiscpp.conf file is not processed: if I unset AXISCPP_DEPLOY
environment var, then the values outputed in log file (like lib locations
and names) are the same.

axiscpp.conf file is normally retrieved in $AXISCPP_DEPLOY/etc directory, am
I right ?

2006/3/24, John Hawkins <HA...@uk.ibm.com>:
>
>
> Hmm, looks like your axiscpp_eploy is not being picked up. Check what the
> trace header file says for any clues. If its not then you can just put the
> libs in your libpath and they'll get picked up withouth the need for the
> conf file.
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 24/03/2006 10:31  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> Hi !
>
> I suceeded in compiling Axis with xerces 2.7.0 version. It worked just
> fine.
>
> Now I'm getting issues at startup, with simple_axis_server or with apache
> module. The strange thing is that it seems configuration file parser get
> correctly the values, but then the values are corrupted with something and
> it produces strange ascii chars (see log output below). Then, it can't load
> any lib.
> I'm also wondering if it finds correctly the
> $AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find
> any library), because if you look at the logs, it outputed a wrong
> configuration value for log files location (though I set another value in
> the axiscpp.conf file)
>
> What could be the reasons ?
>
> Thanks
>
> logs :
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "Kÿÿä‚'"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
> @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
> @2ff20b18
>
> 2006/3/22, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Nope. Because we're upgrading to a new version of xerces we need to do
> this across all platforms and we're having problems against simple-axis
> server on windows.
>
> Can you build it yourself on aix? It might be quicker for you.
>
>
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 22/03/2006 17:23
>
>
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> Hi !
>
> So, is this release ready for download ?
>
> Thanks
>
> 2006/3/21, Antoine Galataud <*antoine.galataud@gmail.com *<an...@gmail.com>>:
>
> Thanks a lot !
>
> 2006/3/21, John Hawkins <* HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Xerces 2.7 worked fine.
>
> We'll upgrade the build to use this asap.
>
>
>
>
>   *"Antoine Galataud" <**antoine.galataud@gmail.com** *<an...@gmail.com>
> *>*
>
> 21/03/2006 08:54
>   Please respond to
> "Apache AXIS C User List" <*axis-c-user@ws.apache.org *<ax...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>>
> cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
>
>
> Hi,
>
> It could be great to upgrade binaries on website, so a end-user can
> take it, develop, and run. In my opinion, you should provide both
> source and binary release, and giving advice about how to compile
> correctly the source one.
> For the binary release, it could be easier to have a built version in
> accordance with the xerces binary release (it seams logical).
>
> Thanks for your answer.
> 2006/3/20, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com> >:
> >
> > Hi Folks,
> >
> > Quite a few people have been having trouble with the aix binaries we've
> got
> > on the site at the moment (and we thought  we were doing everyone a
> favour
> > ;-)
> >
> >
> >
> > Looks like the issue with the aix 32 bit build is this:
> >
> > The xerces build on the apache website was built using xmlC 5.*. The
> machine
> > that we build the aix release code on uses 6.* and so we compiled xerces
> to
> > use that compiler level also. Therefore, what we are seeing is the
> > incompatibility of name mangling (or compiler options) between compiler
> > levels.
> >
> > Given that I don't know how to get around this issue i.e. tell the xlc
> at
> > 6.* level to mangle the same somehow (or use the same options?) We have
> two
> > ways forward either
> > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > b) We'll also look into upgrading the version of xerces to be the latest
> and
> > the binaries for this already use xlc 6.*
> >
> >
> > I'll get back to you on how well the tests go for option b) but you can
> > always continue with option a) yourselves :-)
> >
> > cheers for now,
> > John.
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Yes, the value is good. All the environments variable seems to be set correctly

2006/3/24, Adrian Dick <ad...@uk.ibm.com>:
> Hi,
>
> At the start of the log file, is a snapshot of various environment
> variables, including AXISCPP_DEPLOY, which may be worth checking.
>
> Regards,
> Adrian
> _______________________________________
> Adrian Dick (adrian.dick@uk.ibm.com)
>
>
> "Antoine Galataud" <an...@gmail.com> wrote on 24/03/2006
> 10:31:07:
>
> > Hi !
> >
> > I suceeded in compiling Axis with xerces 2.7.0 version. It worked just
> fine.
> >
> > Now I'm getting issues at startup, with simple_axis_server or with
> > apache module. The strange thing is that it seems configuration file
> > parser get correctly the values, but then the values are corrupted
> > with something and it produces strange ascii chars (see log output
> > below). Then, it can't load any lib.
> > I'm also wondering if it finds correctly the
> > $AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it
> > can't find any library), because if you look at the logs, it
> > outputed a wrong configuration value for log files location (though
> > I set another value in the axiscpp.conf file)
> >
> > What could be the reasons ?
> >
> > Thanks
> >
> > logs :
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,
> > 205c5848
> > [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> > \XH............................>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,
> > 205c5848
> > [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> > \XH............................>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000000] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000000] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000001] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000001] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000002] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000002] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000003] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000003] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000004] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000004] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000005] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000005] <....>
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libhttp_transport.a"
> > [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000006] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000006] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000007] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000007] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libaxis_xmlparser.a"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000008] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000008] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000009] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[00000009] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000A] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000A] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "Unknown"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000B] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000B] <....>
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@2 "libhttp_channel.a"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@3 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000C] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c5848,[0000000C] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 <null>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c5848,@1 "¾ïÞ­"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> > [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> > [00000004] <....>, "/home/antgalat/axis-rs6000/"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> > [00000004] <....>, "/home/antgalat/axis-rs6000/"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000004] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000004] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@2 "/home/antgalat/axis-rs6000/"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@3 ""
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000007] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> > @205c7ee8,[00000007] <....>
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@2 "Kÿÿä‚'"
> > [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> > @205c7ee8,@3 <null>
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> > [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
> > [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256
>
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20a00,29, ""
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20a00,29, ""
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading
> > parser library"
> > [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20a00,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
> library"
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20a00,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20a00
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20a00
> > [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> > AxisException(, " ")
> > [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> > AxisException(, " ")
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20b18,29, " "
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > AxisEngineException @2ff20b18,29, " "
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading
> > parser library"
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> > getMessageForExceptionCode @2ff20b18,29
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
> library"
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > getMessageForExceptionCode @2ff20b18,@1 ""
> > [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> > AxisEngineException @2ff20b18
>
> > 2006/3/22, John Hawkins <HA...@uk.ibm.com>:
> >
> > Nope. Because we're upgrading to a new version of xerces we need to
> > do this across all platforms and we're having problems against
> > simple-axis server on windows.
> >
> > Can you build it yourself on aix? It might be quicker for you.
> >
> >
> >
> >
> >
>
> >
> > "Antoine Galataud" <an...@gmail.com>
> > 22/03/2006 17:23
> >
> > Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> > To
> >
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> > cc
> >
> > Subject
> >
> > Re: AIX 32 bit built
> >
> >
> >
> >
> > Hi !
> >
> > So, is this release ready for download ?
> >
> > Thanks
> >
> > 2006/3/21, Antoine Galataud <antoine.galataud@gmail.com >:
> > Thanks a lot !
> >
> > 2006/3/21, John Hawkins < HAWKINSJ@uk.ibm.com>:
> >
> > Xerces 2.7 worked fine.
> >
> > We'll upgrade the build to use this asap.
> >
> >
> >
> >
>
> >
> > "Antoine Galataud" <antoine.galataud@gmail.com >
> > 21/03/2006 08:54
> >
> > Please respond to
> > "Apache AXIS C User List" <axis-c-user@ws.apache.org >
> >
> > To
> >
> > "Apache AXIS C User List" <axis-c-user@ws.apache.org >
> >
> > cc
> >
> > Subject
> >
> > Re: AIX 32 bit built
> >
> >
>
> >
> >
> >
> >
> >
> > Hi,
> >
> > It could be great to upgrade binaries on website, so a end-user can
> > take it, develop, and run. In my opinion, you should provide both
> > source and binary release, and giving advice about how to compile
> > correctly the source one.
> > For the binary release, it could be easier to have a built version in
> > accordance with the xerces binary release (it seams logical).
> >
> > Thanks for your answer.
> > 2006/3/20, John Hawkins <HAWKINSJ@uk.ibm.com >:
> > >
> > > Hi Folks,
> > >
> > > Quite a few people have been having trouble with the aix binaries we've
> got
> > > on the site at the moment (and we thought  we were doing everyone a
> favour
> > > ;-)
> > >
> > >
> > >
> > > Looks like the issue with the aix 32 bit build is this:
> > >
> > > The xerces build on the apache website was built using xmlC 5.*. The
> machine
> > > that we build the aix release code on uses 6.* and so we compiled
> xerces to
> > > use that compiler level also. Therefore, what we are seeing is the
> > > incompatibility of name mangling (or compiler options) between compiler
> > > levels.
> > >
> > > Given that I don't know how to get around this issue i.e. tell the xlc
> at
> > > 6.* level to mangle the same somehow (or use the same options?) We have
> two
> > > ways forward either
> > > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > > b) We'll also look into upgrading the version of xerces to be the
> latest and
> > > the binaries for this already use xlc 6.*
> > >
> > >
> > > I'll get back to you on how well the tests go for option b) but you can
> > > always continue with option a) yourselves :-)
> > >
> > > cheers for now,
> > > John.
> >
> >
> > --
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
> >
> >
> > --
> >
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
> >
> > --
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
> >
> > --
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
Hmm, looks like your axiscpp_eploy is not being picked up. Check what the 
trace header file says for any clues. If its not then you can just put the 
libs in your libpath and they'll get picked up withouth the need for the 
conf file.





"Antoine Galataud" <an...@gmail.com> 
24/03/2006 10:31
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: AIX 32 bit built






Hi !

I suceeded in compiling Axis with xerces 2.7.0 version. It worked just 
fine.

Now I'm getting issues at startup, with simple_axis_server or with apache 
module. The strange thing is that it seems configuration file parser get 
correctly the values, but then the values are corrupted with something and 
it produces strange ascii chars (see log output below). Then, it can't 
load any lib. 
I'm also wondering if it finds correctly the 
$AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find 
any library), because if you look at the logs, it outputed a wrong 
configuration value for log files location (though I set another value in 
the axiscpp.conf file)

What could be the reasons ?

Thanks

logs :
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848 
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] < 
\XH............................>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000000] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000002] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000004] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....> 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000005] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_transport.a" 
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000006] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000007] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libaxis_xmlparser.a" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000008] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[00000009] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "Unknown" 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000B] <....> 
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@2 "libhttp_channel.a"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@3 "Kÿÿä?'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 <null> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8 
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize 
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000/"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0, 
[00000004] <....>, "/home/antgalat/axis-rs6000/" 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000004] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "/home/antgalat/axis-rs6000/" 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 ""
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....> 
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty 
@205c7ee8,[00000007] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@2 "Kÿÿä?'"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty 
@205c7ee8,@3 <null> 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib 
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib 
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser 
library" 
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20a00,29 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser 
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20a00,@1 "" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ") 
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught 
AxisException(, " ")
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20b18,29, " "
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException 
@2ff20b18,29, " " 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser 
library" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > 
getMessageForExceptionCode @2ff20b18,29 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser 
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < 
getMessageForExceptionCode @2ff20b18,@1 "" 
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException 
@2ff20b18

2006/3/22, John Hawkins <HA...@uk.ibm.com>: 

Nope. Because we're upgrading to a new version of xerces we need to do 
this across all platforms and we're having problems against simple-axis 
server on windows. 

Can you build it yourself on aix? It might be quicker for you. 






"Antoine Galataud" <an...@gmail.com> 
22/03/2006 17:23 


Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org> 
cc

Subject
Re: AIX 32 bit built








Hi !

So, is this release ready for download ?

Thanks

2006/3/21, Antoine Galataud <antoine.galataud@gmail.com >: 
Thanks a lot !

2006/3/21, John Hawkins < HAWKINSJ@uk.ibm.com>: 

Xerces 2.7 worked fine. 

We'll upgrade the build to use this asap. 





"Antoine Galataud" <antoine.galataud@gmail.com > 
21/03/2006 08:54 

Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org >



To
"Apache AXIS C User List" <axis-c-user@ws.apache.org > 
cc

Subject
Re: AIX 32 bit built










Hi,

It could be great to upgrade binaries on website, so a end-user can
take it, develop, and run. In my opinion, you should provide both
source and binary release, and giving advice about how to compile
correctly the source one.
For the binary release, it could be easier to have a built version in
accordance with the xerces binary release (it seams logical).

Thanks for your answer.
2006/3/20, John Hawkins <HAWKINSJ@uk.ibm.com >:
>
> Hi Folks,
>
> Quite a few people have been having trouble with the aix binaries we've 
got
> on the site at the moment (and we thought  we were doing everyone a 
favour
> ;-)
>
>
>
> Looks like the issue with the aix 32 bit build is this:
>
> The xerces build on the apache website was built using xmlC 5.*. The 
machine
> that we build the aix release code on uses 6.* and so we compiled xerces 
to
> use that compiler level also. Therefore, what we are seeing is the
> incompatibility of name mangling (or compiler options) between compiler
> levels.
>
> Given that I don't know how to get around this issue i.e. tell the xlc 
at
> 6.* level to mangle the same somehow (or use the same options?) We have 
two
> ways forward either
> a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> b) We'll also look into upgrading the version of xerces to be the latest 
and
> the binaries for this already use xlc 6.*
>
>
> I'll get back to you on how well the tests go for option b) but you can
> always continue with option a) yourselves :-)
>
> cheers for now,
> John.


--
Antoine Galataud
antoine.galataud@gmail.com 
Département Architecture des Systèmes d'Information
INSA - Rouen




-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 

Re: AIX 32 bit built

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi,

At the start of the log file, is a snapshot of various environment
variables, including AXISCPP_DEPLOY, which may be worth checking.

Regards,
Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)


"Antoine Galataud" <an...@gmail.com> wrote on 24/03/2006
10:31:07:

> Hi !
>
> I suceeded in compiling Axis with xerces 2.7.0 version. It worked just
fine.
>
> Now I'm getting issues at startup, with simple_axis_server or with
> apache module. The strange thing is that it seems configuration file
> parser get correctly the values, but then the values are corrupted
> with something and it produces strange ascii chars (see log output
> below). Then, it can't load any lib.
> I'm also wondering if it finds correctly the
> $AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it
> can't find any library), because if you look at the logs, it
> outputed a wrong configuration value for log files location (though
> I set another value in the axiscpp.conf file)
>
> What could be the reasons ?
>
> Thanks
>
> logs :
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,
> 205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,
> 205c5848
> [205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
> \XH............................>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000000] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000001] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000002] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000003] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000004] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000005] <....>
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_transport.a"
> [24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000006] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000007] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libaxis_xmlparser.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000008] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[00000009] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000A] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "Unknown"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000B] <....>
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@2 "libhttp_channel.a"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@3 "Kÿÿä‚'"
> [24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c5848,[0000000C] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 <null>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c5848,@1 "¾ïÞ­"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
> [00000004] <....>, "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000004] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "/home/antgalat/axis-rs6000/"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 ""
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
> @205c7ee8,[00000007] <....>
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@2 "Kÿÿä‚'"
> [24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
> @205c7ee8,@3 <null>
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
> [24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256

> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> AxisEngineException @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> AxisEngineException @2ff20a00,29, ""
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading
> parser library"
> [24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20a00,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20a00,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> AxisEngineException @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> AxisEngineException @2ff20a00
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
> AxisException(, " ")
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> AxisEngineException @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> AxisEngineException @2ff20b18,29, " "
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading
> parser library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
> getMessageForExceptionCode @2ff20b18,29
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> getMessageForExceptionCode @2ff20b18,@1 ""
> [24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
> AxisEngineException @2ff20b18

> 2006/3/22, John Hawkins <HA...@uk.ibm.com>:
>
> Nope. Because we're upgrading to a new version of xerces we need to
> do this across all platforms and we're having problems against
> simple-axis server on windows.
>
> Can you build it yourself on aix? It might be quicker for you.
>
>
>
>
>

>
> "Antoine Galataud" <an...@gmail.com>
> 22/03/2006 17:23
>
> Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
> To
>
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
> cc
>
> Subject
>
> Re: AIX 32 bit built
>
>
>
>
> Hi !
>
> So, is this release ready for download ?
>
> Thanks
>
> 2006/3/21, Antoine Galataud <antoine.galataud@gmail.com >:
> Thanks a lot !
>
> 2006/3/21, John Hawkins < HAWKINSJ@uk.ibm.com>:
>
> Xerces 2.7 worked fine.
>
> We'll upgrade the build to use this asap.
>
>
>
>

>
> "Antoine Galataud" <antoine.galataud@gmail.com >
> 21/03/2006 08:54
>
> Please respond to
> "Apache AXIS C User List" <axis-c-user@ws.apache.org >
>
> To
>
> "Apache AXIS C User List" <axis-c-user@ws.apache.org >
>
> cc
>
> Subject
>
> Re: AIX 32 bit built
>
>

>
>
>
>
>
> Hi,
>
> It could be great to upgrade binaries on website, so a end-user can
> take it, develop, and run. In my opinion, you should provide both
> source and binary release, and giving advice about how to compile
> correctly the source one.
> For the binary release, it could be easier to have a built version in
> accordance with the xerces binary release (it seams logical).
>
> Thanks for your answer.
> 2006/3/20, John Hawkins <HAWKINSJ@uk.ibm.com >:
> >
> > Hi Folks,
> >
> > Quite a few people have been having trouble with the aix binaries we've
got
> > on the site at the moment (and we thought  we were doing everyone a
favour
> > ;-)
> >
> >
> >
> > Looks like the issue with the aix 32 bit build is this:
> >
> > The xerces build on the apache website was built using xmlC 5.*. The
machine
> > that we build the aix release code on uses 6.* and so we compiled
xerces to
> > use that compiler level also. Therefore, what we are seeing is the
> > incompatibility of name mangling (or compiler options) between compiler
> > levels.
> >
> > Given that I don't know how to get around this issue i.e. tell the xlc
at
> > 6.* level to mangle the same somehow (or use the same options?) We have
two
> > ways forward either
> > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > b) We'll also look into upgrading the version of xerces to be the
latest and
> > the binaries for this already use xlc 6.*
> >
> >
> > I'll get back to you on how well the tests go for option b) but you can
> > always continue with option a) yourselves :-)
> >
> > cheers for now,
> > John.
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
>
> --
>
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Hi !

I suceeded in compiling Axis with xerces 2.7.0 version. It worked just fine.

Now I'm getting issues at startup, with simple_axis_server or with apache
module. The strange thing is that it seems configuration file parser get
correctly the values, but then the values are corrupted with something and
it produces strange ascii chars (see log output below). Then, it can't load
any lib.
I'm also wondering if it finds correctly the
$AXISCPP_DEPLOY/etc/axiscpp.conf file (it could explain that it can't find
any library), because if you look at the logs, it outputed a wrong
configuration value for log files location (though I set another value in
the axiscpp.conf file)

What could be the reasons ?

Thanks

logs :
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
\XH............................>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > AxisConfig @205c7ee8,205c5848
[205C584800000000000000000000000000000000F008BCC4F008BCD400000000] <
\XH............................>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000000] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000000] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000001] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisLog"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000002] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000002] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "/usr/local/axiscpp_deploy/log/AxisClientLog"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000003] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000004] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000004] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000005] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000005] <....>
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libhttp_transport.a"
[24/03/2006 11:26:51:270 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000006] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000006] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000007] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000007] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libaxis_xmlparser.a"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000008] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000008] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000009] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[00000009] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000A] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "Unknown"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000B] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000B] <....>
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@2 "libhttp_channel.a"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@3 "Kÿÿä‚'"
[24/03/2006 11:26:51:271 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
@205c5848,[0000000C] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 <null>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
@205c5848,@1 "¾ïÞ­"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < AxisConfig @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
[24/03/2006 11:26:51:272 NFT] 1 - < ModuleInitialize
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > readConfFile @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
[00000004] <....>, "/home/antgalat/axis-rs6000/"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > setValue @205c7ee8,0,
[00000004] <....>, "/home/antgalat/axis-rs6000/"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < setValue @205c7ee8
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000004] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000004] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@2 "/home/antgalat/axis-rs6000/"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@3 ""
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < readConfFile @205c7ee8,@1 0
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > initialize
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000007] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig > getAxisConfProperty
@205c7ee8,[00000007] <....>
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@2 "Kÿÿä‚'"
[24/03/2006 11:26:51:272 NFT] 1 AxisConfig < getAxisConfProperty
@205c7ee8,@3 <null>
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
[24/03/2006 11:26:51:272 NFT] 1 XMLParserFactory > loadLib
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < loadLib @1 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory > unloadLib
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib 0
[24/03/2006 11:26:51:289 NFT] 1 XMLParserFactory < unloadLib @1 540180256
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException > AxisEngineException
@2ff20a00,29, ""
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
library"
[24/03/2006 11:26:51:289 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20a00,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,"DLOPEN FAILED in loading parser
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20a00,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
@2ff20a00
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[24/03/2006 11:26:51:290 NFT] 1 - X initialize_module @1 caught
AxisException(, " ")
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
@2ff20b18,29, " "
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException > AxisEngineException
@2ff20b18,29, " "
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException >
getMessageForExceptionCode @2ff20b18,29
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,"DLOPEN FAILED in loading parser
library"
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException <
getMessageForExceptionCode @2ff20b18,@1 ""
[24/03/2006 11:26:51:290 NFT] 1 AxisEngineException < AxisEngineException
@2ff20b18

2006/3/22, John Hawkins <HA...@uk.ibm.com>:
>
>
> Nope. Because we're upgrading to a new version of xerces we need to do
> this across all platforms and we're having problems against simple-axis
> server on windows.
>
> Can you build it yourself on aix? It might be quicker for you.
>
>
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 22/03/2006 17:23
>  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> Hi !
>
> So, is this release ready for download ?
>
> Thanks
>
> 2006/3/21, Antoine Galataud <*a...@gmail.com>>:
>
> Thanks a lot !
>
> 2006/3/21, John Hawkins <* HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
>
> Xerces 2.7 worked fine.
>
> We'll upgrade the build to use this asap.
>
>
>
>
>
>   *"Antoine Galataud" <**...@gmail.com>
> *>*
>
> 21/03/2006 08:54
>   Please respond to
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >
>
>
>   To
> "Apache AXIS C User List" <*a...@ws.apache.org>
> >  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
>
>
> Hi,
>
> It could be great to upgrade binaries on website, so a end-user can
> take it, develop, and run. In my opinion, you should provide both
> source and binary release, and giving advice about how to compile
> correctly the source one.
> For the binary release, it could be easier to have a built version in
> accordance with the xerces binary release (it seams logical).
>
> Thanks for your answer.
> 2006/3/20, John Hawkins <*HAWKINSJ@uk.ibm.com* <HA...@uk.ibm.com>>:
> >
> > Hi Folks,
> >
> > Quite a few people have been having trouble with the aix binaries we've
> got
> > on the site at the moment (and we thought  we were doing everyone a
> favour
> > ;-)
> >
> >
> >
> > Looks like the issue with the aix 32 bit build is this:
> >
> > The xerces build on the apache website was built using xmlC 5.*. The
> machine
> > that we build the aix release code on uses 6.* and so we compiled xerces
> to
> > use that compiler level also. Therefore, what we are seeing is the
> > incompatibility of name mangling (or compiler options) between compiler
> > levels.
> >
> > Given that I don't know how to get around this issue i.e. tell the xlc
> at
> > 6.* level to mangle the same somehow (or use the same options?) We have
> two
> > ways forward either
> > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > b) We'll also look into upgrading the version of xerces to be the latest
> and
> > the binaries for this already use xlc 6.*
> >
> >
> > I'll get back to you on how well the tests go for option b) but you can
> > always continue with option a) yourselves :-)
> >
> > cheers for now,
> > John.
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
>
> --
>
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>
>
> --
> Antoine Galataud*
> **antoine.galataud@gmail.com* <an...@gmail.com>
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
Nope. Because we're upgrading to a new version of xerces we need to do 
this across all platforms and we're having problems against simple-axis 
server on windows.

Can you build it yourself on aix? It might be quicker for you.







"Antoine Galataud" <an...@gmail.com> 
22/03/2006 17:23
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: AIX 32 bit built






Hi !

So, is this release ready for download ?

Thanks

2006/3/21, Antoine Galataud <an...@gmail.com>: 
Thanks a lot !

2006/3/21, John Hawkins < HAWKINSJ@uk.ibm.com>:

Xerces 2.7 worked fine. 

We'll upgrade the build to use this asap. 






"Antoine Galataud" <an...@gmail.com> 
21/03/2006 08:54 

Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>



To
"Apache AXIS C User List" <ax...@ws.apache.org> 
cc

Subject
Re: AIX 32 bit built








Hi,

It could be great to upgrade binaries on website, so a end-user can
take it, develop, and run. In my opinion, you should provide both
source and binary release, and giving advice about how to compile
correctly the source one.
For the binary release, it could be easier to have a built version in
accordance with the xerces binary release (it seams logical).

Thanks for your answer.
2006/3/20, John Hawkins <HA...@uk.ibm.com>:
>
> Hi Folks,
>
> Quite a few people have been having trouble with the aix binaries we've 
got
> on the site at the moment (and we thought  we were doing everyone a 
favour
> ;-)
>
>
>
> Looks like the issue with the aix 32 bit build is this:
>
> The xerces build on the apache website was built using xmlC 5.*. The 
machine
> that we build the aix release code on uses 6.* and so we compiled xerces 
to
> use that compiler level also. Therefore, what we are seeing is the
> incompatibility of name mangling (or compiler options) between compiler
> levels.
>
> Given that I don't know how to get around this issue i.e. tell the xlc 
at
> 6.* level to mangle the same somehow (or use the same options?) We have 
two
> ways forward either
> a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> b) We'll also look into upgrading the version of xerces to be the latest 
and
> the binaries for this already use xlc 6.*
>
>
> I'll get back to you on how well the tests go for option b) but you can
> always continue with option a) yourselves :-)
>
> cheers for now,
> John.


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen




-- 

Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 



-- 
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen 

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Hi !

So, is this release ready for download ?

Thanks

2006/3/21, Antoine Galataud <an...@gmail.com>:
>
> Thanks a lot !
>
> 2006/3/21, John Hawkins <HA...@uk.ibm.com>:
> >
> >
> > Xerces 2.7 worked fine.
> >
> > We'll upgrade the build to use this asap.
> >
> >
> >
> >
> >
> >
> >  *"Antoine Galataud" <an...@gmail.com>*
> >
> > 21/03/2006 08:54  Please respond to
> > "Apache AXIS C User List" <ax...@ws.apache.org>
> >
> >   To
> > "Apache AXIS C User List" <ax...@ws.apache.org>  cc
> >
> >  Subject
> > Re: AIX 32 bit built
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > It could be great to upgrade binaries on website, so a end-user can
> > take it, develop, and run. In my opinion, you should provide both
> > source and binary release, and giving advice about how to compile
> > correctly the source one.
> > For the binary release, it could be easier to have a built version in
> > accordance with the xerces binary release (it seams logical).
> >
> > Thanks for your answer.
> > 2006/3/20, John Hawkins <HA...@uk.ibm.com>:
> > >
> > > Hi Folks,
> > >
> > > Quite a few people have been having trouble with the aix binaries
> > we've got
> > > on the site at the moment (and we thought  we were doing everyone a
> > favour
> > > ;-)
> > >
> > >
> > >
> > > Looks like the issue with the aix 32 bit build is this:
> > >
> > > The xerces build on the apache website was built using xmlC 5.*. The
> > machine
> > > that we build the aix release code on uses 6.* and so we compiled
> > xerces to
> > > use that compiler level also. Therefore, what we are seeing is the
> > > incompatibility of name mangling (or compiler options) between
> > compiler
> > > levels.
> > >
> > > Given that I don't know how to get around this issue i.e. tell the xlc
> > at
> > > 6.* level to mangle the same somehow (or use the same options?) We
> > have two
> > > ways forward either
> > > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > > b) We'll also look into upgrading the version of xerces to be the
> > latest and
> > > the binaries for this already use xlc 6.*
> > >
> > >
> > > I'll get back to you on how well the tests go for option b) but you
> > can
> > > always continue with option a) yourselves :-)
> > >
> > > cheers for now,
> > > John.
> >
> >
> > --
> > Antoine Galataud
> > antoine.galataud@gmail.com
> > Département Architecture des Systèmes d'Information
> > INSA - Rouen
> >
> >
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>



--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Thanks a lot !

2006/3/21, John Hawkins <HA...@uk.ibm.com>:
>
>
> Xerces 2.7 worked fine.
>
> We'll upgrade the build to use this asap.
>
>
>
>
>
>
>  *"Antoine Galataud" <an...@gmail.com>*
>
> 21/03/2006 08:54  Please respond to
> "Apache AXIS C User List" <ax...@ws.apache.org>
>
>   To
> "Apache AXIS C User List" <ax...@ws.apache.org>  cc
>
>  Subject
> Re: AIX 32 bit built
>
>
>
>
>
>
> Hi,
>
> It could be great to upgrade binaries on website, so a end-user can
> take it, develop, and run. In my opinion, you should provide both
> source and binary release, and giving advice about how to compile
> correctly the source one.
> For the binary release, it could be easier to have a built version in
> accordance with the xerces binary release (it seams logical).
>
> Thanks for your answer.
> 2006/3/20, John Hawkins <HA...@uk.ibm.com>:
> >
> > Hi Folks,
> >
> > Quite a few people have been having trouble with the aix binaries we've
> got
> > on the site at the moment (and we thought  we were doing everyone a
> favour
> > ;-)
> >
> >
> >
> > Looks like the issue with the aix 32 bit build is this:
> >
> > The xerces build on the apache website was built using xmlC 5.*. The
> machine
> > that we build the aix release code on uses 6.* and so we compiled xerces
> to
> > use that compiler level also. Therefore, what we are seeing is the
> > incompatibility of name mangling (or compiler options) between compiler
> > levels.
> >
> > Given that I don't know how to get around this issue i.e. tell the xlc
> at
> > 6.* level to mangle the same somehow (or use the same options?) We have
> two
> > ways forward either
> > a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> > b) We'll also look into upgrading the version of xerces to be the latest
> and
> > the binaries for this already use xlc 6.*
> >
> >
> > I'll get back to you on how well the tests go for option b) but you can
> > always continue with option a) yourselves :-)
> >
> > cheers for now,
> > John.
>
>
> --
> Antoine Galataud
> antoine.galataud@gmail.com
> Département Architecture des Systèmes d'Information
> INSA - Rouen
>
>


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen

Re: AIX 32 bit built

Posted by John Hawkins <HA...@uk.ibm.com>.
Xerces 2.7 worked fine.

We'll upgrade the build to use this asap.







"Antoine Galataud" <an...@gmail.com> 
21/03/2006 08:54
Please respond to
"Apache AXIS C User List" <ax...@ws.apache.org>


To
"Apache AXIS C User List" <ax...@ws.apache.org>
cc

Subject
Re: AIX 32 bit built






Hi,

It could be great to upgrade binaries on website, so a end-user can
take it, develop, and run. In my opinion, you should provide both
source and binary release, and giving advice about how to compile
correctly the source one.
For the binary release, it could be easier to have a built version in
accordance with the xerces binary release (it seams logical).

Thanks for your answer.
2006/3/20, John Hawkins <HA...@uk.ibm.com>:
>
> Hi Folks,
>
> Quite a few people have been having trouble with the aix binaries we've 
got
> on the site at the moment (and we thought  we were doing everyone a 
favour
> ;-)
>
>
>
> Looks like the issue with the aix 32 bit build is this:
>
> The xerces build on the apache website was built using xmlC 5.*. The 
machine
> that we build the aix release code on uses 6.* and so we compiled xerces 
to
> use that compiler level also. Therefore, what we are seeing is the
> incompatibility of name mangling (or compiler options) between compiler
> levels.
>
> Given that I don't know how to get around this issue i.e. tell the xlc 
at
> 6.* level to mangle the same somehow (or use the same options?) We have 
two
> ways forward either
> a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> b) We'll also look into upgrading the version of xerces to be the latest 
and
> the binaries for this already use xlc 6.*
>
>
> I'll get back to you on how well the tests go for option b) but you can
> always continue with option a) yourselves :-)
>
> cheers for now,
> John.


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen


Re: AIX 32 bit built

Posted by Antoine Galataud <an...@gmail.com>.
Hi,

It could be great to upgrade binaries on website, so a end-user can
take it, develop, and run. In my opinion, you should provide both
source and binary release, and giving advice about how to compile
correctly the source one.
For the binary release, it could be easier to have a built version in
accordance with the xerces binary release (it seams logical).

Thanks for your answer.
2006/3/20, John Hawkins <HA...@uk.ibm.com>:
>
> Hi Folks,
>
> Quite a few people have been having trouble with the aix binaries we've got
> on the site at the moment (and we thought  we were doing everyone a favour
> ;-)
>
>
>
> Looks like the issue with the aix 32 bit build is this:
>
> The xerces build on the apache website was built using xmlC 5.*. The machine
> that we build the aix release code on uses 6.* and so we compiled xerces to
> use that compiler level also. Therefore, what we are seeing is the
> incompatibility of name mangling (or compiler options) between compiler
> levels.
>
> Given that I don't know how to get around this issue i.e. tell the xlc at
> 6.* level to mangle the same somehow (or use the same options?) We have two
> ways forward either
> a) Compile your own version of xerces 2_2_0 for AIX using xlc 6.*
> b) We'll also look into upgrading the version of xerces to be the latest and
> the binaries for this already use xlc 6.*
>
>
> I'll get back to you on how well the tests go for option b) but you can
> always continue with option a) yourselves :-)
>
> cheers for now,
> John.


--
Antoine Galataud
antoine.galataud@gmail.com
Département Architecture des Systèmes d'Information
INSA - Rouen