org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:144)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:107)
Can anyone help please ?
Regards,
Viji
can fix this
On Fri, Aug 10, 2018 at 6:58 PM, robertlazarski
wrote:
>
>
> On Fri, Aug 10, 2018 at 7:17 AM Viji wrote:
>
>>
>> Hi,
>>
>> I have an error when running axis2 client with stub generated using Java 1.8
>> and Axis2 1.7.8
>>
>> org
t;
>
> On Fri, Aug 10, 2018 at 7:48 AM Viji wrote:
>
>> yes you are right, same issue i had reported in developer mail list. I
>> got subscribed to developer mail list by mistake. so I've unsubscribed and
>> added account in user list .
>>
>&
Hello,
i am working on a web application and one of its module uses axis2
webservice with ws security rampart.
The application running on a linux server, and currently all the files
related to application moved to windows file server and all the jks files
also.
So while setting, org.apache.ws.sec
Thank you so much for your reply.
Yes , you are right.The application server is running in linux and
certificate file is located in another windows system shared location.
So can't we put the certificates in another server which is of different
platform?
--
Sent from: http://axis.8716.n7.nabb
the rampart configuration is done like following
rampartConfig(String signatureCertFilePath, String certPassword)
{
Properties merlinProperties = new Properties();
merlinProperties.put("org.apache.ws.security.crypto.merlin.keystore.type",
"JKS");
Hello Robertlazarski,
Thank you very much for your support. It works with a file path on the local
file system.
Can any Rampart expert user help me regarding my question, that can we give
merlin certificate file as a stream instead of certificate file path as
string?
--
Sent from: http://axi