Configuration Exception when using generated classes with wsdl2java
-------------------------------------------------------------------
Key: AXIS-2611
URL: https://issues.apache.org/jira/browse/AXIS-2611
Project: Apache Axis
Issue Type: Bug
Affects Versions: current (nightly)
Environment: java version : j2sdk1.4.2_13
axis version : 1.4
activate log4j in debug level
Reporter: OLIVIER Emmanuel
When I use TestCase class generated with Wsdl2Java Ant Task in order to use my
very simple WebService "sum" that sums 2 numbers, ConfigurationException is
thrown : "No service named sum is available". I had worked on that, also
debugged with axis sources, searched on FAQ, but I still don't understand why.
Despite I have this exception, the service works fine.
Here below .wsdl file and the log file.
0 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
getBundle(org.apache.axis,org.apache.axis.i18n,resource,null,...)
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - loadBundle:
Ignoring MissingResourceException: Can't find bundle for base name
org.apache.axis.resource, locale fr_FR
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - Created
org.apache.axis.i18n.resource, linked to parent null
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
getBundle(org.apache.axis,org.apache.axis.utils,resource,null,...)
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - loadBundle:
Ignoring MissingResourceException: Can't find bundle for base name
org.apache.axis.utils.resource, locale fr_FR
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - loadBundle:
Ignoring MissingResourceException: Can't find bundle for base name
org.apache.axis.resource, locale fr_FR
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - Root package
not found, cross link to org.apache.axis.i18n.resource
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle - Root package
not found, cross link to org.apache.axis.i18n.resource
47 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(engineConfigLoadFactory)
47 [main] DEBUG
org.apache.axis.configuration.EngineConfigurationFactoryFinder - Factory
org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: unable
to load/resolve class.
62 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(engineFactory)
62 [main] DEBUG
org.apache.axis.configuration.EngineConfigurationFactoryFinder - Got
EngineFactory: org.apache.axis.configuration.EngineConfigurationFactoryDefault
62 [main] DEBUG org.apache.axis.AxisEngine - Enter: AxisEngine::init
219 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
219 [main] DEBUG org.apache.axis.utils.JavaUtils - Attachment support is
enabled? true
250 [main] DEBUG
org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory - Enter/Exit:
JAFDataHandlerDeserializerFactory(class java.lang.String,
{http://xml.apache.org/xml-soap}PlainText)
250 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(oddDigits00)
250 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(badChars01)
375 [main] DEBUG
org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory - Enter/Exit:
JAFDataHandlerDeserializerFactory(class java.awt.Image,
{http://xml.apache.org/xml-soap}Image)
390 [main] DEBUG
org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory - Enter/Exit:
JAFDataHandlerDeserializerFactory(class javax.mail.internet.MimeMultipart,
{http://xml.apache.org/xml-soap}Multipart)
390 [main] DEBUG
org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory - Enter/Exit:
JAFDataHandlerDeserializerFactory(interface javax.xml.transform.Source,
{http://xml.apache.org/xml-soap}Source)
390 [main] DEBUG
org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory - Enter/Exit:
JAFDataHandlerDeserializerFactory(class
org.apache.axis.attachments.OctetStream,
{http://xml.apache.org/xml-soap}octet-stream)
390 [main] DEBUG
org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory - Enter/Exit:
JAFDataHandlerDeserializerFactory()
469 [main] DEBUG org.apache.axis.AxisEngine - Exit: AxisEngine::init
484 [main] DEBUG org.apache.axis.description.OperationDesc - @90cb03 added
parameter >name: a
typeEntry: null
mode: IN
position: 0
isReturn: false
typeQName: {http://www.w3.org/2001/XMLSchema}int
javaType: int
inHeader: false
outHeader: false
@6cb8<total parameters:1
484 [main] DEBUG org.apache.axis.description.OperationDesc - @90cb03 added
parameter >name: b
typeEntry: null
mode: IN
position: 1
isReturn: false
typeQName: {http://www.w3.org/2001/XMLSchema}int
javaType: int
inHeader: false
outHeader: false
@1e1a408<total parameters:2
531 [main] DEBUG org.apache.axis.description.OperationDesc -
@90cb03setReturnType({http://www.w3.org/2001/XMLSchema}int)
562 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(transport00)
562 [main] DEBUG org.apache.axis.client.Call - Transport is [EMAIL PROTECTED]
562 [main] DEBUG org.apache.axis.client.Call - Enter: Call::invoke(ns, meth,
args)
578 [main] DEBUG org.apache.axis.client.Call - operation=name: getSum
returnQName: getSumReturn
returnType: {http://www.w3.org/2001/XMLSchema}int
returnClass: int
elementQName:null
soapAction: null
style: rpc
use: encoded
numInParams: 2
method:null
ParameterDesc[0]:
name: a
typeEntry: null
mode: IN
position: 0
isReturn: false
typeQName: {http://www.w3.org/2001/XMLSchema}int
javaType: int
inHeader: false
outHeader: false
ParameterDesc[1]:
name: b
typeEntry: null
mode: IN
position: 1
isReturn: false
typeQName: {http://www.w3.org/2001/XMLSchema}int
javaType: int
inHeader: false
outHeader: false
578 [main] DEBUG org.apache.axis.client.Call - operation.getNumParams()=2
578 [main] DEBUG org.apache.axis.client.Call - getParamList number of params:
2
594 [main] DEBUG org.apache.axis.client.Call - Enter: Call::invoke(RPCElement)
625 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
625 [main] DEBUG org.apache.axis.Message - Attachment support is enabled?
true
875 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart
ctor(FORM_SOAPENVELOPE)
875 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
875 [main] DEBUG org.apache.axis.SOAPPart - Setting current message form to:
FORM_SOAPENVELOPE (currentMessage is now org.apache.axis.message.SOAPEnvelope)
875 [main] DEBUG org.apache.axis.SOAPPart - Exit: SOAPPart ctor()
875 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(addBody00)
875 [main] DEBUG org.apache.axis.message.SOAPBody - Adding body element to
message...
875 [main] DEBUG org.apache.axis.client.Call - Enter: Call::invoke()
875 [main] DEBUG org.apache.axis.MessageContext - MessageContext:
setTargetService(sum)
875 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(noService10)
875 [main] DEBUG org.apache.axis.ConfigurationException - Exception:
org.apache.axis.ConfigurationException: No service named sum is available
org.apache.axis.ConfigurationException: No service named sum is available
at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)
at org.apache.axis.client.Call.invoke(Call.java:2690)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
localhost.axis.sum_jws.SumSoapBindingStub.getSum(SumSoapBindingStub.java:105)
at com.caam.webservices.Test4Sum.main(Test4Sum.java:20)
at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)
at org.apache.axis.client.Call.invoke(Call.java:2690)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
localhost.axis.sum_jws.SumSoapBindingStub.getSum(SumSoapBindingStub.java:105)
at com.caam.webservices.Test4Sum.main(Test4Sum.java:20)
875 [main] DEBUG org.apache.axis.MessageContext - MessageContext:
setServiceHandler(null)
875 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(targetService)
875 [main] DEBUG org.apache.axis.client.Call - Target service: sum
875 [main] DEBUG org.apache.axis.MessageContext - MessageContext:
setTargetService()
875 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(noService10)
875 [main] DEBUG org.apache.axis.ConfigurationException - Exception:
org.apache.axis.ConfigurationException: No service named is available
org.apache.axis.ConfigurationException: No service named is available
at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)
at
org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89)
at
org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)
at org.apache.axis.client.Call.invoke(Call.java:2738)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
localhost.axis.sum_jws.SumSoapBindingStub.getSum(SumSoapBindingStub.java:105)
at com.caam.webservices.Test4Sum.main(Test4Sum.java:20)
at
org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
at
org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)
at
org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89)
at
org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)
at org.apache.axis.client.Call.invoke(Call.java:2738)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
localhost.axis.sum_jws.SumSoapBindingStub.getSum(SumSoapBindingStub.java:105)
at com.caam.webservices.Test4Sum.main(Test4Sum.java:20)
875 [main] DEBUG org.apache.axis.MessageContext - MessageContext:
setServiceHandler(null)
890 [main] DEBUG org.apache.axis.SOAPPart - Enter:
SOAPPart::getAsSOAPEnvelope()
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(currForm)
890 [main] DEBUG org.apache.axis.SOAPPart - current form is FORM_SOAPENVELOPE
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsd' - 'http://www.w3.org/2001/XMLSchema'
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsi' - 'http://www.w3.org/2001/XMLSchema-instance'
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Envelope
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Body
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://localhost:8080/axis/sum.jws]:getSum
890 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
890 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'ns1' - 'http://localhost:8080/axis/sum.jws'
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
890 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:a
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element a
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:b
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element b
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
ns1:getSum
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenc' - 'http://schemas.xmlsoap.org/soap/encoding/'
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:multiRef
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
multiRef
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:multiRef
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenc' - 'http://schemas.xmlsoap.org/soap/encoding/'
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
multiRef
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Body
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
906 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Envelope
906 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(empty00)
906 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (empty)
906 [main] DEBUG org.apache.axis.client.Call - <?xml version="1.0"
encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getSum
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="http://localhost:8080/axis/sum.jws"><a href="#id0"/><b
href="#id1"/></ns1:getSum><multiRef id="id0" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">12</multiRef><multiRef
id="id1" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">12</multiRef></soapenv:Body></soapenv:Envelope>
906 [main] DEBUG org.apache.axis.client.AxisClient - Enter: AxisClient::invoke
906 [main] DEBUG org.apache.axis.client.AxisClient - EngineHandler: null
922 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(axisUserAgent)
922 [main] DEBUG org.apache.axis.SimpleChain - Enter: SimpleChain::invoke
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(enter00)
937 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Enter:
HTTPSender::invoke
937 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart::saveChanges
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsd' - 'http://www.w3.org/2001/XMLSchema'
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsi' - 'http://www.w3.org/2001/XMLSchema-instance'
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Envelope
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Body
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://localhost:8080/axis/sum.jws]:getSum
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'ns1' - 'http://localhost:8080/axis/sum.jws'
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
937 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
937 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:a
937 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element a
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:b
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element b
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
ns1:getSum
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenc' - 'http://schemas.xmlsoap.org/soap/encoding/'
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:multiRef
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
multiRef
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:multiRef
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenc' - 'http://schemas.xmlsoap.org/soap/encoding/'
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
multiRef
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Body
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
953 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Envelope
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(empty00)
953 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (empty)
953 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
953 [main] DEBUG org.apache.axis.SOAPPart - Setting current message form to:
FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray)
953 [main] DEBUG org.apache.axis.SOAPPart - Exit: SOAPPart::saveChanges():
[EMAIL PROTECTED]
953 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart::saveChanges
953 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart::saveChanges
984 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(createdHTTP00)
984 [main] DEBUG org.apache.axis.components.net.DefaultSocketFactory -
Created an insecure HTTP connection
984 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(xmlSent00)
984 [main] DEBUG org.apache.axis.transport.http.HTTPSender - XML sent:
984 [main] DEBUG org.apache.axis.transport.http.HTTPSender -
---------------------------------------------------
984 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart::saveChanges
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - POST
/axis/sum.jws HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.4
Host: localhost:8080
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 815
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getSum
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="http://localhost:8080/axis/sum.jws"><a href="#id0"/><b
href="#id1"/></ns1:getSum><multiRef id="id0" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">12</multiRef><multiRef
id="id1" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="xsd:int"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">12</multiRef></soapenv:Body></soapenv:Envelope>
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - HTTP/1.1 200 OK
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Set-Cookie
JSESSIONID=A3E2D38DBE577F8473535703D608457D; Path=/axis
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Content-Type
text/xml;charset=utf-8
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Date Tue, 16 Jan
2007 17:47:52 GMT
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Server
Apache-Coyote/1.1
1015 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Connection close
1031 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart
ctor(FORM_INPUTSTREAM)
1031 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
1031 [main] DEBUG org.apache.axis.SOAPPart - Setting current message form to:
FORM_INPUTSTREAM (currentMessage is now
org.apache.axis.transport.http.SocketInputStream)
1031 [main] DEBUG org.apache.axis.SOAPPart - Exit: SOAPPart ctor()
1031 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(no00)
1031 [main] DEBUG org.apache.axis.transport.http.HTTPSender -
no Content-Length
1031 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(xmlRecd00)
1031 [main] DEBUG org.apache.axis.transport.http.HTTPSender -
XML received:
1031 [main] DEBUG org.apache.axis.transport.http.HTTPSender -
-----------------------------------------------
1031 [main] DEBUG org.apache.axis.SOAPPart - Enter:
SOAPPart::getAsSOAPEnvelope()
1031 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(currForm)
1031 [main] DEBUG org.apache.axis.SOAPPart - current form is FORM_INPUTSTREAM
1047 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startPrefixMapping(soapenv,
http://schemas.xmlsoap.org/soap/envelope/)
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startPrefixMapping()
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startPrefixMapping(xsd,
http://www.w3.org/2001/XMLSchema)
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startPrefixMapping()
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startPrefixMapping(xsi,
http://www.w3.org/2001/XMLSchema-instance)
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startPrefixMapping()
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startElement(http://schemas.xmlsoap.org/soap/envelope/,
Envelope)
1047 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
element Envelope
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startElement()
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startElement(http://schemas.xmlsoap.org/soap/envelope/,
Body)
1047 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1047 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(newElem00)
1047 [main] DEBUG org.apache.axis.message.MessageElement - New MessageElement
([EMAIL PROTECTED]) named {soapenv}Body
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
element Body
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startElement()
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startPrefixMapping(ns1,
http://localhost:8080/axis/sum.jws)
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startPrefixMapping()
1047 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startElement(http://localhost:8080/axis/sum.jws,
getSumResponse)
1047 [main] DEBUG org.apache.axis.message.BodyBuilder - Enter:
BodyBuilder::onStartChild()
1047 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(newElem00)
1047 [main] DEBUG org.apache.axis.message.MessageElement - New MessageElement
([EMAIL PROTECTED]) named {ns1}getSumResponse
1062 [main] DEBUG org.apache.axis.message.MessageElement -
soapenv:encodingStyle = 'http://schemas.xmlsoap.org/soap/encoding/'
1062 [main] DEBUG org.apache.axis.message.BodyBuilder - Exit:
BodyBuilder::onStartChild()
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
element getSumResponse
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startElement()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startElement(, getSumReturn)
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(newElem00)
1062 [main] DEBUG org.apache.axis.message.MessageElement - New MessageElement
([EMAIL PROTECTED]) named {}getSumReturn
1062 [main] DEBUG org.apache.axis.message.MessageElement - xsi:type =
'xsd:int'
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
element getSumReturn
1062 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startElement()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endElement(, getSumReturn)
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(popHandler00)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popping
handler [EMAIL PROTECTED]
1062 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popped
element stack to org.apache.axis.message.RPCElement:getSumResponse
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endElement()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endElement(http://localhost:8080/axis/sum.jws,
getSumResponse)
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(popHandler00)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popping
handler [EMAIL PROTECTED]
1062 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popped
element stack to org.apache.axis.message.SOAPBody:Body
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endElement()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endPrefixMapping(ns1)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endPrefixMapping()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endElement(http://schemas.xmlsoap.org/soap/envelope/,
Body)
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(popHandler00)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popping
handler [EMAIL PROTECTED]
1062 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popped
element stack to org.apache.axis.message.SOAPEnvelope:Envelope
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endElement()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endElement(http://schemas.xmlsoap.org/soap/envelope/,
Envelope)
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(popHandler00)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popping
handler [EMAIL PROTECTED]
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(empty00)
1062 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (empty)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popped
element stack to null
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endElement()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endPrefixMapping(soapenv)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endPrefixMapping()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endPrefixMapping(xsd)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endPrefixMapping()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endPrefixMapping(xsi)
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endPrefixMapping()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endDocument()
1062 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endDocument()
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
1062 [main] DEBUG org.apache.axis.SOAPPart - Setting current message form to:
FORM_SOAPENVELOPE (currentMessage is now org.apache.axis.message.SOAPEnvelope)
1062 [main] DEBUG org.apache.axis.SOAPPart - Exit: SOAPPart::getAsSOAPEnvelope
1062 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1094 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
1094 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1094 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1094 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsd' - 'http://www.w3.org/2001/XMLSchema'
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsi' - 'http://www.w3.org/2001/XMLSchema-instance'
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Envelope
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Body
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'ns1' - 'http://localhost:8080/axis/sum.jws'
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.startElement ['http://localhost:8080/axis/sum.jws' getSumResponse]
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://localhost:8080/axis/sum.jws]:getSumResponse
1125 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.startElement ['' getSumReturn]
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:getSumReturn
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.characters ['24']
1125 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.endElement ['' getSumReturn]
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
getSumReturn
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1125 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.endElement ['http://localhost:8080/axis/sum.jws' getSumResponse]
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
ns1:getSumResponse
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Body
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1125 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Envelope
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(empty00)
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (empty)
1125 [main] DEBUG org.apache.axis.transport.http.HTTPSender -
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:getSumResponse
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="http://localhost:8080/axis/sum.jws"><getSumReturn
xsi:type="xsd:int">24</getSumReturn></ns1:getSumResponse></soapenv:Body></soapenv:Envelope>
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(exit00)
1125 [main] DEBUG org.apache.axis.transport.http.HTTPSender - Exit:
HTTPDispatchHandler::invoke
1125 [main] DEBUG org.apache.axis.SimpleChain - Exit: SimpleChain::invoke
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(semanticCheck00)
1125 [main] DEBUG org.apache.axis.handlers.soap.MustUnderstandChecker - Doing
SOAP semantic checks...
1125 [main] DEBUG org.apache.axis.SOAPPart - Enter:
SOAPPart::getAsSOAPEnvelope()
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(currForm)
1125 [main] DEBUG org.apache.axis.SOAPPart - current form is FORM_SOAPENVELOPE
1125 [main] DEBUG org.apache.axis.client.AxisClient - Exit: AxisClient::invoke
1125 [main] DEBUG org.apache.axis.SOAPPart - Enter:
SOAPPart::getAsSOAPEnvelope()
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(currForm)
1125 [main] DEBUG org.apache.axis.SOAPPart - current form is FORM_SOAPENVELOPE
1125 [main] DEBUG org.apache.axis.client.Call - Exit: Call::invoke()
1125 [main] DEBUG org.apache.axis.SOAPPart - Enter:
SOAPPart::getAsSOAPEnvelope()
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(currForm)
1125 [main] DEBUG org.apache.axis.SOAPPart - current form is FORM_SOAPENVELOPE
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startPrefixMapping(ns1,
http://localhost:8080/axis/sum.jws)
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startPrefixMapping()
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startElement(http://localhost:8080/axis/sum.jws,
getSumResponse)
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startElement()
1125 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::startElement(, getSumReturn)
1125 [main] DEBUG org.apache.axis.message.RPCHandler - Enter:
RPCHandler.onStartChild()
1125 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(typeFromAttr00)
1125 [main] DEBUG org.apache.axis.message.RPCHandler - Type from attributes
is: {http://www.w3.org/2001/XMLSchema}int
1140 [main] DEBUG org.apache.axis.message.RPCHandler - Exit:
RPCHandler.onStartChild()
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Pushing
handler [EMAIL PROTECTED]
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::startElement()
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endElement(, getSumReturn)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(popHandler00)
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popping
handler [EMAIL PROTECTED]
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setValueInTarget00)
1140 [main] DEBUG org.apache.axis.encoding.DeserializerImpl - Set value 24 in
target [EMAIL PROTECTED]
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popped
element stack to org.apache.axis.message.RPCElement:getSumResponse
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endElement()
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Enter:
DeserializationContext::endElement(http://localhost:8080/axis/sum.jws,
getSumResponse)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(popHandler00)
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popping
handler [EMAIL PROTECTED]
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setProp00)
1140 [main] DEBUG org.apache.axis.message.RPCHandler - Setting MessageContext
property in RPCHandler.endElement().
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(empty00)
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (empty)
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Popped
element stack to org.apache.axis.message.SOAPBody:Body
1140 [main] DEBUG org.apache.axis.encoding.DeserializationContext - Exit:
DeserializationContext::endElement()
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(convert00)
1140 [main] DEBUG org.apache.axis.utils.JavaUtils - Trying to convert
java.lang.Integer to int
1140 [main] DEBUG org.apache.axis.client.Call - Exit: Call::invoke(RPCElement)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(convert00)
1140 [main] DEBUG org.apache.axis.utils.JavaUtils - Trying to convert
java.lang.Integer to int
1140 [main] DEBUG org.apache.axis.client.Call - Exit: Call::invoke(ns, meth,
args)
1140 [main] DEBUG org.apache.axis.TIME - axis.Call.invoke: 578
{http://localhost:8080/axis/sum.jws}getSum
1140 [main] DEBUG org.apache.axis.SOAPPart - Enter: SOAPPart::saveChanges
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'soapenv' - 'http://schemas.xmlsoap.org/soap/envelope/'
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsd' - 'http://www.w3.org/2001/XMLSchema'
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'xsi' - 'http://www.w3.org/2001/XMLSchema-instance'
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Envelope
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(headers00)
1140 [main] DEBUG org.apache.axis.message.SOAPHeader - 0 headers
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://schemas.xmlsoap.org/soap/envelope/]:Body
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(register00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - register
'ns1' - 'http://localhost:8080/axis/sum.jws'
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.startElement ['http://localhost:8080/axis/sum.jws' getSumResponse]
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element [http://localhost:8080/axis/sum.jws]:getSumResponse
1140 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.startElement ['' getSumReturn]
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(startElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - Start
element []:getSumReturn
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32)
1140 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.characters ['24']
1140 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.endElement ['' getSumReturn]
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
getSumReturn
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1140 [main] DEBUG org.apache.axis.message.SAXOutputter -
SAXOutputter.endElement ['http://localhost:8080/axis/sum.jws' getSumResponse]
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
ns1:getSumResponse
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Body
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (32)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(endElem00)
1140 [main] DEBUG org.apache.axis.encoding.SerializationContext - End element
soapenv:Envelope
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(empty00)
1140 [main] DEBUG org.apache.axis.utils.NSStack - NSPop (empty)
1140 [main] DEBUG org.apache.axis.i18n.ProjectResourceBundle -
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
1156 [main] DEBUG org.apache.axis.SOAPPart - Setting current message form to:
FORM_OPTIMIZED (currentMessage is now org.apache.axis.utils.ByteArray)
1156 [main] DEBUG org.apache.axis.SOAPPart - Exit: SOAPPart::saveChanges():
[EMAIL PROTECTED]
somme : 24
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://localhost:8080/axis/sum.jws"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://localhost:8080/axis/sum.jws"
xmlns:intf="http://localhost:8080/axis/sum.jws"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4
Built on Apr 22, 2006 (06:55:48 PDT)-->
<wsdl:message name="getSumResponse">
<wsdl:part name="getSumReturn" type="xsd:int"/>
</wsdl:message>
<wsdl:message name="getSumRequest">
<wsdl:part name="a" type="xsd:int"/>
<wsdl:part name="b" type="xsd:int"/>
</wsdl:message>
<wsdl:portType name="sum">
<wsdl:operation name="getSum" parameterOrder="a b">
<wsdl:input message="impl:getSumRequest" name="getSumRequest"/>
<wsdl:output message="impl:getSumResponse" name="getSumResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="sumSoapBinding" type="impl:sum">
<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getSum">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getSumRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://DefaultNamespace" use="encoded"/>
</wsdl:input>
<wsdl:output name="getSumResponse">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="http://localhost:8080/axis/sum.jws" use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="sumService">
<wsdl:port binding="impl:sumSoapBinding" name="sum">
<wsdlsoap:address location="http://localhost:8080/axis/sum.jws"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]