cancel
Showing results for 
Search instead for 
Did you mean: 

SOAPUI Calling Web service's in Sequence like Test Sequence in SE37

Former Member
0 Kudos

Hi,

My requirement is to call multiple web services in sequence.There are totatlly 3 web services which i have created for below RFC's .

I have created these multiple web services for updating address information in ESS. Tested FM's via Se37 /Test Sequence and it works as expected..

Now I am trying to use SOAPUI for testing and it works fine till second  but 3rd one fails..

Error:

CX_SY_REF_IS_INITIAL:An exception has occurred..An exception with the type CX_SY_REF_IS_INITIAL occurred, but was neither handled locally, nor declared in a RAISING clause.Dereferencing the NULL reference

1) RHXSS_SER_GET_EMPLOYEE_DATA

http://XXXXXX/sap/bc/srt/wsdl/srvc_00188B4DCDB51ED290922DFBBA44422F/wsdl11/allinone/ws_policy/docume...

2) HRXSS_PER_INIT_PERNR

http://XXXXX/sap/bc/srt/wsdl/srvc_00188B4DCDB51ED2909236E9BDFE822F/wsdl11/allinone/ws_policy/documen...

3) HRXSS_PER_READ_OVERVIEW_DATA

http://XXXXXX/sap/bc/srt/wsdl/srvc_00188B4DCDB51ED290923BA35350622F/wsdl11/allinone/ws_policy/docume...

Difference in 3rd is import is null and i beleive in backend it reads from buffer but this is not happening when i test from SOAP UI.

What could be a possible solution?

Rgds

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

jitendra_it
Active Contributor
0 Kudos

Difference in 3rd is import is null and i beleive in backend it reads from buffer but this is not happening when i test from SOAP UI.

I think, in case of SE37 it works since parameter id will be set by previous FM posting.

Is that stateful webservice ? If it is then it will also work from SOAPUI.