This message can be delivered in a plain SOAP envelope without any trouble.
On 9/21/05, Thilina Gunarathne <[EMAIL PROTECTED]
> wrote:
Hi,
I cannot understand whether this message is a SOAP with Attachements message or a MTOM message.. Anyway MTOM *spec* does not support the Content Location based referencing of MIME messages. So that I assume this is a SwA message.. (Even for SwA *Axis2* does not support the Content-Location based referencing.)
In any case this the Response Message you have provided as the message trace does not seems to be a valid SwA (or MTOM) message. It does not contain the type parameter in content-type header. Follwoing is the example header in SwA w3c note. Look at the type=text/xml;
eg :
Content-Type: Multipart/Related; boundary=MIME_boundary; type=text/xml;
start="< [EMAIL PROTECTED]>"
What is the .net version you are using. FYI WSE 3.0 MTOM succesfull interops with Axis2.
We also seems to be having a bug, cause we return a null pointer exception, without mentioning the exact cause. I'll fix it.
Thanks,
~Thilina--
On 9/21/05, Filipp Akinfiev <[EMAIL PROTECTED] > wrote:@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()
=================================
"May the SourcE be with u"
http://www.bloglines.com/blog/thilina http://webservices.apache.org/~thilina/
--
"May the SourcE be with u"
http://www.bloglines.com/blog/thilina http://webservices.apache.org/~thilina/
