Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ???HTTPS from Oracle...getting java.net.MalformedURLException???
fcolon_at_onebox.com (Frank) wrote in message news:<3271719f.0206181431.541aa878_at_posting.google.com>...
> Hi,
>
> I've developed a Java stored procedure that will make an https call to
> a remote host and retrieve data.
>
> The java procedure is rapped in an Oracle Stored Procedure.
>
> But when I call it I get the exception:
>
> java.net.MalformedURLException: unknown protocol: https
>
> Has anybody tried this before? Do you have experience getting this
> exception?
>
> Any advice on how I could fix this would be greatly appreciated.
>
> Thanks
A URL constructor throws this MalformedURLException if no protocol is specified, or an unknown protocol is found in your URL. Check the URL address and see if you specify a correct protocol e.g. http etc. or post a snippet of your code...maybe someone can look at it and make a suggestion. Received on Wed Jun 19 2002 - 15:20:20 CDT
![]() |
![]() |