upload file

2003-06-12 Thread Tim Lee
Hello, I modified the file attachment program to upload a file to my server and I get the following error. Any idea what would cause this? javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text plain Tim **

Weblogic 5.1

2003-05-30 Thread Tim Lee
Hello, I'm running Axis with weblogic 5.1 In order to do that I had to add axis as a webapp in my weblogic.properties file. I also had to register the axis servlet and add the class files of the service to my weblogic classpath. I have a couple questions for those who are running under weblogic

File transfer

2003-05-29 Thread Tim Lee
I need my web service to receive a file that is passed from a client. I was wondering if Axis has a mechanism to transfer files in a web service? *** The information contained in this message is intended only for the confide

problem

2002-12-17 Thread Tim Lee
Hello, I'm connection to a webservice using Axis. My current build works but when I move it to another machine I get the following error. Any ideas on what would cause this? AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException

targetNamesapce

2002-12-06 Thread Tim Lee
Hello, I'm very new to webservices. I have some code connecting to a webservice and I'm finding it is very slow. Looking in the WSDL I see the targetNamespace is a url that is different from the server I have installed on my system. I was wondering if the server actually goes out and hits the lo

RE: running with axis

2002-11-19 Thread Tim Lee
3:14 PMTo: [EMAIL PROTECTED]Subject: RE: running with axisIs your code swallowing an exception somewhere, so you can't see it? Tim Lee <[EMAIL PROTECTED]> 11/19/2002 10:47 AM Please respond to axis-user  

RE: running with axis

2002-11-19 Thread Tim Lee
your code swallowing an exception somewhere, so you can't see it? Tim Lee <[EMAIL PROTECTED]> 11/19/2002 10:47 AM Please respond to axis-user                 To:        "'[EMAIL PROTECTED]'"

RE: running with axis

2002-11-19 Thread Tim Lee
ee it? Tim Lee <[EMAIL PROTECTED]> 11/19/2002 10:47 AM Please respond to axis-user                 To:        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>         cc:              

RE: running with axis

2002-11-19 Thread Tim Lee
- Original Message ----- From: "Tim Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 1:40 PM Subject: running with axis > I'm using visual cafe to run a program that connects to a webservice using > stubs generated by WSDL2Java.

running with axis

2002-11-19 Thread Tim Lee
I'm using visual cafe to run a program that connects to a webservice using stubs generated by WSDL2Java. I'm trying to figure out some problems I'm having running with axis. If I take a test program that runs perfectly fine in cafe and run it from the command line, the response from the call.invo

NoClassDefFoundError

2002-11-19 Thread Tim Lee
Hello all, I used WSDL2Java to build stubs for connecting to a webservice. It works fine on a test program but when I put the stubs into our software and try to invoke the Locator class I get the following exception: java.lang.NoClassDefFoundError: java/lang/reflect/InvocationHandler Any idea w

Header Question

2002-10-25 Thread Tim Lee
I used WSDL2Java to generate stubs for my client. However, the service I'm working with requires a header. I've attempted to set the header in the stub class but I keep getting an API Exception. Any ideas on what I"m doing wrong: My code: String checksum = .

addition to question

2002-10-24 Thread Tim Lee
One addition to my header example question. I used Java2WSDL to create my client stubs. I assumed it would set something up to handle the headers but it did not. *** The information contained in this message is intended onl

Header Examples

2002-10-24 Thread Tim Lee
The service I'm trying to make contact with requires a security header. I'm unable to find any examples as to how to build the header to add the call request. Could anyone point me to some examples? Here is the header from the wsdl: - -

Axis Examples

2002-10-22 Thread Tim Lee
Hello All, I'm new to Axis and I need to write a client that connects to a web service that handles messaging using the document/literal mechanism. I found a lot of examples using rpc. I was wondering if anyone could point me to some examples using the document/literal mechanism? Thanks, Tim **