cancel
Showing results for 
Search instead for 
Did you mean: 

Empty response from SOAP

Former Member
0 Kudos

Hi,

We have a synchronous scenario from proxy to SOAP. We are always getting an empty response from SOAP adaptor.

Its working fine, when tested with SOAP UI tool.

Thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member182412
Active Contributor
0 Kudos

Hi Prem,

Set TraceHTTP in receiver soap adapter and check the request and response in the file, compare the request with soap ui request. check below blog for setting the parameter.

Regards,

Praveen.

justin_santhanam
Active Contributor
0 Kudos

Check whether you have the proper mapping done based on the actual response from service.

Thanks!

Former Member
0 Kudos

Hello Prem,

For this specific case, I wonder how you are using QoS as BE even when  your sender is proxy.

For any sender being proxy, if you would like to set the channel QoS as BE, then your must use SOAP AXIS (Servlet) in the sender side. This will then allow response messages as well.

Regards,

Souvik

dipen_pandya
Contributor
0 Kudos

Hi,

Are you getting the payload of response in message monitoring?

Former Member
0 Kudos

Hi Dipen,

Yes, I am getting response payload in moni. But it only contains XML header data but no other details

former_member186851
Active Contributor
0 Kudos

Hello Prem,

check whether XML header or authentication need to be done.