JDE E91 XML Call Object with PHP
I am developing an internal application using PHP. I need to call several JDE business functions in order to maintain data integrity.
I should be able to use the SOAP services to call and interface with WSDL(http://www.php.net/manual/en/soapclient.soapclient.php). What I need help with is determining if this is possible.
If it is possible, how is it implemented? What are the connection parameters?
I have used the PHP SOAP functionality for interfacing with other servers without the need of a JAVA/PHP bridge server/servlet, I am curious as to why it is needed for this system? It would appear as though the TOMCAT server is a piece that is really not needed (overkill).
I should be able to use the SOAP services to call and interface with WSDL(http://www.php.net/manual/en/soapclient.soapclient.php). What I need help with is determining if this is possible.
If it is possible, how is it implemented? What are the connection parameters?
I have used the PHP SOAP functionality for interfacing with other servers without the need of a JAVA/PHP bridge server/servlet, I am curious as to why it is needed for this system? It would appear as though the TOMCAT server is a piece that is really not needed (overkill).
0