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 "Gupta, Trilokee (CAP, VFS, Consultant)" <Tr...@gecapital.com> on 2002/08/27 16:51:43 UTC

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

> 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

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

Posted by Prasad Badkas <pr...@mahindrabt.com>.
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>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


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

Posted by Prasad Badkas <pr...@mahindrabt.com>.
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>