Forum Discussion

Dries's avatar
Dries
New Contributor
16 years ago

Difference in request SOAPUI 2.0.2 and 2.5

Hi,

We have a strange problem here with the request sent by version 2.0.2 and 2.5. A SOAP request sent with 2.0.2 is accepted by the server, the same request with 2.5 isn't.
The faulty request contains:




The correct request contains:




The ValueType (#X509v3 vs. #X509v1) seems to be changed between version 2.0.2 and 2.5.
Is there any way we can influence the valueType which is being sent to the server? Or can you tell me why the valuetype has changed between the two versions of SOAPUI?

T.i.a.

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi,

    the reason it has changed is probably because the ws-security library has been updated and the  new version sends this version instead.. hm... I'll dig into this, to work around the issue you could try replacing the wss4j-1.5.4 library in 2.5 with the 1.5.3 version in 2.0.2 (let me know if that helps!)

    regards,

    /Ole
    eviware.com
  • Dries's avatar
    Dries
    New Contributor
    Hi Ole.

    Thanks, this worked.
    By changing the jar file to 1.5.3 and updating the reference to it in soapui.bat, I now get the correct response. I also see in the request that x509v3 now is used.
    Can you keep me posted on a possible permanent fix for SOAPUI?
    Thanks.

    Regards,
    Dries