Hi Mike! I've also posted on your other thread re: IMediaAccesService - same issue here, the references in your WSDL and XSD are to localhost, a relative path would be easier when using the WSDL to generate web service clients. Turns out the services here are the ones I need.
I did manage to get things working (at last as far as testConnectionToServer() returns true). One minor issue I found in the install was that while you create a firewall rule for the TVEInteration service, you dont' create a port exception.
Thanks for this great plugin!
Progress update (sorry for the double post), I've got a few services working well now - getGroups, getSchedules, testConnection, so the basic interaction seems to be working.
I'm having trouble with a few calls - getChannels, getChannelsById, getProgramForChannel, I get an exception that possibly suggests something is missing from the WSDL (or quite likely I messed it up when modifying it to generate my client).
UPDATE on my calling troubles - it's is likely because I used an older WSDL that was posted earlier in this thread. I noticed the links to retrieve the newer WSDL and the service definitions there have changed, I'll retry with the new definitions.
I did manage to get things working (at last as far as testConnectionToServer() returns true). One minor issue I found in the install was that while you create a firewall rule for the TVEInteration service, you dont' create a port exception.
Thanks for this great plugin!
Progress update (sorry for the double post), I've got a few services working well now - getGroups, getSchedules, testConnection, so the basic interaction seems to be working.
I'm having trouble with a few calls - getChannels, getChannelsById, getProgramForChannel, I get an exception that possibly suggests something is missing from the WSDL (or quite likely I messed it up when modifying it to generate my client).
UPDATE on my calling troubles - it's is likely because I used an older WSDL that was posted earlier in this thread. I noticed the links to retrieve the newer WSDL and the service definitions there have changed, I'll retry with the new definitions.