Hi
I'm successful in running a Offline Interactive Form. But when executing a Online Interactive Form example Im getting the below error.
com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found.
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:199)
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:140)
at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:283)
at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:94)
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:84)
at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:196)
... 27 more
Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (404) Not Found.
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:727)
at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1110)
at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:70)
... 29 more
Can any one help to solve this.
thanks
raj
Hi Raja
You might need a license key for this ,check this post
Credential for Adobe Interactive Forms ?
Regards
Pran
Hi Raja,
Try if the SOAP call to your ADS works properly first. You can test it by running the URL to your ADS (the one you specified in the Web Service Security service in the Visual Admin) in your web browser. One thing you need to make sure is that the username/password you use to access the ADS must not be expried and no password changed is required.
Regards,
Marc
Add a comment