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
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
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
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/"
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
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
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
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
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
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()"
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.
11 matches
Mail list logo