REPOST: Character encoding problems sending UTF-8 back to client

2004-02-19 Thread Douglas Bitting
I apologize if this has come across already, but I still haven't seen it on the mailing list after 18 hours. All, I can't really figure out if I'm doing something wrong here or if there is a defect involved. Basically, I have a Japanese string that I'm attempting to send back to the client. H

Character encoding problems sending UTF-8 back to client

2004-02-18 Thread Douglas Bitting
All, I can't really figure out if I'm doing something wrong here or if there is a defect involved. Basically, I have a Japanese string that I'm attempting to send back to the client. However, when the client receives the string, it is mangled beyond repair. I've put together a small test case

RE: "read time out" problem

2003-07-28 Thread Douglas Bitting
Title: RE: "read time out" problem Increase your timeout, which defaults to 1 minute:   call.setTimeout(...); // specified in ms, -1 == no timeout   Cheers, --Doug -Original Message-From: Bobak, Greg P. [mailto:[EMAIL PROTECTED]Sent: Monday, July 28, 2003 6:08 AMTo: '[EMAIL PRO

RE: wsdlInputSchema generates 2 schema's in

2003-06-26 Thread Douglas Bitting
It's hard to know for sure without seeing your method signatures and WSDD, but I would guess that you have not specified the appropriate mapping between your method signature types and your schema types. For example, I include a schema into my WSDL something like the following: http://foo.com/"

RE: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Douglas Bitting
Try a nightly build... this defect was fixed a week or two ago. Cheers, --Doug -Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema' He

RE: Enabling HTTP Coookies (was J2EE Container Manages Security)

2002-06-26 Thread Douglas Bitting
thout a custom handler? Calling setMaintainSession(true) on the Call does not seem to be working. Wes -----Original Message- From: Douglas Bitting [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 11:55 AM To: '[EMAIL PROTECTED]'; 'Wes Hinkle' Subject: RE: J2EE Container Manages Se

RE: WSDL from .jws files?

2002-06-26 Thread Douglas Bitting
Just FYI... I figured out my problem... I should have been retrieving http://.../Hello.jws?wsdl. Cheers, --Doug -Original Message- From: Douglas Bitting [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 8:22 AM To: [EMAIL PROTECTED] Subject: WSDL from .jws files? Hi. Is it

RE: J2EE Container Manages Security

2002-06-25 Thread Douglas Bitting
Without getting into too much detail, this isn't difficult to do. +) Put a handler in the requestFlow of your service. For example, ... +) Your handler class should extend BasicHandler and implement invoke(MessageContext +msgContext). +) You can pick up the username/password f

WSDL from .jws files?

2002-06-25 Thread Douglas Bitting
Hi. Is it possible to retrieve the WSDL from .jws files? If I retrieve http://.../axis/Hello.jws?wsdl, I get the following: AXIS error Sorry, something seems to have gone wrong... here are the details: The AXIS engine could not find a target service to invoke! targetService is Hello.jws Che

Question about WSDL & MIME

2002-06-05 Thread Douglas Bitting
OK, so this doesn't directly relate to Axis, but indirectly it does... I'm trying to figure out what the WSDL should look like when dealing with MIME data (i.e., SOAP w/ Attachments). Let's say I have a method that I expose as a service. The method signature is "public DataHandler getData()"

Attachment confusion...

2002-05-22 Thread Douglas Bitting
Hi. Forgive me if this has already been asked and answered. I looked through the archives, but could not find what I was looking for. I'm kinda new to all this, so forgive me if this is a silly question. I'm looking at the attachments example, and I'm wondering about the generated WSDL (i.e.