Axis web service send and receiving DIME attachments

2005-01-28 Thread Brammer, Steve
Hi, I am working on a project that requires interop between Java (web services/axis/tomcat) and .Net (C#/ASP.Net etc). I have some web services I am developing using Axis and I want them to be consumed by a .Net application. I have currently got a simple example working where I am able to sen

RE: DIME attachments ( 120 meg ) using sample

2004-12-24 Thread robert rowntree
Regarding files sizes ( very Large binaries ) and capabilities of the Axis framework and existing examples, i ran a test using the RC2 version of "samples.attachments.EchoAttachmentService" with an "+FDR" arg directing the sample app. to use DIME Encapsulation. Results of DIME example and sending

Re: DIME attachments

2004-12-01 Thread Vy Ho
Why don't you get an example (like the attachment example, or numerous examples in this forum) and get it to work with DIME. Next, modify the client to work with your service. Another suggestion is to build an Axis server for your existing client. Then run, and use TCPMonitor to see what is

RE: DIME attachments

2004-11-30 Thread Waqar Sadiq
, TX 75093   Phone: (469) 556-1354 Email: [EMAIL PROTECTED] ___   From: Simon Fell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 2:59 PM To: [EMAIL PROTECTED] Subject: RE: DIME attachments   ASP.NET has a default max POST

RE: DIME attachments

2004-11-30 Thread Simon Fell
12:48 PMTo: [EMAIL PROTECTED]Subject: DIME attachments Hi All,   I have a .NET web service that receives large audio files and transcribes them.  This web service is written in C# and is of-course deployed in IIS.  The client is written in Axis and is sending the large audi

DIME attachments

2004-11-30 Thread Waqar Sadiq
Hi All,   I have a .NET web service that receives large audio files and transcribes them.  This web service is written in C# and is of-course deployed in IIS.  The client is written in Axis and is sending the large audio file (My sample is about 5M but they could be much bigger).  However

Can´t set options in DIME-Attachments

2004-08-16 Thread Dorner Thomas
Hello all, I have send this email to axis-developerlist last week, but get no answer. I hope someone can give me a tip to solve this poroblem wiht setOptions in DIME-Attachments!? I have a problem when sending an attachment from AXIS 1.2 Beta 2 to gsoap 2.6.2. The DIME Message is specified

2nd Try:: I am using DIME attachments in my axis server to transfer files. Is it expected to work with C# or Axis C++ clients??

2004-06-03 Thread Jayaraman, Venkatesh
Title: Message I am doing DIME attachments using Axis 1.1 Java  framework and doing internal test.   Is this DIME based  java servlets expected to work with C# soap clients ? Is this DIME based java servlets expected to work with Axis C++ clients?   (It does work for Axis 1.1  Java

I am using DIME attachments in my axis server to transfer files

2004-06-03 Thread Jayaraman, Venkatesh
Title: Message It works fine between Axis JAVA service and Axis JAVA client on a server-config.wsdd                                          

DIME Attachments from generated code (WSDL2Java)

2004-03-10 Thread J . Sugrue
Hi. I'm interacting with a server written using GSOAP, to get DIME attachments from it. I have generated client code using WSDL2Java, but when I use the get method in order to get the attachements (images) I get the following error : org.xml.sax.SAXParseException: An invalid XML char

exchange DIME attachments between Axis service and gsoap client

2003-09-12 Thread Dong Yuan
my service side is using Java, I cannot pass DIME attachment as a parameter (just like gsoap doesn't understand Java DataHandler). 2. How can I read multiple DIME attachments on gsoap client side. dime_count doesn't work. 3. My gsoap client can receive the DIME attachment from Axis s

Re: help !!! DIME attachments problems

2003-07-09 Thread BLIS Webmaster (Patrick Houbaux)
Try changing the signature of the method: public String test(String xmlRequest){ ... } You are using a RPC service style and I guess the method you defined only work for "message" service style. Patrick. Philippe GENESTE wrote: Hello, Sorry i'm new on SOAP with attachments !!! I try to do

help !!! DIME attachments problems

2003-07-08 Thread Philippe GENESTE
Hello, Sorry i'm new on SOAP with attachments !!! I try to download file from Server (AXIS) on client (Gsoap) via a web service. I have a problem to retrieve files on client side (problem in GSOAP soap_lookup_type function) Perhaps someone can tell me what is wrong in my implementation. Here m