OK, Well Done Edward
On Thu, 9 Sep 2004 20:24:31 -0400, edward winston <[EMAIL PROTECTED]> wrote:
> Thanks everybody for your help. The suggestions were all good and i tried
> most of them to no avail... mainly because the problem was simple and with
> the deployment descriptor.
>
> The problem
Thanks everybody for your help. The suggestions were all good and i tried
most of them to no avail... mainly because the problem was simple and with
the deployment descriptor.
The problem is that i did not declare the 'java' namespace in the deployment
descriptor, so while the data was added to t
Hi edward,
did u to try to invoke the web service methods from the client side by
using the Call object?
Mahen
On Tue, 7 Sep 2004 09:06:04 -0400, edward winston <[EMAIL PROTECTED]> wrote:
> Yes, the service shows on the axis welcome page. I have verified that before
> deployment i have just th
I tried this and it didn't work. I was able to get debugging output by
changing the log4j.xml file used by jboss.
Thanks for the tip anyway, though!
edward
On Tue, 7 Sep 2004 15:12:29 +0200
[EMAIL PROTECTED] wrote:
> Hi Edward,
>
> If you want to tun on loggin for Axis try this. It worked for
Hi Edward,
If you want to tun on loggin for Axis try this. It worked for me.
Create a log4j.properties files:
# Set root category priority to INFO and its only appender to CONSOLE.
log4j.rootCategory=DEBUG, LOGFILE
# Set the enterprise logger category to FATAL and its only appender to CONSOLE.
Yes, the service shows on the axis welcome page. I have verified that before
deployment i have just the AdminService and Version services, and after
deployment i see my service WSInvestigation. When i navigate to the URL
/services/WSInvestigation it says that there is a service there. But when i
Hi edward,
Is the service shown in the Deployed Services section in the Welcome page?
i havene tried the scenario ur saying ,,, (that is to view the WSDL)
As far as I know Axis has a Java2WSDL, but not a EJB2WSDL I guess,,
there fore not sure whether it will work
Another point : - did u try usi
I am using the first method, trying to get the Axis servlet to talk directly
to the EJB provider.
edward
On Tue, 7 Sep 2004 09:30:21 +0600
Mahen Perera <[EMAIL PROTECTED]> wrote:
> Hi edward,
>
> Need some more info as to how u have set up the ear.
>
> Are u using the EJB provider to call ur
Hi edward,
Need some more info as to how u have set up the ear.
Are u using the EJB provider to call ur Session Bean directly. In
other words , does the flow goes like the following
Client --> Axis servlet --> EJB Provider --> ur Session Bean
OR
r u using the Java provider as in
Client --
I am having problems deploying a web service that will front a stateless
session bean. I have the session bean created and have tested that it works
and am deploying that in the ear.
Then i added a web component to the ear, included the axis jar in the
WEB-INF/lib directory and redeployed the ear
10 matches
Mail list logo