when the trace come on the soapRPC flow, the system answer:
com.wm.app.b2b.server.ServiceException: com.wm.soap.coder.SoapCoderRuntimeException: [B2BCORE.0076.9201] SOAP Message Coder cannot decode message; no encoding style is specified
I found no encoding input anywhere in the webservice connector implementation…
I found where the problem was, but I don’t know how to fix it…
the item <part name=“profondeur” type=“xsd:int” /> is generated by Soap encoder like this: <profondeur xsi:type=“xsd:string”>0</profondeur>
if I change manually the xsd:string in xsd:int, it works perfectly…
I changed the constraint on the field profondeur with an int content type… but the soap transcoder still generate xsd:string…