Re: Interop WCF Service/Axis2 Client and Stream

2008-03-31 Thread Andreas Necker
Hi, 2008/3/30, Thilina Gunarathne [EMAIL PROTECTED]: Hi, It looks like a bug in Axis2 Data binding, in the simple type restriction... Please log a JIRA[1] with your wsdl's and the message traces.. = AXIS2-3684 Thanks Andreas

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-30 Thread Thilina Gunarathne
Hi, It looks like a bug in Axis2 Data binding, in the simple type restriction... Please log a JIRA[1] with your wsdl's and the message traces.. thanks, Thilina [1]https://issues.apache.org/jira/browse/AXIS2 On Fri, Mar 28, 2008 at 8:31 AM, Andreas Necker [EMAIL PROTECTED] wrote: Hi,

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-28 Thread Andreas Necker
Hi, 2008/3/19, Thilina Gunarathne [EMAIL PROTECTED]: Hi, Looks like a data binding issue.. If possible please post a message stack trace of the response. I've captured the messages with Microsofts netmon: Client Request: --- - HTTP: Request, POST /DmsBatch/FileTransfer/ -

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-18 Thread Thilina Gunarathne
Hi, Looks like a data binding issue.. If possible please post a message stack trace of the response. Also what's the Axis2 version you are using.. Axis2 1.3 has the following known bug, which is fixed in the head.. https://issues.apache.org/jira/browse/AXIS2-3196 Axis2 supports MTOM and it has

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-17 Thread Andreas Necker
Hi, 2008/3/14, Thilina Gunarathne [EMAIL PROTECTED]: Yes.. Please post the other WSDL and specially the schema part (may be it's a separate .xsd file).. here are the the WSDLs and XSDs. What exactly did you mean by streaming.. Is it MTOM??.. Are you trying to send back a binary file

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-14 Thread Thilina Gunarathne
PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, March 13, 2008 10:37:40 AM (GMT-0600) America/Chicago Subject: Interop WCF Service/Axis2 Client and Stream Hi, I'm trying to call an .Net WCF Service from an Axis2 java client on Windows. Simple calls to the service are working

Interop WCF Service/Axis2 Client and Stream

2008-03-13 Thread Andreas Necker
Hi, I'm trying to call an .Net WCF Service from an Axis2 java client on Windows. Simple calls to the service are working, but I have problems with a stream returned by one of the methods (see Exception below). The client stub was created with Axis' wsdl2java tool. Is it possible to handle a

Re: Interop WCF Service/Axis2 Client and Stream

2008-03-13 Thread Dan Christopherson
@ws.apache.org Sent: Thursday, March 13, 2008 10:37:40 AM (GMT-0600) America/Chicago Subject: Interop WCF Service/Axis2 Client and Stream Hi, I'm trying to call an .Net WCF Service from an Axis2 java client on Windows. Simple calls to the service are working, but I have problems with a stream returned