cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP UI ERROR

sapjmm
Participant
0 Kudos

Hi Experts,


While testing whith soapui for the soap interface in sap 7.3 i am getting bellow error suggest me where i am doing mistake could not convert request from XML to RFC:com.sap.mw.jco.JCO$ConversionException: (122) JCO_ERROR_CONVERSION: Date '?' has a wrong format at field START_DATE: Unparseable date: "?"

Accepted Solutions (0)

Answers (5)

Answers (5)

sukhsimran_singh
Explorer
0 Kudos

Hi Murali,

Please test with appropriate test data in Soap UI.

As suggested by Yousi Cantinat , you are receiving error due to empty value in START_DATE field  and if you are doing some mapping for START_DATE with particular date format, please make sure that you should test with that particular date format in test data.


Hope it will help you to solve your error.

Regards,

Sukhsimran

sapjmm
Participant
0 Kudos

Hi expets,

Thanks for replys.It is due to format i rectified and solved.

Thanks

Murali

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Murali,

Can you please reward points to the helpful replies and close this thread...

Regards

Vishnu

Former Member
0 Kudos

Hi,

You must change the value of START_DATE in your SoapUI request (Xml).

<START_DATE>?</START_DATE>


? = Default value in SoapUI.


Usually Xml date format = YYYY-MM-DD

For example : <START_DATE>2002-09-24</START_DATE>

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Murali,

I think you have given a value ? in START_DATE field, and in XI you have kept some mapping which is trying to process this field accordingly. Since XI can not process this date value, it is throwing this error.

Correct this field and test again.

Please let us know the outcome after testing.

Regards

Vishnu

Former Member
0 Kudos

Hi,

The format of the date you are sending is incorrect. Have a look how the date should be received on your data type or xsd.

Regards,

Jannus Botha

0 Kudos

Hi Murali,

Please remove "?" form START_DATE field and try to execute the same.

Regards,

Aneesh S