Dear Eloqua,
I am trying to build an eloqua cloud connector in PHP5.
When I try to connect to the WSDL: https://secure.eloqua.com/API/1.2/Service.svc?wsdl
I am getting errors.
Though at first I thought it is something within my code, I noticed that I am able to connect to all the other Eloqua WSDLs.
I have attached a PHP code for reproducing this error. Alternatively you can test it at
http://himalaya.leadfabric.com/wsdl-test.phpI am using the Standard PHP SoapClient Class ( http://www.php.net/manual/en/class.soapclient.php
)
I am getting the following error:
SOAP-ERROR: Parsing Schema: element 'http://schemas.microsoft.com/2003/10/Serialization/:anyType' already defined
My best guess so far is that there is some text case mistakes in the WSDL definition ( Since php functions and classnames are case insensitive? )
I also found this: https://bugs.php.net/bug.php?id=45745
and this: https://bugs.php.net/bug.php?id=45282
Could someone help me please?
thanks
Raj