[AXIS2] - SwA from within .NET

2008-10-28 Thread Jan Verstuyft
Hello, we've created a Java Webservice (within axis2 1.3) that can receive a attachment. we have a java client that works (created with axis1.3) But when I want to create a .NET client I receive the following error on the server: java.lang.NullPointerException at

Re: [AXIS2] - SwA from within .NET

2008-10-28 Thread Jan Verstuyft
I have some more information. it seems that the header from a .NET example is giving Content-Type: Multipart/Related; boundary=-Mime+-KbZUcDkM0rsh4LtnfuVelM7ltuQS; type=text/xml; start=[EMAIL PROTECTED] and the java header is giving: Content-Type: multipart/related;

Re: [AXIS2] - SwA from within .NET

2008-10-28 Thread Andreas Veithen
Looks like AXIS2-3373 which was fixed some time ago (probably for 1.4.1). Andreas On Tue, Oct 28, 2008 at 14:43, Jan Verstuyft [EMAIL PROTECTED] wrote: I have some more information. it seems that the header from a .NET example is giving Content-Type: Multipart/Related;

Re: [AXIS2] - SwA from within .NET

2008-10-28 Thread Jan Verstuyft
Thanks Adreas, I've read the JIRA and indeed, this is the case here. 2008/10/28 Andreas Veithen [EMAIL PROTECTED]: Looks like AXIS2-3373 which was fixed some time ago (probably for 1.4.1). Andreas On Tue, Oct 28, 2008 at 14:43, Jan Verstuyft [EMAIL PROTECTED] wrote: I have some more