Page 1 of 1

About Question enthuware.ocejws.v6.2.61 :

Posted: Fri Sep 18, 2015 5:04 pm
by ewebxml
In the explanation section of client it currently says:

It is generally an indication that the message should not be resent without change.

I believe it should say

It is generally an indication that the message should not be present without change.

Re: About Question enthuware.ocejws.v6.2.61 :

Posted: Sat Sep 19, 2015 1:08 am
by fjwalraven
Hi,

This phrase comes directly from the SOAP specifications. If you send a request (SOAP) and you receive this response in return than that means that you will have to change your request as there is something wrong with the request (soap:Client).

Regards,
Frits

Re: About Question enthuware.ocejws.v6.2.61 :

Posted: Sat Sep 19, 2015 1:51 am
by ewebxml
Now I understand why I misunderstood the sentence.

"It is generally an indication that the message should not be re-sent without change."

Re: About Question enthuware.ocejws.v6.2.61 :

Posted: Tue Nov 10, 2015 9:27 am
by ramy6_1
Hello ,

To summarize the difference here.

1- soap:client : when the SOAP request message is missing a mandatory SOAP header.
2- soap:MustUnderstand : when the required information in the header is invalid.

Kindly clarify.

Re: About Question enthuware.ocejws.v6.2.61 :

Posted: Wed Nov 11, 2015 8:38 am
by fjwalraven
soap:client : when the SOAP request message is missing a mandatory SOAP header.
That is one of the options. soap:client is returned whenever a mistake is made by the client (the request is invalid).
2- soap:MustUnderstand : when the required information in the header is invalid.
To be more specific: when the processing node doesn't have a Handler to implement the feature that is required (it doesn't know how to handle the mandatory header). Check: https://docs.oracle.com/cd/E19575-01/81 ... index.html

Regards,
Frits