cancel
Showing results for 
Search instead for 
Did you mean: 

XI Response is not received

Former Member
0 Kudos

I am trying to retrieve information from an oracle database for updating an object on my portal application. But for some reason, I receive a null value instead of the information I am expecting.

I have verified that I am sending the proper XML document to XI. Also I have verified that XI is generating the desired response in a form of XML. However in my HTMLAdapter, my input stream receives null instead of the response generated by XI.

Any ideas of why this is happening.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alaa,

I think you are talking about HTTP Adapter and not HTML adapter right? I think your problem cud be in the configuration.. Kindly check the configuration of the communication channels..

Cheers,

Divya

Former Member
0 Kudos

Thanks Divya,

I know it is a bit late. I checked back the code and it was a problem of how the parsing of the content was done. In my loop I was parsing one line and jump over the other which made the different between the two cases.

Answers (0)