cancel
Showing results for 
Search instead for 
Did you mean: 

Application error occurred during request processing TRIAL EmployeeAddressD

Former Member
0 Kudos

I ve the NW Java Trial which is chipped with a demo scenario.

When I try to test this service:

Service: EmployeeAddressData

Test: getAddressByPersonalID_R (String personalid)

I'm runing into:

Result:

Application error occurred during request processing.

Details: com.sap.engine.services.webservices.wsnavigator.WSNavigatorException: null

Exception id: [000C2980205100660000001900000F1D00044B2662750D88]

In the netweaver portal itself the user gets the following information when trying to access its data:

com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service with WSDL URL 'http://ivml2005:50000/EmployeeAddressData/Config1?wsdl' with operation 'getAddressByPersonalID_R' in interface 'EmployeeAddressDataVi_Document' User not found in HR: Exception on execution of web service with WSDL URL 'http://ivml2005:50000/EmployeeAddressData/Config1?wsdl' with operation 'getAddressByPersonalID_R' in interface 'EmployeeAddressDataVi_Document'

Any ideas on how to solve this or how to get an error msg, which has more information?

Edited by: Deniz Kesmen on Apr 18, 2008 5:52 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

sajith_p
Participant
0 Kudos

Hi Deniz Kesmen

Did you got the solution of the above problem?

I am also getting the same type of issue while executing the webservice for a BRM rule from a webdynpro java application.

I am using adaptive web service model for executing the webservice. Error is given below:

com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException: Exception on execution of web service with WSDL URL 'http://LT-ENTITPCONSAJ.s1.ms.unilever.com:50000/testrule/testrulePort?wsdl&mode=ws_policy' with operation 'invokeRules' in interface 'testrulePortType'

I am using CE 7.2 system.

If I execute the web service from wsnavigator it works fine.

Appreciate for you help.

Regards

Sajith

sajith_p
Participant
0 Kudos

Hi

The issue has been resolved.

I was getting the the log in the default trace as below:

com.sap.engine.services.webservices.jaxrpc.exceptions.XmlMarshalException: XML Serialization Error. GenericObject

It was due to the missing input parameter in webservice while executing the web service model through webdynpro application.

Regards

Sajith

Edited by: Sajith P on Oct 14, 2010 6:29 PM