Forum Discussion

jvich's avatar
jvich
Occasional Contributor
8 years ago

Why Ready Api returns JDBC as lowercase and SOAPUI as uppercase

Hi all.

 

We are developing a full testing in our services and we found a big trouble. The testers are using Ready Api and the developers use SOAPUI community (sporadic use).

 

We want that the same project could be executable via ready api and soapui and after some workarounds we are in troubles with jdbc response that:

Ready api returns lowercase

SOAPUI returns uppercase.

 

This is a fu*** for us because the xpath (transfer properties and scripts) fails between interfaces.

 

How I can force the Ready api to return the response in uppercase?

 

This is very important for us.

 

Thanks

6 Replies

    • jvich's avatar
      jvich
      Occasional Contributor

      Thanks a lot JKambi

       

      but, How could it help us?

      • JKambli's avatar
        JKambli
        Staff

        Hi,

         

        We had a bug logged about this issue and its marked as fixed on JIRA with 1.8.0-m as fix version.

         

        Thanks

  • jvich's avatar
    jvich
    Occasional Contributor

    Thanks a lot.

     

    This solves our problems partly but we are in the trouble that the current scripts for Ready API doesn't work any more (is looking for lower case). Better than nothing

     

     

    • JKambli's avatar
      JKambli
      Staff

      Can you provide more information regarding current scripts?

       

      • jvich's avatar
        jvich
        Occasional Contributor

        Its easy. Xpath

         

        ResultSet.Row.ID

         

        and

         

        ResultSet.Row.id

         

        The trouble is the behaviour uppercase lowercase, if you change it in the middle, the old script via xpath will no longer work anymore.

         

        Anyway, for us is better now than before because is compatible via SOAP UI comunity