Skip to content
#

soap

Here are 682 public repositories matching this topic...

authorjapps
authorjapps commented Aug 5, 2020

As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc

AC1:

Cover the following currently supported mechanisms with examples

  • $EQ
  • (int)
  • (float) or (decimal)
  • (boolean)
TVolden
TVolden commented Feb 13, 2019

As I mentioned in #93, we downcast to check. This creates direct dependencies from higher level entities to lower level entities.

Here is an example where we downcast to check if it's an instance of a 3rd part library, thereby creating a hard dependency to that 3rd part library. In this case an XML component, and since XML is being replaced by json in the OCPP standard, this dependency is unfor

Improve this page

Add a description, image, and links to the soap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the soap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.