How do I import service references to Unity3D?
- by Timothy Williams
I'm attempting access a service reference in Unity. I need two: the SOAP framework and a separate service called ContentVault.
The respective service URL's are:
SOAP: http://api.microsofttranslator.com/V2/Soap.svc
ContentVault: http://ioun.wizards.com/ContentVault.svc
Both services import fine in to Visual Studio. I've tried everything I can…