Hi everybody, I'm trying to call a web service using SOAPUI, and I've a problem with one of the two complex elements I'm sending to the server. The server catch the request, and create the type of the first element in java, and set it with the good values, but it does not do it for the second element. No problem seems to occurs, and I've do the same operations to create this new web service as I've do with others.
Did anyone had met this problem, like the conversion xml >> java looks like not working ? What can I do to find a way to fix that ? thx Pierre
