Header part generated also in body in sample request
Hello. I noticed the following behaviour. In my WSDL (v. 1.1), a have a message element with two parts, name them "headerPart" and "bodyPart": [code=php:1t0gx157] <message name="GetLastTradePr...
I've found the reason. Everything is Ok in the SoapUI code. It was my fault. In the operation binding input, I specified the attribute "part", whereas it should read as "parts" (plural).