Forum Discussion
- Hi!
soapUI doesn't use any WS-Stack, it does all message creation, etc itself.. but it does use a bunch of great open source libraries, for example:
- xmlbeans - for parsing schemas, generating/validating messages, etc
- wsdl4j - for parsing wsdls
- httpclient - for sending http requests
- jetty - for mocking and monitor functionality
- wss4j - for ws-security support
- etc..
Does this suffice? Were you interested in some specific functionality?
regards!
/Ole
eviware.com - Brian_MowbrayContributorthanks Ole