cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP UI Tool error

0 Kudos

Dear experts,

I am testing a soap to idoc scenario in SOAP UI tool. we are getting an error in the DATE format .it showing date is not parcable . The date format id given as yyyy.mm..dd.

kindly assist me .

Thanks in Advance,

Renjith

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Run the payload in mapping and copy the same XML in soap ui and test..

this because of some mandatory value not generated.

Answers (12)

Answers (12)

0 Kudos

Hi all,

Issue got solved.

Thanks for the inputs and help .

Expecting yours help in future also

Thanks and Regards,

Renjith

0 Kudos

Hi,

The error is solved , problem was with response mapping .Very thanks all for your inputs

Best regards,

Renjith.

0 Kudos

Hi,

The date problem is solved and now it is showing the error which i have added the screen shot and i am not sure whether it is in problem in mapping or in any area .Is the field mapping case sensitive . I am testing in SOAP UI tool . Scenario is SOAP to RFC.

former_member207703
Active Participant
0 Kudos

Hi,

RFC always accept date as yyyyMMdd. So make sure that, you have to use a date transformation to change yyyy.MM.dd into yyyyMMdd.

And please not confuse with date require to put while testing RFC directly in ECC, because during that time it will accept dd.MM.yyyy, or format select by you to Own Data.

Regards,

Anoop Kumar Rai

former_member186851
Active Contributor
0 Kudos

Try re importing the RFC in ESR and check,After doing changes stop and start the RFC channel.

0 Kudos

Hi Raghuram,

I tried reimporting the RFC and stoped the RFC channnel. but still it is giving the same error.

I think the error is with response structure. please suggest me a way to sort it out.

Thanks in Advance.

Renjith

former_member186851
Active Contributor
0 Kudos

Can you check the RFC locally in ECC and see what the results,based on that you can map the data and send via PI.

0 Kudos

Hi Raghuram ,

In ECC , the RFC is having 3 fields in response structure ,but it is populating two fields as the output .but the fields are optional .Will it can be the reason.I have added the output from ECC. aswell as screenshot of my mapping.mappinh.png

cajjd.png

former_member186851
Active Contributor
0 Kudos

Hello Renjith,

Is the optional field mapped to mandatory field of Receiver structure and also check whether the response structure is formed as per the requirement.

0 Kudos

Hi,

The Scenario is SOAP to RFC synchronous scenario. and I am testing in the soap UI tool.and also in communication channel monitoring

Thanks ,

Renjith.

former_member186851
Active Contributor
0 Kudos

Ranjith what exactly is ur scenario and where your testing?

0 Kudos

Hi Experts ,

In the respnce message i have three fields , and i run it Seperatly by giving input in ECC system. then for the response message structure it is giving two output values out of the 3 fields. but in mapping level it is given as optional. i am adding the screen shot of mapping and ecc output here. please suggest me a solution to do this .

Thanks,

Renjith.mappingsow.jpgoutput.jpg

0 Kudos

Hi Experts,

I run the same payload in mapping as well as in SOAP UI tool. Still i am getting the same error.

In Mapping it is working fine .and soap UI tool it is not working.

Please suggest me a solution

Thanks in advance,

Renjith

Andrzej_Filusz
Contributor
0 Kudos

Hi Renjith,

The error message you provided suggests that there is a problem with a response message. At least one required field is missing. Could you check that all required fields are available in your response message? Could you check what is the real problem in your scenario:

1. you have a required field which should be optional,

2. your server side doesn't return a value/a required field,

3. incorrect value/values or missing value/values in your request message causes that your response message doesn't have all required values/fields.

Best regards,

Andrzej Filusz

0 Kudos

Hi experts ,

i removed the fullstops and now it is throwing another error i am adding the screen shot below for clear understanding.

Is it beacause of the error in message mapping or in respect to the test data issue .

plz guide me and help me to sort out it . Help will be rewarded.

2420error2.png

Thanks in Advance,

Renjith

Former Member
0 Kudos

Remove the full stops from the date (if they are included).

former_member186851
Active Contributor
0 Kudos

Hello Ranjith,

Ensure the date format in the mapping and Test XML in soap UI are matching.

The better way could get the XML from mapping and use the same in SOAP UI.