Hi all,
We run an online shop using Actinic v7 and need to integrate some web services into it to send and receive data from a third party music publisher (we sell sheet music online).
The shop needs to send out XML messages every time a customer orders, and at various other times. We also need to import our entire product catalogue directly from these XML web services.
Questions are:
1) Would you write the web services in Perl or PHP? I believe PHP is better for this kind of thing, and I also work for an IT company which could do the coding in PHP but not Perl.
If we used PHP classes how would you call the PHP from within Actinic? Presumably we would have to embed the PHP calls within the relevant Perl scripts and pass the Actinic data to PHP?
2) Would it be better to keep the whole thing in Perl?
3) Has anyone successfully got web services working in Actinic like this?
Any ideas welcome
Many thanks
We run an online shop using Actinic v7 and need to integrate some web services into it to send and receive data from a third party music publisher (we sell sheet music online).
The shop needs to send out XML messages every time a customer orders, and at various other times. We also need to import our entire product catalogue directly from these XML web services.
Questions are:
1) Would you write the web services in Perl or PHP? I believe PHP is better for this kind of thing, and I also work for an IT company which could do the coding in PHP but not Perl.
If we used PHP classes how would you call the PHP from within Actinic? Presumably we would have to embed the PHP calls within the relevant Perl scripts and pass the Actinic data to PHP?
2) Would it be better to keep the whole thing in Perl?
3) Has anyone successfully got web services working in Actinic like this?
Any ideas welcome
Many thanks
Comment