- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: SOAP on VMS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:43 AM
10-04-2005 01:43 AM
SOAP on VMS
I have trouble building some of the examples since some javax packages seem to be missing, where they ought to be present.
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:53 AM
10-04-2005 01:53 AM
Re: SOAP on VMS
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 05:19 PM
10-04-2005 05:19 PM
Re: SOAP on VMS
We had a brief play with this over a year or so ago now. My memory of it is minimal, but I believe we got some of the examples working and certainly got a couple of very basic test cases of our own going - eventually.
A big learning curve that we didn't get very far up.
One thing I noted from the installation was that one of the validation tests "start_simple_axis_server" uses by default the port number 8080. This is the same port that Tomcat uses by default, so if you accept the default when running the example, it doesn't work.
I seem to also remember there was quite a good article in one of the Technical Journals, which when I read it I wished I had seen before I started ! Sorry, don't remember which one.
Cheers,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 07:46 PM
10-04-2005 07:46 PM
Re: SOAP on VMS
I will update it soon :-)
@Chris:
Thanks for the hint, I will look into the journals.
To be more precise on the issue:
The supplied userguide examples all work; classes are with the packages, and once you have JAVA$CLASSPATH set up properly, these can all be built. With the other examples, I have the impression it doesn't always work as you might expect, if at all. (As seems ususal, documentation is minimal, and limited to Windows and Unix. And this package was delevered being "SOAP for VMS").
However, building axis using the standard JAVA method (ant) won't do because a number of packages to be imported is either incomplete or completely missing. Even when JAVA 1.4.2-P2 (J2SE SDK) has been installed.
See attached files for the procedure to set logicals, and the missing files (extracted form the ant output)
Since I do have a .WSDL files, I could create basic Webservice java sources using the (locally built) WSDL2Java class. I've done the client side, a server with and a server without skeletom, following the suer guide. Compiling these doesn't give an error, nor .class files....
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 08:20 PM
10-04-2005 08:20 PM
Re: SOAP on VMS
http://h71000.www7.hp.com/openvms/journal/v4/examining_web_services.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 12:03 AM
10-05-2005 12:03 AM
Re: SOAP on VMS
The attachent as stated in the previous message added this time :)
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2005 08:18 PM
10-16-2005 08:18 PM
Re: SOAP on VMS
I have managed to find the missing files (Tomcat common library) and was able to fully build AXIS. I also could compile the webapplication, after having changed one file created by the WSDL2Java program, and because of that, a number of other (generated) java sources and the (also generated) deploy.wsdd.
When using the AXIS-suuplied AdminClient program to deploy the service, I don't get any error message but it seems the service is NOT activated in AXIS, where the example services are.
I have copied all required files to the appropiate locations (web-inf.axis.classes) but that didn't help.
OpenVMS Developer & System Manager