<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SOAP on VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641451#M32885</link>
    <description>An update:&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;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.&lt;BR /&gt;I have copied all required files to the appropiate locations (web-inf.axis.classes) but that didn't help.&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Oct 2005 03:18:46 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2005-10-17T03:18:46Z</dc:date>
    <item>
      <title>SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641445#M32879</link>
      <description>Is anyone using the combination of Apache, Tomcat and Axis to create webservices on OpenVMS?&lt;BR /&gt;I have trouble building some of the examples since some javax packages seem to be missing, where they ought to be present. &lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Tue, 04 Oct 2005 08:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641445#M32879</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-10-04T08:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641446#M32880</link>
      <description>read about Willems fun with web stuff on VMS on this web site &lt;A href="http://sysmgr.blogspot.com/" target="_blank"&gt;http://sysmgr.blogspot.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2005 08:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641446#M32880</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-04T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641447#M32881</link>
      <description>Hi Willem,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;A big learning curve that we didn't get very far up.&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 00:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641447#M32881</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2005-10-05T00:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641448#M32882</link>
      <description>@Ian:&lt;BR /&gt;I will update it soon :-)&lt;BR /&gt;@Chris:&lt;BR /&gt;Thanks for the hint, I will look into the journals.&lt;BR /&gt;&lt;BR /&gt;To be more precise on the issue:&lt;BR /&gt;&lt;BR /&gt;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").&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;See attached files for the procedure to set logicals, and the missing files (extracted form the ant output)&lt;BR /&gt;&lt;BR /&gt;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....&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 02:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641448#M32882</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-10-05T02:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641449#M32883</link>
      <description>parhaps this one is the journal article referred to.&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v4/examining_web_services.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v4/examining_web_services.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Oct 2005 03:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641449#M32883</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-05T03:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641450#M32884</link>
      <description>The article contains some commercial blabla, but it was somewhat helpfull, though it didn't tell much more than the SOAP manuals had told me already. But it did make something clear: The track is right, but rough. Very rough. Do NOt rely on on the SOAP-originated manuals and tools only.&lt;BR /&gt;&lt;BR /&gt;The attachent as stated in the previous message added this time :)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Wed, 05 Oct 2005 07:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641450#M32884</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-10-05T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641451#M32885</link>
      <description>An update:&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;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.&lt;BR /&gt;I have copied all required files to the appropiate locations (web-inf.axis.classes) but that didn't help.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2005 03:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-on-vms/m-p/3641451#M32885</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-10-17T03:18:46Z</dc:date>
    </item>
  </channel>
</rss>

