[
https://issues.apache.org/jira/browse/AXIS2-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prabhath Suminda updated AXIS2-5345:
Attachment: site.patch
This patch simply replaces maven site plugin 2.2.1 with maven site p
Prabhath Suminda created AXIS2-5345:
---
Summary: Site generation with maven 3
Key: AXIS2-5345
URL: https://issues.apache.org/jira/browse/AXIS2-5345
Project: Axis2
Issue Type: Bug
Env
[
https://issues.apache.org/jira/browse/AXIS2-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagara Gunathunga reassigned AXIS2-5335:
-
Assignee: Prabhath Suminda
> Test cases for XMLSchema usage
> ---
A quick question, where should client-key.jks be copied to? I was able to
deploy the service, and when i tried 'ant run' under client folder, it
gives the following error:
[java] Caused by: javax.net.ssl.SSLException:
java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorith
what are the PROTOCOL parameters set to in axis2.xml for transportSender and
transportReceiver
HTTP/1.1
what is the class declaration for transportReceiver e.g.
?
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de con
Hi devs ,
I could able to implement GsonXMLStreamReader successfully.
Now i can pass JSON object and get relevant XML infoset,
according to the given JSON object. And i could able to get
OMElement using this. I used StAXOMBuilder API to get
the OMElement. here is the code segment i uses.
*XMLStre