cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive Form Error: Invalid Response Code: (503) Service Unavailable

Former Member
0 Kudos

Hi,

Here i am Facing a Problem while i try to develop a sample application using Interactive Forms.

When i tried to Deploy it.

the Error i am getting is

com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://localhost:50000/AdobeDocumentServices/Config?style=document"

at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:976)

at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1423)

at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)

at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)

at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:279)

... 27 more

i will be very thankful if anyone solve my problem ...

Thank you

Srikanth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Open up the config tool and see if all of you com.adobe services are set to always.

Past experience says 503 error means that it can't contact the engine or the service.

Former Member
0 Kudos

Every Settings inthe Config Tool are ok.

in NWDS i was pointing to Some Remote server

but when i try to deploy it in Browser it is giving Error like :

"http://localhost:50000/AdobeDocumentServices/Config?style=document"

but i was Deploying it on the

yhsapdev15:50000/irj

markus_meisl
Active Contributor
0 Kudos

Hi,

you seem to be pointing to a Java stack that either hasn't got the Adobe document services installed or has them incorrectly configured. Check the ADS Configuration Guide again against the settings of the Engine on which you have the ADS running. Without ADS, you won't get a PDF. The URL with http://localhost:50000/AdobeDocumentServices/Config?style=document in it is a good start, but the config is more than just that.

Best regards,

Markus Meisl

SAP NetWeaver Product Management

Former Member
0 Kudos

From the Visual Adiministrator on the Portal choose Cluster tab then Server<x>->Services->Web Services Container. In the right frame, select the web service AdobeDocumentSerivces (Runtime tab, Web Services frame). You can then edit the connection parameters here.

i did'nt Find the Services here this was the mail problem ... now its ok my problem is solved

Answers (0)