Sha256: 47d4793a59d1eb66e08ac22b39d37532bdc6cf00b1b489bc2c989b2232afc655
Contents?: true
Size: 401 Bytes
Versions: 3
Compression:
Stored size: 401 Bytes
Contents
Feature: Create a basic rest client that can get, put, post, and delete @core @POST @xml.S1 Scenario: client rest POST Given I have a web service And I have an xml service for "/testxml" And I am a rest client When I "POST" to the web service with the following xml """ <Questions><Question>What is the meaning of life?</Question></Questions> """ Then I receive the xml message
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rest_baby-1.6.0 | features/xml_message.feature |
rest_baby-1.5.1 | features/xml_message.feature |
rest_baby-1.5 | features/xml_message.feature |