diff --git a/build.xml b/build.xml index b7aa729..924056d 100644 --- a/build.xml +++ b/build.xml @@ -1,11 +1,14 @@ + + + - + @@ -14,14 +17,15 @@ - + + - + @@ -36,7 +40,7 @@ - + @@ -61,7 +65,7 @@ - + @@ -85,7 +89,7 @@ - + @@ -102,7 +106,7 @@ - + diff --git a/ivy.xml b/ivy.xml index ad65450..429892d 100644 --- a/ivy.xml +++ b/ivy.xml @@ -42,6 +42,8 @@ + + @@ -99,6 +101,7 @@ + @@ -114,6 +117,6 @@ - + diff --git a/src/java/net/brutex/xservices/types/FileInfoType.java b/src/java/net/brutex/xservices/types/FileInfoType.java index 8221cc7..77de99b 100644 --- a/src/java/net/brutex/xservices/types/FileInfoType.java +++ b/src/java/net/brutex/xservices/types/FileInfoType.java @@ -41,8 +41,6 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; - -import com.sun.xml.bind.XmlAccessorFactory; /** * @author Brian Rosenberger, bru(at)brutex.de * diff --git a/src/java/net/brutex/xservices/ws/impl/MailServiceImpl.java b/src/java/net/brutex/xservices/ws/impl/MailServiceImpl.java index a3a11a2..f374aa9 100644 --- a/src/java/net/brutex/xservices/ws/impl/MailServiceImpl.java +++ b/src/java/net/brutex/xservices/ws/impl/MailServiceImpl.java @@ -78,7 +78,7 @@ public class MailServiceImpl implements MailService { mail.setBccList(bcclist); mail.setSubject(subject); mail.setMessage(message); - mail.setMessageMimeType(messagemimetype); + //mail.setMessageMimeType(messagemimetype); if (attachments != null) { mail.addFileset(attachments.getAntResource(mail.getProject())); } diff --git a/test/MailService-soapui-project.xml b/test/MailService-soapui-project.xml index 1ba73e0..9e6a710 100644 --- a/test/MailService-soapui-project.xml +++ b/test/MailService-soapui-project.xml @@ -1,5 +1,5 @@ -http://localhost:8080/XServices/MailService?wsdl +http://localhost:8080/XServices/MailService?wsdl @@ -199,7 +199,7 @@ -]]>http://schemas.xmlsoap.org/wsdl/http://localhost:8080/XServices/MailServiceUTF-8http://localhost:8080/XServices/MailService +]]>http://schemas.xmlsoap.org/wsdl/http://localhost:8080/XServices/MailServiceUTF-8http://localhost:8080/XServices/MailService @@ -252,7 +252,7 @@ ? -]]>UTF-8http://localhost:8080/XServices/MailService +]]>UTF-8http://localhost:8080/XServices/MailService @@ -272,47 +272,36 @@ ? -]]>UTF-8http://localhost:8080/XServices/MailService - - - - - ? - ? - - ? - - ? - - ? - ? - - ? - - ? - - - FILES - ? - - - **/* - - ? - - - - - ? - true - false - - - - - - true - - - -]]> \ No newline at end of file +]]><xml-fragment/>UTF-8http://localhost:8080/XServices/MailService\r + \r + \r + \r + \r + mail.brutex.net\r + 25\r + \r + serena@brutex.de\r + \r + serexxxxx\r + \r + brosenberger@serena.com\r + bru@brutex.de\r + \r + Testmail mit Anhang\r + \r + Hier sind die Dateien\r + \r + \r + FILES\r + c://temp/\r + \r + \r + **/*.txt\r + \r + \r + \r + true\r + \r + \r + \r +]]>No Authorization \ No newline at end of file