Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 3423

Cannot Connect to Eloqua WSDL using PHP5

$
0
0

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


Viewing all articles
Browse latest Browse all 3423

Trending Articles