Thursday 25 July 2013

[dcphp-dev] Re: SOAP Experience?

Hi Ray,

It could be a problem with the SOAP service.  I would recommend testing the service with SOAPUI (http://sourceforge.net/projects/soapui/files/).  If you still get the same exception in SOAPUI, send a message to heartlandpaymentservices.net to fix their broken SOAP WSDL.  :)

David


On Wednesday, July 24, 2013 8:28:48 PM UTC-4, Ray Paseur wrote:
Colleagues: 

Anyone on the list with SOAP experience who can share a moment over the phone or email?  If it gets to be more than a moment it's worth at least a free lunch!

Here is the symptom:
["faultstring"]=>  string(112) "SOAP-ERROR: Parsing WSDL:  'IBillingDataManagementService_AddBlindPayment_InputMessage' already defined"  ["faultcode"]=>  string(4) "WSDL"

Here is roughly how to try/catch the exception:
<?php
$wsdl = '
https://testing.heartlandpaymentservices.net/BillingDataManagement/v3/BillingDataManagementService.svc?WSDL';
$soap = new SOAPClient($wsdl); // FAILS

Thanks and regards,
Ray Paseur
ray.p...@gmail.com
703.346.0600

--
You received this message because you are subscribed to the Google
Group: "Washington, DC PHP Developers Group" - http://www.dcphp.net
To post, send email to washington-dcphp-group@googlegroups.com
To unsubscribe, send email to washington-dcphp-group+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/washington-dcphp-group?hl=en
---
You received this message because you are subscribed to the Google Groups "Washington, DC PHP Developers Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to washington-dcphp-group+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

0 comments:

Post a Comment