<?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 service consumption under OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334256#M45067</link>
    <description>Tim,&lt;BR /&gt;&lt;BR /&gt;you can find all about gSOAP on OpenVMS at &lt;A href="http://johndapps.blogspot.com/" target="_blank"&gt;http://johndapps.blogspot.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
    <pubDate>Fri, 09 Jan 2009 07:49:52 GMT</pubDate>
    <dc:creator>Martin Vorlaender</dc:creator>
    <dc:date>2009-01-09T07:49:52Z</dc:date>
    <item>
      <title>SOAP service consumption under OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334254#M45065</link>
      <description>I'm trying to find supported libraries under OpenVMS for consuming web services, UDDI functions etc. Outside of JAVA. i.e. I'd like to enable applications written in C or Cobol, etc, to be able to use webservices.&lt;BR /&gt;&lt;BR /&gt;Also, I am looking for libraries that are supported.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 08 Jan 2009 18:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334254#M45065</guid>
      <dc:creator>Tim Lovern</dc:creator>
      <dc:date>2009-01-08T18:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP service consumption under OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334255#M45066</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;I believe there is a product called gSOAP, not sure who's heading it up. Maybe someone can tell us a lot more about it?&lt;BR /&gt;&lt;BR /&gt;Axis2 not for you either eh?&lt;BR /&gt;&lt;BR /&gt;Regards Richard Maher&lt;BR /&gt;&lt;BR /&gt;PS. How 'bout a XHR$ RTL that would let you do Ajax/REST from COBOL as well as stick the SOAP headers in?</description>
      <pubDate>Thu, 08 Jan 2009 23:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334255#M45066</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-01-08T23:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP service consumption under OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334256#M45067</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;you can find all about gSOAP on OpenVMS at &lt;A href="http://johndapps.blogspot.com/" target="_blank"&gt;http://johndapps.blogspot.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Fri, 09 Jan 2009 07:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334256#M45067</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2009-01-09T07:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP service consumption under OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334257#M45068</link>
      <description>Thanks guys, I'll take a look at gSoap.&lt;BR /&gt;&lt;BR /&gt;In an ideal world, I would make to do the UDDI lookup, another call to get the WSDL and then package up the data I need into the appropriate SOAP document, and then finally a call to do the webservice bit. &lt;BR /&gt;&lt;BR /&gt;Hopefully I'd have the option of blocking until the call completes or servicing the completion via an AST.</description>
      <pubDate>Fri, 09 Jan 2009 14:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334257#M45068</guid>
      <dc:creator>Tim Lovern</dc:creator>
      <dc:date>2009-01-09T14:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP service consumption under OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334258#M45069</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Non-OS specific gSOAP documentation can also be found here &lt;A href="http://www.cs.fsu.edu/~engelen/soap.html" target="_blank"&gt;http://www.cs.fsu.edu/~engelen/soap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm evaluating this right now and it seems to be (currently) the best option for a VMS client to call a web service, especially if you want to avoid Java. Be aware that the VMS version is not officially supported by HP.&lt;BR /&gt;&lt;BR /&gt;I'd agree that this kind of functionality built into a VMS RTL would be the ideal solution, but I guess we may have to wait for that...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jan 2009 04:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/soap-service-consumption-under-openvms/m-p/4334258#M45069</guid>
      <dc:creator>Ramondo</dc:creator>
      <dc:date>2009-01-13T04:24:59Z</dc:date>
    </item>
  </channel>
</rss>

