[Dev] MTOM Attachment to secured Proxy

2018-01-25 Thread Roberto Sanz
Hi, I´m using SOAPUI to test a secured proxy published on WSO2-EI-6.1.1. and i´m facing the following error: Error processing POST reguest for : /services/Alfresco_ObjectService_SSL_Proxy.Alfresco_ObjectService_SSL_ProxyHttpSoap11Endpoint. Error detail: null. it works if i dont apply

Re: [Dev] MTOM Attachment to secured Proxy

2018-02-19 Thread Roberto Sanz
i think i'd found the solution.!! The reason for that error is that the WSS4J library needs XmlSec libraries starting from the version 1.5.6 but the SOAPUI is exported with the version 1.4.5. This issue can be resolved by replacing the following jar 'xmlsec-1.4.5.jar' with this one

Re: [Dev] MTOM Attachment to secured Proxy

2018-02-01 Thread Roberto Sanz Perez
Hi, does anyone have ans idea of what is going on?? I really need some help Thanks El mar., 30 ene. 2018 a las 8:29, Roberto Sanz Perez (< roberto.sanz.pe...@gmail.com>) escribió: > Hi Himasha, > i invoke this endpoint > > https:/

Re: [Dev] MTOM Attachment to secured Proxy

2018-01-29 Thread Roberto Sanz Perez
trying to invoke HTTPS endpoint in SOAPUI? Are you using the > correct port? > > Thanks, > Himasha > > On Thu, Jan 25, 2018 at 4:34 PM, Roberto Sanz < > roberto.sanz.pe...@gmail.com> wrote: > >> Hi, >> I´m using SOAPUI to test a secured proxy pub