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-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-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

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