Balint Maschio

Results 34 comments of Balint Maschio

@jolie/developers Maybe the issue a bit more simple then expected the original code was ``` xml case Node.TEXT_NODE: if (!(isRecRoot)) { value.setValue(currNode.getNodeValue()); } break; ``` the new code ``` xml...

@fmontesi @mwallnoefer @klag Ok i pick up and make the required modification

@fmontesi @mwallnoefer @klag shell we introduce something like ``` xml .protocol: soap{ .validationMode: bool{ .ignoringElementContentWhitespace:bool } } ``` this should give us flexibility if we want to add other validation...

@klag @fmontesi Maybe I have been not very clear on my approach. Yesterday @klag has correctly suggested to implement a standard 2.11. My first idea was to act on _xmlNodeToValue_...

@fmontesi @fmontesi @fmontesi If all of you agree i will implement the @fmontesi 's suggested implementation

@mwallnoefer @fmontesi @klag the ignoringElementContentWhitespace has not solved the problem of this issue i suppose the problem carriege return is not a whitespace therefore when passed to jolie operation it...

@fmontesi yes ``` xml inputPort TestInterfaceSoapInputPort { Location: SOAP_TEST_LOCATION Protocol: soap{ .wsdl = "./TestWsdl.wsdl"; .ignoringElementContentWhitespace = true; .validate = 1; .debug = true; .charset = "UTF-8"; .compression = false }...

@mwallnoefer Thanks @fmontesi Ok I found out the issue the .validate parameter must be a child of schema node but it does not change the validation of the DocumentBuilder I...

@fmontesi The internal method getRecvMessageValidationSchema is also missing. I will pick it up next few day been very busy with the new job.

@klag No I have not solved it it is still present