The WebService(SOAP) sampler currently uses Apache SOAP, which no longer seems to be maintained.
Perhaps we should look at creating a new sampler that uses Apache Axis? Looks quite simple to use: http://ws.apache.org/axis/java/user-guide.html#BasicsGettingStarted It takes a different approach to building the Soap messages - as far as I can see, there is no need to mess around with XML, just need to provide the parameters and Axis takes care of the rest. Just need to decide how to provide the parameters via the GUI - I've not used Soap in earnest, so I don't know what would make sense for testing Soap. Sebastian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
