Details
-
Wish
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.94
-
None
Description
org.apache.axis2.transport.TransportUtils has
private static SOAPEnvelope createSOAPMessage (
MessageContext msgContext,
InputStream inStream,
String soapNamespaceURI
);
It is declared as private. If it is declared as public, it will be useful.