PHP invoke JDE webservices

alfredorz

alfredorz

Well Known Member
Someone have consumed JDE bussiness services in JDE (for example, typical BSSV AddressBook) with PHP??? And with SSL Security?

I have to create a php to consume JD Edwards BSSV. I have always created a proxy in JAVA and works fine but in php I don't have much knowlegde.

Thanks!
 
Hi,

If you just want to send requests and get responses you better try with some tool like SoapUI. I use this to check my web services with SSL security on JDE.

Regards
 
petrcat i used SoapUI and I created a proxy java in JDeveloper and works fine with security but now I need call by PHP.

nkuebelbeck yes sorry is https, the certificate i think is X509.

thanks
 
Google for REST interface for JDE instead: we have one that can work over SSL and is times faster than BSSV SOAP...
 
Thanks guys!

I'm goint to read this document and I'll try.

Regards.
 
Back
Top