Forum Discussion

rlong98's avatar
rlong98
Contributor
8 years ago

What options are there with a JSON Scheme or JSON service call?

Hi,

 

I've been working with XML forever, and dev just made note that our MULE ESB is going to SEND JSON instead of REST.

 

I was sent a JSON Schema

 

This is going to be a long list of data fields to be sent and written to a db.

The issue I also run into is each service call will not have all the same fields filled out... it could be all or some.

 

Frankly - I get JSON, it's easy - but I never dealt with it in SoapUI other than viewing a JSON response.

 

Thank you for your help,

 

Rob Long

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    What is the problem you wanted to address?
    • rlong98's avatar
      rlong98
      Contributor
      Hi...
      I see that I can paste in a json/app request in a REST service.

      But I need to automate many different scenarios (for example 1 call could be 1 person's information or even 1 call could hold 4 household members information.
      It tags change it's a lot of maintenance.

      So I was given a json schema - but now sure if that can be used like a wsdl in soapui.