[AXIS2]

2018-08-10 Thread Viji
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

Re: [AXIS2]

2018-08-10 Thread 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

Re: [AXIS2]

2018-08-13 Thread Viji
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 . >> >&

Axis2 WS Security- Issue in loading merlin file path

2019-12-05 Thread viji
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

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-05 Thread viji
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

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-06 Thread viji
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");

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-30 Thread viji
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