Dear Richard Surely (hehe):

I don´t understand what do you want to say with "that should be
$web_service="http://url_of_the_webservice.asmx?WSDL<http://url_of_the_webservice.asmx/?WSDL>
";"

Obviusly, "url_of_the_web_sevice" it's just an example. With the real url I
can read without any problems the especifications of the WSDL. But i recived
that error when I trie to connect doing
new SoapClient($web_service, array('soap_version'   => SOAP_1_1,
                                             'encoding'=>'utf-8',
                                             'trace' => TRUE,
                                             'STYLE' => SOAP_DOCUMENT,
                                              'use'   => SOAP_LITERAL

                                            )
                        );

Thanks!




El 19 de agosto de 2011 11:26, Richard Quadling <rquadl...@gmail.com>escribió:

2011/8/19 Ignacio Marín Hernández <nah...@gmail.com>:
> > $web_service="http://url_of_the_webservice.asmx?WSDL<
> http://url_of_the_webservice.asmx/?WSDL>
> > ";
>
> Surely, that should be ...
>
> $web_service="http://url_of_the_webservice.asmx?WSDL";;
>
> And sorry for calling you Surely.
>
> Richard.
> --
> Richard Quadling
> Twitter : EE : Zend : PHPDoc
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea
>

Reply via email to