MediaBin 4.5.3
Windows 2003 EE SP1
I am attempting to get derivative details for an image that was created by MediaBin and deployed to a remote web server.
I have a simple java class that I am using to connect via web services and then get the derivative id using the following code:
String derivativeId = service.getDerivativeID_URL("http://www.mysite.com/dir1/dir2/image.jpg");
That line of code is throwing an exception:
Invalid URL path: "
http://www.mysite.com/dir1/dir2/image.jpg"Is this a bug with that method, or is this telling me that my MediaBin server has no outbound Internet access?