cancel
Showing results for 
Search instead for 
Did you mean: 

MDM WebService Exception for MDMSearchRecords

Former Member
0 Kudos

When I'm trying to inoke MDMSearchRecords web service from an EJB, I'm shown with the following error.

-


MDMWebServiceException#

com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.processDocumentFault(MimeHttpBinding.java:921)#

com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1439)#

Config1BindingStub.searchRecords(Config1BindingStub.java:81)#

Config1BindingStub.searchRecords(Config1BindingStub.java:104)#

mdm.ejb.ProductResultSetBean.getProductResultSet(ProductResultSetBean.java:75)#

mdm.ejb.ProductResultSetObjectImpl0_0.getProductResultSet(ProductResultSetObjectImpl0_0.java:119)#

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)#

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)#

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)#

java.lang.reflect.Method.invoke(Method.java:324)#

com.sap.engine.services.rmi_p4.StubImpl.p4_invokeReflect(StubImpl.java:373)#

mdm.ejb.ProductResultSet_Stub.getProductResultSet(ProductResultSet_Stub.java:61)#

sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)#

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)#

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)#

java.lang.reflect.Method.invoke(Method.java:324)#

com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)#

-


I was able to test this webservice using webservice navigator in the portal.

Can anyone help me in finding the cause for this exception?

Thanks,

Rajesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajesh,

I assume that you have developed the said MDM Web Service.

If so, then from the stack trace it is clear that the error is in the EJB exposed as Web Service.

>

> mdm.ejb.ProductResultSetBean.getProductResultSet(ProductResultSetBean.java:75)#

> quote}

From the above check the code at line number 75 in the ProductResultSetBean.java file.

Also, check if the input parameters are being passed correctly.

Regards,

Alka.

Former Member
0 Kudos

Alka,

Thanks for replying. I am invoking standard SAP MDM Webservice from an EJB. When I test this web service through Webservice navigator, I'm not getting this error.

Any other thoughts?

Thanks,

Rajesh

Former Member
0 Kudos

Hi Rajesh,

>

> Also, check if the input parameters are being passed correctly

>

Check if all the required input paramaters for the Web Service are being passed from your EJB.

Regards,

Alka.