PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Ok this is my first attempt at using the SOAP extension and so far no go. Basically, this website that I want data from just gives me an XML file and says 'send your request like this'. Now I am not yet knowledgeable enough to tear it apart and know what kind of SOAP call or whatever to make so I am hoping that someone here can help.
Here is the XML file that I need to send (this is all the info they are giving me) SOAP 1.2:
this site contains a php script named wsdl2php.php
this command line script reads the wsdl schema and convert the Complex/normal data types in to equivalent php classes.
what you will do is just make an xml request and in response you will get xml response but before this some how you need to get the wsdl file then it will be very easy.