You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Prasad Badkas <pr...@mahindrabt.com> on 2002/08/28 09:40:35 UTC

Re: Problem with Load Test of a call to COM Component from Java Client Using SOAP 2.3

Hi

I also got this error. I think it arises when a method defined in wsdl file is called through 2 different threads using same Connection object. Try synchronizing the
method you are calling. The problem should be taken care of.

Prasad

"Gupta, Trilokee (CAP, VFS, Consultant)" wrote:

> > Hello All,
> >
> > I am getting an error in the SOAP Java call to a COM Component. This error I am getting only when I am running the SOAP request in bulk, say more than 100 requests.
> >
> > Error is as below:
> >
> > Parsing error, response was:
> > "FWK005 parse may not be called while parsing."
> >
> > Any clue in for the problem is highly appreciated.
> >
> > thanks,
> > -trilokee gupta
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>