=
_operationClient.getMessageContext(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE);
org.apache.axiom.soap.SOAPEnvelope _returnEnv =
_returnMessageContext.getEnvelope();
Can someone tell me why is this happening?
Thx,
Ivan
http://www.w3.org/2001/10/xml-exc-c14n#"/>
http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
why do i get those axis2ns35, axis2ns34 etc . attributes?
Thx,
Ivan
-
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org
Just open a JIRA https://issues.apache.org/jira/browse/AXIS2-5062 for it,
and attach some draft patches.
2011/6/6 Ivan
> I might find another connection leak while using JAXWS API on client side.
> In the scenario below :
> For the server side, it requires basic authentication.
>
.Thread.run(Thread.java:662)
Thanks.
2011/5/31 Ivan
> A bit more description for my case, the server side is a simple web
> service, for the client side, the codes are something like :
> --->
> Service service = new HelloService();
> Dispatch dispatchJ
ded to call the
getTransport().cleanup() in the Axis2 specific client codes. And in the
testing scenario above, since the standard JAX-WS API is used, suppose that
Axis2 should do this ?
And very appreciated with any comment ? Thanks.
2011/5/30 Ivan
&
release the connection. Is
there a connection leak here ? Thanks.
--
Ivan
I opened a JIRA https://issues.apache.org/jira/browse/AXIS2-5039, and very
appreciated with any comment !
Thanks.
2011/5/12 Ivan
> Hi,
> While using RI SAAJ impl with Axis2, it seems that RI SAAJ will always
> adds a SOAPAction header with the value "" if it is a SOAP 1.1
mc.setSoapAction(options.getAction());
}
<---
Thoughts ?
Thanks.
--
Ivan
Could anyone help to give some comments on this ?
Thanks.
2011/5/6 Ivan
> In the Block interface, a method named isElementData is defined with doc
> description below, from my understanding, it only return true while the
> block could be represented as a single element.
> /**
>
} catch (Exception xse) {
setConsumed(true);
throw ExceptionFactory.makeWebServiceException(xse);
}
}
<---
--
Ivan
Open a JIRA https://issues.apache.org/jira/browse/AXIS2-5001 for this
2011/4/12 Andreas Veithen
> Ivan,
>
> Based on your description of the problem it is not possible to
> determine if that should be considered an issue in Axiom, axis2-saaj
> or axis2-jaxws. Please open a
Seems that axiom optimize the serialization, if no sub header element
exists, it will not output header element.
--->
if ((header != null) && (header.getFirstOMChild() != null)) {
serializeInternally((OMNodeImpl) header, writer);
}
<---
2011/4/11
one in the
SAAJConverter.
Thoughts ?
thanks.
--
Ivan
d throw exception
like Hello is not in the jaxbContext.
Thoughts ?
--
Ivan
I attached a patch AXIS-4990-ThrowException.patch in the
https://issues.apache.org/jira/browse/AXIS2-4990
2011/3/28 Ivan
> Hi,
> In the class JAXWSProxyHandler, there is some logic for choosing
> classloader of SEI and context classloader. Currently, it would try to build
> the
. Should it also
do some checking and throw JAXBException if required ?
Thanks.
--
Ivan
when trying to use
> the Axis2 JARs as individual OSGi bundles.
>
> Andreas
>
> On Thu, Mar 3, 2011 at 09:12, Ivan wrote:
> > Since the axis2-osgi somewhat solves the split packages issue mentioned
> in
> > AXIS2-4311, how about recovering the removed OSGi configur
Since the axis2-osgi somewhat solves the split packages issue mentioned in
AXIS2-4311, how about recovering the removed OSGi configurations in
AXIS2-4787 ?
Thanks.
2011/3/3 Ivan
> Hi, I am trying to use axis2-osgi-1.5.4 bundle in OSGi environment, and the
> bundle is failed to resovle due
ded in the imported list, do I miss anything ?
Thanks.
--
Ivan
19 matches
Mail list logo