| Author |
Message |
John
Guest
|
Posted:
Tue Oct 12, 2004 1:24 am Post subject:
HIS 2004 - Library types |
|
|
Can someone explain the differences between the .Net Client Library
and the .Net Server Library item types in Visual Studio .Net?
Thank you |
|
| Back to top |
|
 |
Rob Beardsworth [MSFT]
Guest
|
Posted:
Tue Oct 12, 2004 5:36 am Post subject:
RE: HIS 2004 - Library types |
|
|
HI John,
if you wish to have a .NET Client program call a host transaction, you
need a .NET Client Library. If you have a host program which wishes to
invoke a server component on a Windows PC (written in managed code) you
will need a .NET Server Library.
HTH, if you have more explicit questions, ask away.
Rob Beardsworth
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
Can someone explain the differences between the .Net Client Library
and the .Net Server Library item types in Visual Studio .Net?
Thank you |
|
| Back to top |
|
 |
John
Guest
|
Posted:
Wed Oct 13, 2004 12:47 am Post subject:
Re: HIS 2004 - Library types |
|
|
On the HIS section at Microsoft.com, I've read: "TI now allows Windows
developers to use the Windows-Initiated Processing (WIP) technology to
wrap existing line-of-business processes found in mainframe CICS and
IMS applications, as well as those found in IBM AS/400 systems as XML
Web Services or .NET server components."
I haven't been able to find any documentation on this. Is this
something that is done automatically, or am I supposed to write a
ASP.NET web service interface? |
|
| Back to top |
|
 |
Rob Beardsworth [MSFT]
Guest
|
Posted:
Thu Oct 14, 2004 1:06 am Post subject:
Re: HIS 2004 - Library types |
|
|
Hi John,
unfortunately you will have to do this yourself (it does say we allow
you to wrap, it doesn't say we will wrap :-) ). We don't really care what
the .NET Client is (whether its a Web Service or WinForms or whatever), as
long as it references the files produced and administrated by HIS. The HIS
installation leaves behind samples which call the IBM programs from .NET
Client as well as a read me on the steps neccessary to run them.
Rob Beardsworth
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
On the HIS section at Microsoft.com, I've read: "TI now allows Windows
developers to use the Windows-Initiated Processing (WIP) technology to
wrap existing line-of-business processes found in mainframe CICS and
IMS applications, as well as those found in IBM AS/400 systems as XML
Web Services or .NET server components."
I haven't been able to find any documentation on this. Is this
something that is done automatically, or am I supposed to write a
ASP.NET web service interface? |
|
| Back to top |
|
 |
|
|
|
|