|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Interface between ERP (dotNET) and Website (PHP)
Hello,
I have one ERP Software (developed in .NET) and a Website (developed in PHP). I need to do an interface between the ERP Software and the Website. Example: When I update the price of one product, in the ERP Software, I want to update also in DB of the website. I want to know how to create the connection between the ERP and the Website. Who can help? Thank you! |
|
#2
|
||||
|
||||
|
You could write web services in your PHP site that you call from your .NET site. I did a similar thing once and used XMLRPC. Although XMLRPC isn't really latest technology in web services, it works fine for me. Of course, you can use any web services technology that is supported by both platforms.
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Interface between ERP (dotNET) and Website (PHP) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|