You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "karan singh malhi (JIRA)" <ji...@apache.org> on 2008/08/09 03:56:44 UTC

[jira] Created: (OPENEJB-891) Web services returning large results causes exception

Web services returning large results  causes exception
------------------------------------------------------

                 Key: OPENEJB-891
                 URL: https://issues.apache.org/jira/browse/OPENEJB-891
             Project: OpenEJB
          Issue Type: Bug
          Components: webservices
            Reporter: karan singh malhi
            Assignee: karan singh malhi


A User reported the following issue :-

I have a webservice exposed in a embedded openejb, from another computer I am
calling that webservice

the scenario is this:
I am calling a method signature like this
String myMethod(String arg)

if the answer of myMethod is too long it shows the next exception, if it is
not too long, it just works, the exception does not come from the
implementation of the method of the webservice, it raised in the cilent I
think.

I am not sure if I am doing something wrong, the code I use is based in the
simple-webservice pattern, no new things where added

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.