On Tue January 26 2010 5:49:56 am [email protected] wrote: > Hi again, > > the problem was that the object not mapped started with a uppercase when > request generated by SOAPUI (not working) > and a lower case when I use java to call the service. > > Yet the name of the element starts by an uppercase in the wsdl, so I don't > know why it's matching with a lowercase, and not with a uppercase. > > Did someone had this kind of problem?
I've definitely never seen this before. Not good. Is this with JAXB? What do the annotations look like in the JAXB bean and on the method? Very strange. Dan > > 2010/1/26 <[email protected]> > > > I just tried to call the service via java, and it's working. > > > > Some ideas why it's not working using a soap client ? > > > > 2010/1/26 <[email protected]> > > > > 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 > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
