ahs10 Posted April 5, 2012 Share Posted April 5, 2012 I have a project at work to create a web service, using SOAP and have been provided a WSDL file to work from. I have never created a SOAP server before and I'm having some difficulty finding a good tutorial on building a SOAP server using a WSDL file. Can anyone provide any information, guidance, or links to some good materials to get started? Preferably a step by step tutorial that builds a SOAP server, using WSDL. Thanks! Link to comment https://forums.phpfreaks.com/topic/260400-soap-using-wsdl/ Share on other sites More sharing options...
iPixel Posted April 5, 2012 Share Posted April 5, 2012 Hey ahs10, i was just on this forum doing the same thing, had some success thus far. Forum Post : http://www.phpfreaks.com/forums/index.php?topic=357135.0 Start here and learn what each function does, that way you can more or less figure what to do. http://php.net/manual/en/book.soap.php http://phpsoaptoolkit.sourceforge.net/phpsoap/ http://www.w3schools.com/soap/default.asp Best things to use i feel are soap clients so you can see how to structure your scripts request. SOAclient addon for Firefox or go to soapclient.com or download WebServices Studio. Here are some links i used to get me on my way. http://metrix.fcny.org/wiki/display/tips/How+to+Create+a+PHP+Client+for+a+.NET+and+SOAP-based+Web+Service+API http://www.vankouteren.eu/blog/2009/03/simple-php-soap-example/ Good Luck to you! Link to comment https://forums.phpfreaks.com/topic/260400-soap-using-wsdl/#findComment-1334645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.