kiernan7 0 Newbie Poster

I've been muddling my way through figuring out how PHP and SOAP interact (I've found documentation on this woeful, if someone can point me to any good doc on this, I'd appreciate it).

Anyway, I have been able to get a SOAP client talking to a SOAP server and it seems like the primary SOAP server function must pretty much only return text, which is fine. I can then shell out to a secondary function to use PHP to grab the data needed and format it to fit the application.

However...

Whenever I try to use an include file of any kind, the darned thing breaks totally. Can anyone point me to how I can use include files as it would make my life a lot easier. Thanks!

-- John Kiernan, SOAP newbie