cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error response SOAP

0 Likes
2,269

Dear,

I've a XI to SOAP sync scenario. My problem ocurred when i send xml to web service.

In SXI_MONITOR I can see that message arrives to the web service but in the response returns a error (without payload).

The mapping logic is very simple. In outbound process only assign a constant to consume the web service and in the response I using XSL mapping:

This is de web service request:

And this the response:

And ack:

I have checked the web service with SOAPUI and it returns response correctly.

I have seen similar discussions but i don't see nothing clear:

Any idea?

Many thanks,

Regards.

View Entire Topic
0 Likes

Yes the info has edited by me but with similar character.

SOAPUI screenshot:



Thanks again.


Regards.

Former Member
0 Likes

more interesting would be the response and there the tab "raw"

Former Member
0 Likes

Hi Alvaro,

In the Procesador tag i've noticed a weird blank spaces. Could you tried with the Do Not Use SOAP envelope and to wrap the call?.

XSL Example to wrap the request:

Regards.

engswee
Active Contributor
0 Likes

Hi Alvaro

There are few differences in the payload for the request message between the SOAPUI call and the call from PI.

PI request

SOAPUI request

i) InformeVUGlobal - PI request has a value "Constant" while the SOAPUI request is blank. Please change the mapping in PI to a blank constant

ii) Namespace - I cannot see your full request screenshot, so can't verify if the namespace for prefix "com" is the same as "http://com.endesa.Micro/"

Please update your development to remove these differences and test again. Your PI request message should match the SOAPUI request (without the SOAP part) for you to have an "apple-to-apple" comparison.

Rgds

Eng Swee