Operating System - OpenVMS
1828184 Members
2490 Online
109975 Solutions
New Discussion

Re: Calling webservices from within openVms/DCL/or Language

 
Jason Hartley
New Member

Calling webservices from within openVms/DCL/or Language

We have a legacy VMS system running our inhouse powerhouse system.

We will also have a .NET document management/workflow system sitting on a NT box somewhere on the LAN.

It's possible that when someone runs a powerhouse program we will want to (from the alpha/vms box) update the workflow .NET system via Webservices.

Can this be done? Is there a third party package or some new vms system services that allows this?

Many thanks in advance

Jason.
4 REPLIES 4
Wim Van den Wyngaert
Honored Contributor

Re: Calling webservices from within openVms/DCL/or Language

You can always use RSH or REXEC or SSH to execute programs (that update the workflow) on the NT.

Wim
Wim
Ian Miller.
Honored Contributor

Re: Calling webservices from within openVms/DCL/or Language

many things are possible given enough time and money. e.g. the .Net client for VMS from MVP systems might be useful.

____________________
Purely Personal Opinion
Chris Barratt
Frequent Advisor

Re: Calling webservices from within openVms/DCL/or Language

you may be interested in this thread on comp.os.vms group...

http://groups.google.com/group/comp.os.vms/browse_frm/thread/4c0c6344191620c3/723201b67bf6006c?lnk=st&q=gsoap+openvms&rnum=1#723201b67bf6006c

There are some people looking at using GSoap for this.

Regards,
Chris
Robert Atkinson
Respected Contributor

Re: Calling webservices from within openVms/DCL/or Language

You could hook up a DCL command to run PHP, which is more than capable of running Web services.

Rob.