I have an external application that is accessing MediaBin using the MB Soap Web services and invoking RetrieveFile_URL and GetDownloadURL_HTTP_Encoded from the services layer. I can successfully generate a working link to some QuickTime mov assets. However I have mvr assets which are 3d tour movies which generate a link but the link does not function properly. Upon inspection of my logging I am getting this exception message:
org.apache.axis.ConfigurationException: No service named
http://www.mediabin.com/GetDownloadURL_HTTP_Encoded is available
at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
at org.apache.axis.MessageContext.setTargetService(MessageContext.java:756)
at org.apache.axis.transport.http.HTTPTransport.setupMessageContextImpl(HTTPTransport.java:89)
at org.apache.axis.client.Transport.setupMessageContext(Transport.java:46)
at org.apache.axis.client.Call.invoke(Call.java:2738)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.mediabin.
www.MediaBinServerSoapStub.getDownloadURL_HTTP_Encoded(MediaBinServerSoapStub.java:6069)
at com.hilton.dam.mediabin.Axis14MBServerImpl.getDownloadUrl(Axis14MBServerImpl.java:113)
Which is the only difference between the two runs. Thanks.
-Nick DiPasquale