cancel
Showing results for 
Search instead for 
Did you mean: 

Error using Interactive Forms

Former Member
0 Kudos

Hi

I am trying to use Interactive Form Control.

i have downloaded TutWD_DynamicForm project from SDN and deployed it in the WAS, when i run it i am getting an error.

I have set the authenticatio to false in my webdynpro application.

The root cause is:

javax.xml.rpc.soap.SOAPFaultException: Exception in method rpData.

at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.buildFaultException(MimeHttpBinding.java:735)

at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.processDocumentFault(MimeHttpBinding.java:857)

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

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

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

Need help!

Thanks & Regards

Abhimanyu L

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhimanyu,

Check this post

Regards,ANilkumar

Former Member
0 Kudos

Hi,

Thanks for the Response,

It is configured, but i don't know the ADSUser password, to test the service.

and i cannot change the ADSUser password.

This Service configured even for AS-ABAP which is running remotely.

I am able to execute standard Webdynpro ABAP applications which use Interactive Forms and i am getting the PDF View in the Browser.

so i think this is sufficient to know whether configuration is correct or not..

correct me if i am wrong.

Thanks & Regards,

Abhimanyu L

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check in ur Weserviceperspective of NWDS

And find the ADSSec and click on that and display one view click on test and verify over there?

This error seems to be ADS Error only.

Thanks,

Lohi.

Former Member
0 Kudos

Hi Lohitha,

while i am trying to execute from the NWDS, it is asking me the user id and password,

my ADS is configured using Basic Authentication for user ADSUser.

can't i log-in wid my userid and password, it is showing that

"User abhi does not have access to method rpData"

Regards

Abhimanyu L

Former Member
0 Kudos

Hi,

It seems to be ADS error.

Please check the installation of ADS.

1. Enter the following URL in your web browser:

http://<server>:<port>/AdobeDocumentServices/Config

where <server> is the name of the J2EE engine where the Adobe document services are installed and <port> is the port of the J2EE engine.

Note that the entries in the URL are case-sensitive.

2. The web page of the web service AdobeDocumentServices is displayed. Choose Test.

3. Choose rpdata(test.…) .

4. Choose the Send button without entering any parameters.

5. Enter the user name and password as given in the configuration steps(as in configuration guide- User:ADSUser) .

6. Choose Submit.

If the configuration is correct, you get the information about the Version number in the response area.

Please confirm the ADS version and WAS information

Thanks,

Lohi.