Sha256: 2003c9b6b06e15eaee0d7a97e705848fcab70a6de4e6342373b5d0854fd45ffa

Contents?: true

Size: 884 Bytes

Versions: 3

Compression:

Stored size: 884 Bytes

Contents

@focus
Feature: This describes the core functionality of the SoapObject object

  Scenario: Establishing communications with remote wsdl
    Given I have the url for a remote wsdl
    When I create an instance of the SoapObject class
    Then I should have a connection

  Scenario: Establishing communications with a local wsdl
    Given I have a wsdl file residing locally
    When I create an instance of the SoapObject class
    Then I should have a connection

  Scenario: Providing operations when using wsdl
    Given I have the url for a remote wsdl
    When I create an instance of the SoapObject class
    Then I should be able to determine the operations

  Scenario: Calling a service when using wsdl
    Given I have the url for a remote wsdl
    When I create an instance of the SoapObject class
    Then I should be able to make a call and receive the correct results

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
soap-object-0.3 features/basic_functionality.feature
soap-object-0.2 features/basic_functionality.feature
soap-object-0.1 features/basic_functionality.feature