@Saminda
private static EndpointReference targetEPR = new
EndpointReference("http://ccs.fax.de/xmlws.exe/soap/IXMLWS";);

@Saminda & @Dims
i cannot compile the last Sourcesnapshot.... I have installed Java 1.5
and I got known error in saaj package, see Thread "[Axis2] Build problems
during compiling" ->
http://marc.theaimsgroup.com/?l=axis-user&m=112565105102599&w=2
I have a look in sourcecode in package org.apache.axis2.saaj in eclipse, and
I get following errors:
=================================
AttrImpl:
The type AttrImpl must implement the inherited abstract method Attr.isId()
The type AttrImpl must implement the inherited abstract method
Attr.getSchemaTypeInfo()
=================================
NodeImpl:
The type NodeImpl must implement the inherited abstract method
Node.setUserData(String, Object, UserDataHandler)

The type NodeImpl must implement the inherited abstract method
Node.setTextContent(String)

The type NodeImpl must implement the inherited abstract method
Node.lookupPrefix(String)

The type NodeImpl must implement the inherited abstract method
Node.lookupNamespaceURI(String)

The type NodeImpl must implement the inherited abstract method
Node.isSameNode(Node)

The type NodeImpl must implement the inherited abstract method
Node.isEqualNode(Node)

The type NodeImpl must implement the inherited abstract method
Node.isDefaultNamespace(String)

The type NodeImpl must implement the inherited abstract method
Node.getUserData(String)

The type NodeImpl must implement the inherited abstract method
Node.getTextContent()

The type NodeImpl must implement the inherited abstract method
Node.getFeature(String, String)

The type NodeImpl must implement the inherited abstract method
Node.getBaseURI()

The type NodeImpl must implement the inherited abstract method
Node.compareDocumentPosition(Node)
==================================
SOAPConnectionImpl:
The method createAttachmentPart() in the type SOAPMessage is not applicable
for the arguments (DataHandler)
==================================
SOAPDocumentImpl:
The type SOAPDocumentImpl must implement the inherited abstract method
Node.setUserData(String, Object, UserDataHandler)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.setTextContent(String)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.lookupPrefix(String)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.lookupNamespaceURI(String)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.isSameNode(Node)   SOAPDocumentImpl.java

The type SOAPDocumentImpl must implement the inherited abstract method
Node.isEqualNode(Node)  SOAPDocumentImpl.java

The type SOAPDocumentImpl must implement the inherited abstract method
Node.isDefaultNamespace(String)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.getUserData(String)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.getTextContent()

The type SOAPDocumentImpl must implement the inherited abstract method
Node.getFeature(String, String)

The type SOAPDocumentImpl must implement the inherited abstract method
Node.getBaseURI()

The type SOAPDocumentImpl must implement the inherited abstract method
Node.compareDocumentPosition(Node)

The type SOAPDocumentImpl must implement the inherited abstract method
Document.setXmlVersion(String)

The type SOAPDocumentImpl must implement the inherited abstract method
Document.setXmlStandalone(boolean)

The type SOAPDocumentImpl must implement the inherited abstract method
Document.setStrictErrorChecking(boolean)

The type SOAPDocumentImpl must implement the inherited abstract method
Document.setDocumentURI(String) SOAPDocumentImpl.java

The type SOAPDocumentImpl must implement the inherited abstract method
Document.renameNode(Node, String, String)

The type SOAPDocumentImpl must implement the inherited abstract method
Document.normalizeDocument()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getXmlVersion()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getXmlStandalone()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getXmlEncoding()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getStrictErrorChecking()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getInputEncoding()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getDomConfig()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.getDocumentURI()

The type SOAPDocumentImpl must implement the inherited abstract method
Document.adoptNode(Node)

=================================
SOAPElementImpl:

The type SOAPElementImpl must implement the inherited abstract method
Element.setIdAttributeNS(String, String, boolean)

The type SOAPElementImpl must implement the inherited abstract method
Element.setIdAttributeNode(Attr, boolean)

The type SOAPElementImpl must implement the inherited abstract method
Element.setIdAttribute(String, boolean)

The type SOAPElementImpl must implement the inherited abstract method
Element.getSchemaTypeInfo()
=================================
SOAPPartImpl:

The type SOAPPartImpl must implement the inherited abstract method
Node.setUserData(String, Object, UserDataHandler)
 
The type SOAPPartImpl must implement the inherited abstract method
Node.setTextContent(String)

The type SOAPPartImpl must implement the inherited abstract method
Node.lookupPrefix(String)

The type SOAPPartImpl must implement the inherited abstract method
Node.lookupNamespaceURI(String)

The type SOAPPartImpl must implement the inherited abstract method
Node.isSameNode(Node)

The type SOAPPartImpl must implement the inherited abstract method
Node.isEqualNode(Node)

The type SOAPPartImpl must implement the inherited abstract method
Node.isDefaultNamespace(String)

The type SOAPPartImpl must implement the inherited abstract method
Node.getUserData(String)

The type SOAPPartImpl must implement the inherited abstract method
Node.getTextContent()

The type SOAPPartImpl must implement the inherited abstract method
Node.getFeature(String, String)

The type SOAPPartImpl must implement the inherited abstract method
Node.getBaseURI()

The type SOAPPartImpl must implement the inherited abstract method
Node.compareDocumentPosition(Node)

The type SOAPPartImpl must implement the inherited abstract method
Document.setXmlVersion(String)

The type SOAPPartImpl must implement the inherited abstract method
Document.setXmlStandalone(boolean)

The type SOAPPartImpl must implement the inherited abstract method
Document.setDocumentURI(String)

The type SOAPPartImpl must implement the inherited abstract method
Document.renameNode(Node, String, String)

The type SOAPPartImpl must implement the inherited abstract method
Document.normalizeDocument()

The type SOAPPartImpl must implement the inherited abstract method
Document.getXmlVersion()

The type SOAPPartImpl must implement the inherited abstract method
Document.getXmlStandalone()

The type SOAPPartImpl must implement the inherited abstract method
Document.getXmlEncoding()

The type SOAPPartImpl must implement the inherited abstract method
Document.getInputEncoding()

The type SOAPPartImpl must implement the inherited abstract method
Document.getDomConfig()

The type SOAPPartImpl must implement the inherited abstract method
Document.getDocumentURI()
=================================
TextImpl:
The type TextImpl must implement the inherited abstract method
Text.replaceWholeText(String)

The type TextImpl must implement the inherited abstract method
Text.isElementContentWhitespace()

The type TextImpl must implement the inherited abstract method
Text.getWholeText()
=================================



Reply via email to