WSDD in axis

2006-02-25 Thread david duncan
does you guys usually hand code your WSDD files -OR- there are tools auto generate it -OR- you guys usually get deploy.WSDD from WSDL2Java when generating sbut / skeletons? Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

multiple class objects for single web service

2006-02-24 Thread david duncan
A Web service onlymaps to 1Java object / class?For example I have 2 Classes (each class has 1 java method)1) HelloWorld Object / class -- get a service request "name" and return "Hello" + name back to service caller2) EchoServer Object / class -- get a service request "Some string"

stub + skeleton

2006-02-23 Thread david duncan
code + all code generated automaticallyQUESTION 3 : is all other web service engine (.NET / PHP / Perl) has t his 2 ways of deloyment as in axis? -OR- all web service have to generate stub + skeletons?Thanks- David Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews

SOAP usage

2006-02-23 Thread david duncan
any other application of SOAP beside web services use SOAP?under what situation that i should use SOAP protocol to communicate between application but NOT using web services? (since web service choose SOAP as protocol)When do i need to use UDDI axis tutorial didn't show when and how to do

How to use generated skeleton to provide my own Impl?

2006-02-14 Thread David
(New to Axis). I've used wsdl2java to generate client and server-side code, and the generated code includes an xxBindingSkeleton with two constructors. The no-arg constructor and a constructor that takes an Impl of the correct type. I use this by calling AxisServer which eventually uses a

Controlling serialization

2006-02-13 Thread David L. Brown
Is there a way to control the XML serialization of a SOAPMessage? I'm using Axis for Java 1.2. If I input a SOAP message that is all on one line, parse it, add a header, then serialize it, the message has new whitespace in it (tabs and carriage returns). How can I stop it from generating

type mapping: soapenc and xsd

2006-01-28 Thread Mati David
Hi, Weve just upgraded the axis jar in our project to axis 1.3 from axis 1.1. After this upgrade the wsdl file (which is automatically generated) has different types mapping It now somehow uses soapenc namespace instead of xsd (so for example when ever I used to see xsd:string I now

RE: Re: How to set an SSL socket connect timeout value?

2005-12-28 Thread David Penaskovic
; } Have not yet looked at the underlying code to see how it works, but then never had the need as it has been working like a charm. The same works fine for non SSL socket too. Thanks and Regards, === Gary Grewal - David Penaskovic [EMAIL

RE: Re: How to set an SSL socket connect timeout value?

2005-12-27 Thread David Penaskovic
25, 2005 8:16 AM To: axis-user@ws.apache.org Subject: Re: How to set an SSL socket connect timeout value? David Penaskovic DPenaskovic at silver-peak.com writes: I can't figure out how to set the timeout value for an initial SSL socket connect. The default varies from platform to platform and I

RE: Re: How to set an SSL socket connect timeout value?

2005-12-27 Thread David Penaskovic
for HTTP) does create a socket with a connect timeout if I've set the AXIS property 'axis.client.connect.timeout' But the org.apache.axis.components.net.JSSESocketFactory (used for HTTPS) does not do this. I can't seem to figure this out for SSL. dave -Original Message- From: David

How to set an SSL socket connect timeout value?

2005-12-21 Thread David Penaskovic
I am using JDK 1.4.2 and axis-1.3.* I can't figure out how to set the timeout value for an initial SSL socket connect. The default varies from platform to platform and I would like to set this value explicitly. For http connections, I am successfully able to set this axis property:

Tibco vs Axis [round 1 ...]

2005-12-16 Thread David Durham
I've got a shema, which I'll post if necessary, that I'm using to generate client classes with Axis 1.3. My client needs to connect to a Tibco server, and it does so successfully, but fails to parse the response. The error I get is a SAXException with regards to the element POVerifyReply.

Re: Tibco vs Axis [round 1 ...]

2005-12-16 Thread David Durham
Anne Thomas Manes wrote: Any time interoperability is in question, you must provide the WSDL. Ah, here's what I received from Pratik Parikh: Hi David, This is a bug in axis, if you want I can send you a fix for it. Thanks, Parikh, Pratik Should I post the WSDL

Multiple parts in SOAP binding

2005-12-07 Thread David Bainbridge \(dbainbri\)
Does Axis2 support [currently or planned] multiple parts in the messages and soap bindings? I am attempting this with version 0.93 of Axis2 and getting a null pointer exception when invoking WSDL2Java on the WSDL. I have attached the WSDL. The relevant portions of the WSDLare the

RE: WSDL Schema Types always null

2005-10-24 Thread David Bainbridge \(dbainbri\)
WSDL4J does not parse types and imported schema, as far as I can tell. You can use the WSIF library, which is built on WSDL4J, to parse this information. There seem to be a couple of keys to using WSIF for this purpose, the first is using the org.apache.wsif.schema.Parser class to process

network volumes on windows not accessable from webservice

2005-10-20 Thread David Teran
something to do with the security manager but was not able to find out details. Any help would be great. David

Accessing HTTP headers

2005-10-10 Thread David Easley
I need to access some HTTP header data from incoming web service requests. Im using doc/lit style web services using Axis and Castor. If anyone can point me in the right direction Id be most grateful. David

[axis2] data binding, xmlBeans, and M2 v 0.9x

2005-10-04 Thread David Bainbridge \(dbainbri\)
I am attempting to use Axis2 with some fairly complex (large, lots of includes/imports, etc) schema and working through a few problems. While working through these issues I tend to iterate over the different versions of Axis (0.9 to M2) to understand if I am seeing consistent behavior

WSDL2Java: WSDLException INVALID_WSDL

2005-09-23 Thread Vicente David Guardiola Buitrago
Hello, I'm trying to use WSDL2Java tool (Axis2) to generate the Java code from a WSDL file. But when I run the tool, I receive the next error: Exception in thread main org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at

Customizing the creating of Calendar objects

2005-09-13 Thread David Rabinowitz
to be GMT. I can't set the global time tone to GMT because it will mess other parts in the application. Do you know how can I customize the deserialization of Calendar? David

RE: FW: Maven, the repository and Apache projects

2005-08-23 Thread Levitt, David, Bookspan
Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 3:07 PM To: axis-user@ws.apache.org Subject: Re: FW: Maven, the repository and Apache projects yes, Axis 1.2.1 is in the repo url mentioned below. On 8/23/05, Levitt, David, Bookspan [EMAIL PROTECTED] wrote: Are the current Axis

WSDL2Java broken in AXIS 1.2 FINAL

2005-06-07 Thread David Keyes
Having problems with Axis 1.2 FINAL. This used to work fine with 1.2RC3... I am trying to use the WSDL2Java tool to generate Java sources from the UDDI v3 WSDLs: http://www.oasis-open.org/committees/uddi-spec/doc/tcspecs.htm#uddiv3. I get the following error during generation:

Axis and Castor - newbie question

2005-05-01 Thread David Easley
help, David

Re: License for wsdl2java output?

2005-04-20 Thread David Kaelbling
. David On Wed, 2005-04-20 at 13:10 +0530, Venkat Reddy wrote: I'm not sure if it is good idea for axis to impose licensing on generated code. For example, if a dataEclispe generates some bootstrap java code from its templates for a POJO or web app, which you later modify for your needs

License for wsdl2java output?

2005-04-19 Thread David Kaelbling
Hi, What license is code generated by wsdl2java under? Apache 2.0? Public domain? I couldn't find an explicit reference in the docs. Thanks, David -- David KAELBLING 100 Beaver St., Waltham MA 02453-8425 [EMAIL PROTECTED] 781-891-5100 ext 121, fax

RE: [Fwd: Re: axis stubs]

2005-03-21 Thread David Levy
the existing Wsdl2Java task to do this, but just chose to post process the source files instead (what can I say, I'd rather use Java regex then learn the internals of the wsdl2java tool, though later I may have to). Cheers, David L -Original Message- From: Chad Woolley [mailto:[EMAIL PROTECTED

axis stubs

2005-03-14 Thread David Levy
if there was possibly another way? Thanks if you've read this far, and let me know if I didn't explain my problem well enough. Cheers, David L The Distillery Pty Limited ABN 69 080 932 467 PO Box 940, Dickson ACT 2602, AUSTRALIA Phone: +61 2 6272 0200 Fax: +61 2 6262 5151 Web: www.thedistillery.com.au

Axis Performance

2005-02-22 Thread David Turner
this behavior off? Thanks for reading this long email and I am anxious to here any comments or questions. David Turner ATLattachment: apache-axis-cmp.png

<    1   2   3   4   5