Maybe you could write some components for JMeter that would let you do
that, but it'd be a stretch.  You'd have to write your own server inside
a sampler, you'd probably have to instantiate multiple threads to listen
for all the responses that will come in on the same port, which would
interfere with all the threads JMeter creates to do it's thing.  You'd
have to be able to match up the incoming responses with the sampler that
created the matching request, so that that sampler could return it's
sample result the way JMeter expects.  

It'd be a bit of a mess, and I wouldn't recommend it, unless I can think
up a better way to do it...

-Mike

On Wed, 2005-06-15 at 16:07 +0100, Bronagh McElduff wrote:
> Hi Michael,
> 
> Basically our application uses SOAP-based communication, mainly XML. It 
> receives a SOAP messages, and sends back a meaningless response. It is 
> only later when our application informs the client, using an HTTP 
> request on the client, about the results of the processing. It is these  
> so-called /asynchronous SOAP messages/ (transported over HTTP) that I am 
> interested in capturing.
> 
> Can JMeter be configured or extended to mimic this behaviour?
> 
> Thanks in advance,
> Bronagh
> 
> Michael Stover wrote:
> 
> >How do clients use your app?  Is every client a server?  If so, JMeter
> >is not designed to mimic such behavior.
> >
> >-Mike
> >
> >On Wed, 2005-06-15 at 08:59 +0100, Bronagh McElduff wrote:
> >  
> >
> >>Hi,
> >> 
> >>
> >>
> >>I wish to configure JMeter to submit a message on localhost:9999 and 
> >>collect this message as it leaves localhost:9191 for example.
> >>
> >>Is this achievable? I have tried various ways to do this but it seems that 
> >>it is only possible to test the request / response on the same port.  
> >>However, I specifically need to confirm the modifications that our system 
> >>makes to the message as it travels through our system and no simply that 
> >>the message has been successfully received.
> >>
> >>Basically, I need to configure JMeter to act as a client and a server.
> >> 
> >>Thanks in advance,
> >>B
> >>
> >>
> >>---------------------------------------------------------------------
> >>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]
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to