Unix Technical Forum

SCO unix 5.0.6 web services setup

This is a discussion on SCO unix 5.0.6 web services setup within the Sco Unix forums, part of the Unix Operating Systems category; --> I need to install the "web services" deal on my unix box so that when a customer sends me ...


Go Back   Unix Technical Forum > Unix Operating Systems > Sco Unix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-15-2008, 04:49 PM
E Arredondo
 
Posts: n/a
Default SCO unix 5.0.6 web services setup

I need to install the "web services" deal on my unix box so that when a
customer sends me requests with SOAP or XML my system accepts the call on
the specific port.

Is there a process to do that ? I'm currently running netscape fastract as a
web server, I heard I need apache + axis , Are there other options to setup
the web services ?

thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-15-2008, 04:50 PM
E Arredondo
 
Posts: n/a
Default Re: SCO unix 5.0.6 web services setup



Where can I get this new Web Service from SCO ? Is it under their ftp site
or I have to pay for it ?

http://www.crn.com/sections/breaking...stid=161459 3

In spite of the legal circus engulfing The SCO Group--and lingering concerns
about the Unix company's future--top executives took the opportunity at the
company's annual partner conference in Las Vegas to outline SCO's new
Internet and Web services offerings and assert its intent to stay in
business.

At SCO Forum 2003, SCO announced the delivery of key component of its SCOx
Web services initiative--SCOx WebFace Solution Suite 4.0--as well as the
SCOsms Web Services API and SCObiz Web Services APIs.

The company's SCOx direction and Web services API plans were unveiled last
April.

The enhanced suite and new APIs, designed to enable partners and customers
to migrate legacy Unix applications to a services-oriented architecture,
consists of the WebFace Browser Application Platform and WebFace Studio
development platform.

SCO's Web services architecture is based on Web services standards
including XML, SOAP and UDDI. The SCOx technologies announced at the annual
partner conference are key to SCOx Application Substrate, which includes the
suite, APIs and, in the future, Web services security and encapsulation
technologies, executives said.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-15-2008, 04:50 PM
jlselsewhere@my-deja.com
 
Posts: n/a
Default Re: SCO unix 5.0.6 web services setup


E Arredondo wrote:
> I need to install the "web services" deal on my unix box so that when

a
> customer sends me requests with SOAP or XML my system accepts the

call on
> the specific port.
>
> Is there a process to do that ? I'm currently running netscape

fastract as a
> web server, I heard I need apache + axis , Are there other options to

setup
> the web services ?


Apache or Tomcat would be the easier web server to use for this, but
others
can be configured as well I imagine.

Axis is the choice if your program handling the web services calls is
written
in Java. For C and C++, gSOAP is the best choice. For Perl,
SOAP::Lite,
and for PHP, PEAR::SOAP. All of these implementations are available if
you
upgrade your system to SCO OpenServer 5.0.7 supplement 3.

Jonathan Schilling

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-15-2008, 04:51 PM
brian@aljex.com
 
Posts: n/a
Default Re: SCO unix 5.0.6 web services setup

Since I happen to know he's a filePro user, his best choice is probably
apache + perl and getting help from Mark Fairlite since he happens to
have done a lot of work with cgi in perl talking to filePro and it's
easy to get recent apache & perl on sco these days.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-15-2008, 04:51 PM
E Arredondo
 
Posts: n/a
Default Re: SCO unix 5.0.6 web services setup


<brian@aljex.com> wrote in message
news:1112083792.200321.50690@o13g2000cwo.googlegro ups.com...
> Since I happen to know he's a filePro user, his best choice is probably
> apache + perl and getting help from Mark Fairlite since he happens to
> have done a lot of work with cgi in perl talking to filePro and it's
> easy to get recent apache & perl on sco these days.
>


I'll make a note of that, thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-15-2008, 04:51 PM
E Arredondo
 
Posts: n/a
Default Re: SCO unix 5.0.6 web services setup


<jlselsewhere@my-deja.com> wrote in message
news:1112038164.694771.42800@g14g2000cwa.googlegro ups.com...
>
> E Arredondo wrote:
>> I need to install the "web services" deal on my unix box so that when

> a
>> customer sends me requests with SOAP or XML my system accepts the

> call on
>> the specific port.
>>
>> Is there a process to do that ? I'm currently running netscape

> fastract as a
>> web server, I heard I need apache + axis , Are there other options to

> setup
>> the web services ?

>
> Apache or Tomcat would be the easier web server to use for this, but
> others
> can be configured as well I imagine.
>
> Axis is the choice if your program handling the web services calls is
> written
> in Java. For C and C++, gSOAP is the best choice. For Perl,
> SOAP::Lite,
> and for PHP, PEAR::SOAP. All of these implementations are available if
> you
> upgrade your system to SCO OpenServer 5.0.7 supplement 3.
>
> Jonathan Schilling
>


Thank you!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-15-2008, 04:51 PM
Bill Vermillion
 
Posts: n/a
Default Re: SCO unix 5.0.6 web services setup

In article <1112083792.200321.50690@o13g2000cwo.googlegroups. com>,
<brian@aljex.com> wrote:

>Since I happen to know he's a filePro user, his best choice is
>probably apache + perl and getting help from Mark Fairlite since
>he happens to have done a lot of work with cgi in perl talking to
>filePro and it's easy to get recent apache & perl on sco these
>days.


Actually it's Mark Luljak - but 'fairlite' is his email name.
http://www.fairlte.com.

For FP into Access, Ryan Powers has some software too, along with
custom work in C,C++, and Java. http://www.bulldogsoftware.com
His web site has been up for only a month so it's undergoing
construction.

Disclaimer. I get nothing from this but they are both good friends
of mine and we often have 3-way emails going, but beyond friendship
they are both excellent programmers.




--
Bill Vermillion - bv @ wjv . com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:07 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com