help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

About Windows Services for Unix and .Net Web Services

Christophe Lauer asked me more details about the web services access for any Unix application using WSFU 3.5.

I still can't find any other info than the one published by MS Pass.

".... and the ability to extend UNIX-based applications in a Microsoft® .NET Web Services environment ..."

Someone from Microsoft to clarify this ?

 

Posted: Jan 17 2004, 12:54 PM by help.net | with 2 comment(s)
Filed under: ,

Comments

TrackBack said:

# January 17, 2004 8:11 PM

jdzions said:

Microsoft has been showing a demo of a Unix application, called Tides, ported to Windows with Services For Unix. The "trick" of getting web services to talk to the app is pretty simple: build an ordinary web service which exposes the methods you care to expose, but the actual implementation of those methods invokes the ported app and captures the output, massaging it appropriately for presentation to the client.

I plan to post something on this on my blog within the next week; I'm tired of waiting for me and my team to get our act together and put up something official on microsoft.com. I can at least expose the interesting stuff now while we figure out if we do a kb article or some other formal communication mechanism.

Thanks for kicking me in the butt. (I'm the guy that wrote the demo in the first place using COM instead of web services. I borrowed a half-day from a colleague on the Framework team to build the C#/Web Services version right around the time 1.0 shipped.)
# January 18, 2004 12:27 AM