Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PHP client to Oracle Fusion WSDL

3385666Jan 26 2017 — edited Jan 26 2017

Hi All,

I need to create a PHP client to connect to Oracle Fusion accessing a WSDL URL that appears to be in 1.2 SOAP version, and I'm receiving this result:

Exception: SOAP-ERROR: Parsing WSDL: Could not find any usable binding services in WSDL.

This happens only with one WSDL, with the other two it's ok, anyone has an idea?

Thanks a lot.

Rogério

Comments

807569
The file is just a Java properties file, which you can load and save using the java.util.Properties class.

If you want to change the logging level on the fly (while the program is running), you can do that too with Log4J - look at the API documentation of Log4J, I'm sure it's described in there.
807569
I know it is a Java properties file but I have to change the value at more than one places simultaneously and there are two values seperated by a comma(,), out of which only one I need to change. I would like to know that what is most efficient way of changing it.

The other thing is I know that we can change the log level using log4j on the fly, but that we have to do it programatically not manually based on the input seletedt by the user.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 23 2017
Added on Jan 26 2017
1 comment
728 views