cancel
Showing results for 
Search instead for 
Did you mean: 

Exception in method rpData

Former Member
0 Kudos

Am using developer work place. I followed the required steps for configuring ADS. Selected Basic authentication. Created user ADSUser and assigned him to ADSCallers etc etc. But still, am facing error, when I try to do the basic configuration check for user and password.

<b>Here is the error message:</b>

An error has occurred. Maybe the request is not accepted by the server:

Exception in method rpData

<b>Request:</b>

POST /AdobeDocumentServices/Config?style=document HTTP/1.1

Host: localhost:50000

Content-Type: text/xml; charset=UTF-8

Connection: close

Authorization: <value is hidden>

Content-Length: 848

SOAPAction: ""

<?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><pns:rpData xmlns:pns='urn:AdobeDocumentServicesVi'><ns1:rpStrings xmlns:ns1='urn:AdobeDocumentServicesVi' xmlns:pns='urn:com.adobe'><pns:RpString><pns:name></pns:name><pns:value></pns:value></pns:RpString></ns1:rpStrings><ns2:rpStreams xmlns:ns2='urn:AdobeDocumentServicesVi' xmlns:pns='urn:com.adobe'><pns:RpStream><pns:name></pns:name><pns:value>AA==</pns:value></pns:RpStream></ns2:rpStreams></pns:rpData></SOAP-ENV:Body></SOAP-ENV:Envelope>

<b>Response:</b>

HTTP/1.1 500 Internal Server Error

Connection: close

Set-Cookie: <value is hidden>

Set-Cookie: <value is hidden>

Server: SAP J2EE Engine/7.00

Content-Type: text/xml; charset=UTF-8

Date: Thu, 22 Mar 2007 23:37:37 GMT

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Exception in method rpData.</faultstring><detail><ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException xmlns:ns1='http://sap-j2ee-engine/client-runtime-error'>Exception in method rpData.</ns1:com.sap.engine.services.ejb.exceptions.BaseEJBException></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

was this resolved ??? if so how ??

former_member191062
Active Contributor
0 Kudos

Hello,

There are two things to check:

1. Make sure that the ADS is on the same patch level as your J2EE engine.

2. Please check wether the ADS is working by executing some rendering against it. We have seen this error from the WSNavigator in specific cases when the ADS was working fine only the NULL value from the WSNavigator could not be handled correctly.

Please tell me the results.

Best regards,

Dezso