Client used is SOAPUI

With this enveloppe

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:tra="http://training.fusesource.com/";>
<soapenv:Body>
<tra:getCustomerByName>
<tra:name>Fuse</tra:name>
</tra:getCustomerByName>
</soapenv:Body>
</soapenv:Envelope>

I get this error now

Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:"
http://training.fusesource.com/";, local:"name"). Expected elements are
(none)

On Fri, Jan 11, 2013 at 3:30 PM, Willem jiang <willem.ji...@gmail.com>wrote:

> <soapenv:Body>
>
> <tra:getCustomerByName>
>
> <!--Optional:-->
>
> <tra:name>Fuse</tra:name>
>
> </tra:getCustomerByName>
>
> </soapenv:Body>
>




-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Reply via email to