I would have to agree with Jordi.

a typical http request is not the same thing as a RPC
call. SOAP/xml-rpc gets very complicated very quickly.
We already have the soap/xml-rpc and webservice
sampler.

The webservice sampler is being refined and improved,
but it is fundamentally a different approach than
soap/xml-rpc.

this is primarily the result of differences in java
versus .NET webservices. .NET webservices prefers
document oriented messaging, whereas java webservices
prefers xml-rpc.

I think it is worth while to improve either
soap/xml-rpc or webservices sampler. what kind of
improvement were you thinking of specifically sonam?

peter lin


--- Jordi Salvat i Alabart <[EMAIL PROTECTED]> wrote:
> Why can't we keep this function with the SOAP
> sampler? I agree the SOAP 
> sampler is poor and buggy -- it needs to be
> improved. But I'm not in 
> favour of piling up all functionalities into one
> single infinitely 
> complex component.
> 
> -- 
> Salut,
> 
> Jordi.
> 
> 
> En/na Sonam Chauhan ha escrit:
> > The normal HTTP sampler seems incapable of posting
> XML documents using the
> > process below (it falls down in point #2):
> >   1. The HTTP content-type is set to "text/xml".  
> >   2. The HTTP request body contains the document
> itself 
> >      (no POST parameters are used) 
> > However, the 'SOAP/XML-RPC Request' sampler seems
> to handle this process
> > well. 
> > 
> > The normal HTTP sampler can be made more generic
> by allowing it to POST the
> > contents of a file or a textbox *without* POST
> parameters. In this case,
> > there would be no need of the 'SOAP/XML-RPC
> Request' sampler - is this
> > correct?
> > 
> > Also, the above would make possible certain
> complex HTTP requests that
> > currently are impossible with JMeter. For e.g.:
> CommerceOne marketsite
> > envelopes that have multiple content-parts with no
> POST parameters. 
> > 
> > With regards,
> > Sonam Chauhan
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to