Hi,
I'm trying to connect using PHP5 to a web service created with the MS SOAP
Toolkit3 that supports DIME attachments. PHP fails connecting to the service,
for example:
<?php
$wsdl = 'http://mssoapinterop.o rg/stkV3/dime/dime-rpc.wsdl';
$webservice = new SoapClient($wsd l);
?>
I get an error opening the WSDL file:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
Unknown required WSDL extension
'http://schemas.xmlsoap .org/ws/2002/04/dime/wsdl/'
Can someone please help? I need a way to connect to this service using PHP -
and I want to avoid using PEAR.
Thanks
-Eric
I'm trying to connect using PHP5 to a web service created with the MS SOAP
Toolkit3 that supports DIME attachments. PHP fails connecting to the service,
for example:
<?php
$wsdl = 'http://mssoapinterop.o rg/stkV3/dime/dime-rpc.wsdl';
$webservice = new SoapClient($wsd l);
?>
I get an error opening the WSDL file:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
Unknown required WSDL extension
'http://schemas.xmlsoap .org/ws/2002/04/dime/wsdl/'
Can someone please help? I need a way to connect to this service using PHP -
and I want to avoid using PEAR.
Thanks
-Eric