Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
112 views

What is the use of QName and Operator class?

Can anyone explain what is the use of QName, Operation and Stub class in J2ME by giving simple and understandable examples?
1
vote
1answer
67 views

Accessing identical web services using the same client

I have some web services and I am creating a web client using ws-import. When creating the client I have this line: MyServiceService service = new MyServiceService(); It works fine as it is. I ...
0
votes
1answer
36 views

importing QName in Android

I have used wsdl2java in order to convert a wsdl file into java files. The java files that are created are using class javax.xml.namespace.QName However, Android is not recognizing this class. ...
0
votes
2answers
125 views

XML: Using wildcard with required attribute of type xs:QName

My XML schema has the rule: <xs:attribute name="A" type="xs:QName" use="required"/> I want to be able to provide a wildcard to my XML rule file for this tag e.g. <Element ...
0
votes
1answer
175 views

XmlDocument.Save doesn't output full QNames for Elements

I've encountered an issue whereby when I create an XML Document programmatically using the System.Xml classes and then use the Save method the output XML doesn't use QNames for the Nodes and just uses ...