Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WS-Security for SoapServer + Apache Axis and SoapServer interoperabilty tests #9

Merged
merged 26 commits into from
Oct 30, 2013

Conversation

aschamberger
Copy link
Contributor

New features/cleanups:

  • implemented WS Security for SoapServer (WSSE as an optional functionality BeSimpleSoapServer#3)
  • extracted common code for WS Security handling to SoapCommon
  • converted existing interoperability test to PHPUnit and added tests for the new features of SoapServer
  • added bash scripts for travis to run the Axis and SoapServer interoperability tests

Fixes detected by adding the new tests:

  • fixed handling of SoapFault in SoapServer
  • fixed bug in Curl (function paramter was wrong)
  • fixed bug in SwaTypeConverter (missing cid: prefix required)
  • fixed bug in WsdlDownloader (vars must be always initialized)

@aschamberger
Copy link
Contributor Author

ping

}

/**
* Get service security key.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not get but set

@francisbesset francisbesset merged commit 9ddac35 into BeSimple:master Oct 30, 2013
@aschamberger aschamberger deleted the wsse branch October 30, 2013 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants