Hello,
I'm developping a website (in PHP of course) that requires to consume a webservice written in ColdFusion.
All I have are 3 files with an adress like this :
The files are full of what looks like XML code starting with tags like <wsdl:types> or <wsdl:message name="something"> and these are the ones I'm supposed to use to call a bunch of functions to use the web service.
I have no clue of what I have to do...I read stuff about SOAP but I dunno if it's appropriate neither which version I have to use.
I'm sorry if my question is really muddled but I'm a real newbie in using web services.
Any help or direction towards a tutorial would be really appreciated.
Thanx in advance
I'm developping a website (in PHP of course) that requires to consume a webservice written in ColdFusion.
All I have are 3 files with an adress like this :
The files are full of what looks like XML code starting with tags like <wsdl:types> or <wsdl:message name="something"> and these are the ones I'm supposed to use to call a bunch of functions to use the web service.
I have no clue of what I have to do...I read stuff about SOAP but I dunno if it's appropriate neither which version I have to use.
I'm sorry if my question is really muddled but I'm a real newbie in using web services.
Any help or direction towards a tutorial would be really appreciated.
Thanx in advance