cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Test Problem

Former Member
0 Kudos

Hi friends,

i created the webservice using BAPI (acctglposting).

when i tried to test this service i got the error

Object content does not correspond to Schema restrictions of type [urn:sap-com:document:sap:rfc:functions][char10].

thanks&regards

srinivas.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Object content does not correspond to Schema restrictions of type urn:sap-com:document:sap:rfc:functionschar10.

Looks like there is a type mismatch on the data element you are passing. Please check if the data type for the passing parameter is CHAR10.

Pls reward points if helpful.

Former Member
0 Kudos

Try not passing the value that is causing that problem even though it might be a mandatory value. Sometimes due to poor documentation some values are shown as mandatory even though they are not.

regards

Sameer