Garethp Posted February 15, 2010 Share Posted February 15, 2010 Ok, so I've been making SOAP calls lately and the soap server admin asked me if I was releasing the webservice object, and I realized that I had no code to close the connection. How do I do that? Link to comment https://forums.phpfreaks.com/topic/192104-how-does-one-close-a-soap-connection/ Share on other sites More sharing options...
Maq Posted February 15, 2010 Share Posted February 15, 2010 Ok, so I've been making SOAP calls lately and the soap server admin asked me if I was releasing the webservice object, and I realized that I had no code to close the connection. How do I do that? Not sure 100% sure, but I think you can just unset() the object. Link to comment https://forums.phpfreaks.com/topic/192104-how-does-one-close-a-soap-connection/#findComment-1012444 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.