cancel
Showing results for 
Search instead for 
Did you mean: 

Webserver response error

former_member6134
Participant
0 Kudos

Hello Gurus,

The scenario is ECC 6.0 (RFC) -


> PI7.1----


> WebServer (SOAP Adapter). The request is send from ECC 6.0 server to the web server. The request is going properly, but while sending the response from the Webserver to the ECC 6.0 server through SOAP Adapter which is configured as a receiver we are getting an error as follows:

response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Not enough message parts were received for the operation.

The WSDL is checked is fine and giving proper response through SOAP UI software.

No other credible information is found in the other thread. Can somebody help?

Regards

Srinivas Gotapalli

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Couple of suggestions. This could be message mapping exception.

Example: if the target system sends happy flow good response, you have to map the response message of WSDL to your source message for mapping. Please check any problem with it. Similarly if the target system sends the fault message (application error) message you need to map that with the source side fault message to capture the response. Check that part too.

SOAPUI does not map your response message with WSDL, so you dont get that error.