I was wondering what are the xml qnames are they pre-defined name, is there 开发者_C百科a list of them or can I make my own name?
The short answer is that you may make up your own name. A typical way to create a QName and instantiate a Service in Java would be:
QName serviceName = new QName("http://www.xmethods.net/sd/BNQuoteService.wsdl","BNQuoteService");
Service service = Service.create(url, serviceName);
The QName line came from this IBM site.
To make it simple, the qname is the global name in your tag, weither prefix:localname if a namespace is defined in your document, or just localname if not.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论