looks like if I use AXIS specific API, I may be able to create SOAP messages directly from XML documents. I'll try to work on it next week and see how it goes
peter On 12/9/05, sebb <[EMAIL PROTECTED]> wrote: > > 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] > >
