On Mon, 28 Feb 2005 10:23:24 +0100, Bruno Georges
<[EMAIL PROTECTED]> wrote:
> Hi
> 
> One possible solution is to wrap the functions in Script B [on windows]
> with SOAP and expose it has a service via apache.

 [---]

> Bruno Georges

[---]

> 
> I need to run Script A in Unix , It will generate few parameters that
> should be passed to Script B . The Script A will call Script B ..
> 
> Script B will be on a Windows Server . Its input parameter is the data
> passed by Script A â IT SHOULD RUN IN WINDOWS and not in a shell on Unix â
> 
> After Script B completes execution , it should return Success / Failure or
> any other information back to Script A â
> 
> Is this possible , if so cld u please give me some ideas ..
> 

[---]


SOAP is a very elegant platform for such endeavors; especially with
complicated datasets (I use SOAP with Java).

But if it is just a matter of synchronization between work to be done
on two different servers, it might just be a matter of using LWP -
because, as described in the original post, Script A is just the
client of Script B.

Check it out:    perldoc LWP

K.C

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to