I know one can get at the transport headers from within a web service as
follows:
java.util.Map map =
(java.util.Map)MessageContext.getCurrentMessageContext().getProperty(MessageContext.TRANSPORT_HEADERS);
My question is whether the key value is always lowercase or always
uppercase or as it
Hello Andreas,
Here is the full stack trace.
[INFO] OMException in getSOAPBuilder
org.apache.axiom.om.OMException: SOAP message MUST NOT contain a Document
Type Declaration(DTD)
at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.createDTD(StAXSOAPModelBuilder.java:460)
at
org.apache.axiom.
Unfortunately, you removed the most relevant part from the stack
trace, namely the part that would explain how a request to
listServices results in a SOAP call to another service. Therefore we
won't be able to help you with this issue.
Andreas
On Sat, Apr 23, 2011 at 03:14, Shyameni Wijekoon wro
[
https://issues.apache.org/jira/browse/AXIS2-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024749#comment-13024749
]
Andreas Veithen commented on AXIS2-5012:
Can you provide any supporting evidence,