Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

https - BLOB.remoteURL field

Avatar

Level 1

Hi All-

I'm using axis generated web services clinet stub to invoke long-lived porcess using blob over https. But I'm getting https not supported error-

The 'https' protocol is not allowed in BLOB.remoteURL field.
    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:223)
    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:130)
    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
    at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:559)
    at org.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(XMLNamespaceBinder.java:853)
    at org.apache.xerces.impl.XMLNamespaceBinder.endElement(XMLNamespaceBinder.java:643)
    at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:2978)
    at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:918)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.handle

Here is the code snippet-

        BLOB inDoc = new BLOB();
        inDoc.setRemoteURL(infileurl);


                String adobePDFSettings = "Standard";
                String securitySettings = "No Security";
                String fileTypeSettings = "Standard";

invocationID = pdfgeni.createPDF_Async(
                                            inDoc,
                                            infilename,
                                            fileTypeSettings,
                                            adobePDFSettings,
                                            securitySettings,
                                            null,
                                            null
                                            );

Any ideas? BLOB over https not supported?

Thanks,

Anand

0 Replies