the recommended method of using Axis is to use objects directly and bypass XML documents. when I first started working on an Axis sampler last year, it was with the goal of using objects directly. I never figured out a good way to use the object approach in JMeter, so I never finished it.
peter On 12/12/05, sebb <[EMAIL PROTECTED]> wrote: > > Isn't that what the current sampler does? > > Seems to me the Axis approach is to extract the variable parts and > provide those as parameters, rather than needing to wrap it all in > XML. > > S. > On 12/12/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > 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] > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
