Hi, CXF generate the soap payload based on interface definition(WSDL or SEI), so if you have the service URL, then generally you can get the WSDL from service URL?wsdl. For example, the service url is http://somehost/service the wsdl is http://somehost/service?wsdl ------------- Freeman(Yue) Fang
Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 On 2013-3-18, at 上午9:48, raymond wrote: > Hi FreeMan, > > Thank you for your reply. > > 1.Actually, I don't have WSDL or java code.I only get the URL. > It seems the server implements httpservlet and it is the soap protocol. > > I don't want to use String to build the soap xml.So I want to know how cxf > generate the soap xml. > > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/How-to-create-SOAP-message-via-using-cxf-tp5724600p5724678.html > Sent from the cxf-user mailing list archive at Nabble.com.
