cancel
Showing results for 
Search instead for 
Did you mean: 

Sending an error/ok to sender web service

Former Member
0 Kudos

Hi

I'm using a SOAP(async) adapter to receive and send messages from and to a web service. The sender party would like to receive a error/ok status from XI if the SOAP message was delivered successfully. Can someone please advise here.

Thanks in advance

Clinton

Accepted Solutions (0)

Answers (1)

Answers (1)

dirk_roeckmann
Participant
0 Kudos

Hi Clinton,

because your using async communication you need to configure

one more async message to realize status reporting from XI.

Should the status report come also via SOAP?

If yes, switching to sync would have the possibibility to use the SOAP response for status reporting.

regards

Dirk

Former Member
0 Kudos

Hi Dirk

Thanks for your reply

I have changed my scenario to Sync using my Data Type that is currently going into the Receiver Web Service, and obviously getting an mapping error as the soap:exception is coming back from the Web Service in a format unknown to the Data Type I am currently defining. Is the soap:exception message that comes back always int eh same format?

Thanks

Clinton

dirk_roeckmann
Participant
0 Kudos

Hi Clinton,

I am pretty sure that the adapter gives back standardized

exceptions.

You could also use the faultmessage functionalities

in the message interface.

Maybe this helps:

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Browse SDN, there is a lot of stuff about this

regards

Dirk