When I do:

http://localhost/axis/BimzzzServiceJws.jws

I get the...

/axis/BimzzzServiceJws.jws
Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here...


And then I noticed my Stock Portal does not show any symbols when I try to
add them as well.
-----Original Message-----
From: Wimmer, Matthias [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 1:52 PM
To: 'Jetspeed Users List'
Subject: RE: SOAP and Jetspeed


Anthony:

This looks like the WebService can't be accessed. Try to change the URL to
the WebService. The standard installation uses port 8080 for Tomcat. I am
using 80. So try to change this port. You have two possibilities: change it
inside of the .xreg-file or click on the small pencil button next to the
title of the portlet.

good success
Matthias Wimmer



-----Original Message-----
From: Anthony Smith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 6:06 PM
To: Jetspeed Users List
Subject: RE: SOAP and Jetspeed


I changed the package name for the portlet and just put it inside the
jetspeed folder in the right folder to match the package name I gave it as
well as changed it in the .xreg and now after adding print line statement,
it seems to get stuck here:

result = (String) call.invoke( new Object [] {  } );

It does the System.out.println ("there was an exception inside
BimzzzPortlet" + e); inside the catch (I added the e to see the error) and
the error is:

Null response message!


What does that mean?

-----Original Message-----
From: Wimmer, Matthias [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 10:12 AM
To: 'Jetspeed Users List'
Subject: RE: SOAP and Jetspeed


Hi,

I would like to publish an portlet that accesses WebServices as an example.
It uses the Jetspeed portal and the Axis WebService engine.

Installation:
1. compile .java file and make it accessible through the CLASSPATH
2. copy the .xreg file to tomcat/webapps/jetspeed/web-inf/conf
3. copy the .jws file to tomcat/webapps/axis
4. restart tomcat
5. log on to Jetspeed and add this portlet (BimzzzWebServicePortlet)

You can change between two methods: gimmeBla and bimzzzTime. You set them up
at the customization dialog of the portlet (small pencil button).

I hope this is useful to demonstrate the access to WebServices.


best regards

Matthias Wimmer



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to