mmm, i think i understand you now! But the url it's ok, it's only $web_service="http://url_of_the_webservice.asmx?WSDL"; The second part between "< .... >" ($web_service=" http://url_of_the_webservice.asmx?WSDL< http://url_of_the_webservice.asmx/?WSDL>") was Gmail who wrote it (not me) when I forward the email. LoL By the way, Thanx fro the answer! El 19 de agosto de 2011 12:18, Richard Quadling <rquadling@xxxxxxxxx>escribió: > 2011/8/19 Ignacio Marín Hernández <nahtml@xxxxxxxxx>: > > 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";" > > > > 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 <rquadling@xxxxxxxxx> > > escribió: > >> > >> 2011/8/19 Ignacio Marín Hernández <nahtml@xxxxxxxxx>: > >> > > >> > $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 > > > > > > Your url was ... > > http://www.site.com/service?wsdl<http://www.site.com/service?wsdl> > > Rather than ... > > http://www.site.com/service?wsdl > > Can you provide the URL? > -- > Richard Quadling > Twitter : EE : Zend : PHPDoc > @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea >