Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Rhett . DeWall
Hmmm, not so clear to me, but I understand now... Apache Axis1.2 is using the latest CVS source versus an official release of WSDL4J. Thanks for you help. Davanum Srinivas

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Davanum Srinivas
Subject >Re: WSDL4J version bundled with > Please respond to Axis 1.2-beta3 > [EMAIL PROTECTED] > he.org > > > > > see http://cvs.apache.org/viewcvs.cgi/ws-axis/java/lib/ >

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Rhett . DeWall
cc PM[EMAIL PROTECTED] Subject Re: WSDL4J version bundled with Please respond to Axis 1.2

Re: WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Davanum Srinivas
see http://cvs.apache.org/viewcvs.cgi/ws-axis/java/lib/ On Tue, 16 Nov 2004 12:37:52 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > The wsdl4j.jar that has is bundled with Axis1.2-beta3 has a META-INF/ > MANIFEST.MF stating that it is WSDL4J v1.5. From where

WSDL4J version bundled with Axis 1.2-beta3

2004-11-16 Thread Rhett . DeWall
The wsdl4j.jar that has is bundled with Axis1.2-beta3 has a META-INF/ MANIFEST.MF stating that it is WSDL4J v1.5. From where was this obtained? IBM's site only lists version 1.4, and CVS makes no mention to a version 1.5. The manifest content is: Manifest-Version: 1.0 Ant-Version: A

WSDL4J NoSuchMethodError com.ibm.wsdl.extensions.PopulatedExtensionRegistry

2004-01-15 Thread Arun N
Hi All,   Although it is a bit offtopic, i thought someone would help or give me a lead for a problem i am facing in WSDL4J   i tried googling and i got many similar questions but let unanswered.   I have a java client accessing the WSDL using WSDL4J. WSDLFactory wsdlFactory

Re: WSDL4J Question: How to add soap:header elements to WSDL document?

2003-07-31 Thread Steve Pannier
the "Java2WSDL" tool to create WSDL > > describing our already-existing services. We now want to include in the > > generated WSDL a description of the Soap headers we support. I know > > of no way for Axis's "Java2WSDL" to do this, so I am currently lo

Re: WSDL4J Question: How to add soap:header elements to WSDL document?

2003-07-30 Thread Davanum Srinivas
. We now want to include in the > generated WSDL a description of the Soap headers we support. I know > of no way for Axis's "Java2WSDL" to do this, so I am currently looking at > using the WSDL4J API to programmatically add the soap:header elements > to the WSDL. >

WSDL4J Question: How to add soap:header elements to WSDL document?

2003-07-30 Thread Steve Pannier
ntly looking at using the WSDL4J API to programmatically add the soap:header elements to the WSDL. Does anyone have example code showing how to do this? I'm using the example code from the JSR110 (JWSDL) document to do the basic WSDL traversal stuff, but I can't figure out how to create a S

Re: wsdl4j compatibility

2003-02-20 Thread Ben Wyckoff
Thanks for the response. I'm working in several different directions at once. I may get around to digging further into this next week. If I make any headway, I'll let you know. -Ben (Sorry if you get this twice) I've actually read this article and found it quite illuminating indeed. Now your pr

Re: wsdl4j compatibility

2003-02-20 Thread constantis
p;agr;: &Pgr;&eacgr;&mgr;&pgr;&tgr;&eegr;, &PHgr;&egr;&bgr;&rgr;&ogr;&ugr;&aacgr;&rgr;&igr;&ogr;&sfgr; 20, 2003 5:57&pgr;.&mgr;. &THgr;&eacgr;&mgr;&agr;: wsdl4j compatibility > Hello, >I am a r

wsdl4j compatibility

2003-02-19 Thread Ben Wyckoff
h uses uddi4j, wsdl4j, and Axis to discover a service, parse the WSDL, and then invoke using Axis. I'm not interested in the uddi4j now, but am very interested in the wsdl parsing and Axis invocation steps. Using wsdl4j to extract the relevant data from a wsdl file automatically would be

WSDL4J

2002-07-19 Thread Brenda Bell
Title: WSDL4J I hope I'm submitting this question to the right list... please feel free to point me in the proper direction if not. I'm using WSDL4J to parse WSDL files and running into a problem with WSDL's that were generated by MSSOAP and a few other tools that insist on h

RE: wsdl4j help required

2002-05-23 Thread Brenda Bell
Title: RE: wsdl4j help required I did a little bit of work with WSTK -- sounds like you and I are headed down similar paths. I can tell you that your primary point of interest is probably com.ibm.wsdl.xml.WSDLReader.  If you generate the JavaDoc for wsdl4j, it should give you a little help

RE: wsdl4j help required

2002-05-23 Thread Gold, Laurence (MLIM)
gave me a very good idea on how WSDL4J works. I am not an expert on it as of yet - but I am working on a "FAQ" and examples, and will post it somewhere visible when I get it working. Larry -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Thursday, Ma

Re: wsdl4j help required

2002-05-23 Thread Russell Butek
You're not missing anything obvious (at least not that I'm aware of). WDL4J is a work in progress, so there's not much documentation out there. The AXIS tools WSDL2Java and Java2WSDL (in package org.apache.axis.wsdl) use WSDL4J fairly heavily to read and create WSDL. You might

wsdl4j help required

2002-05-23 Thread Paul Hunnisett
Does anyone know of any good resources/tutorials for getting to grips with wsdl4j? I have looked through docs after docs and found nothing. I have downloaded the IBM Web Service tooolKit and gone through those docs, but I can't see anything except API docs. All I want to know is if

Re: WSDL4J Versions and Its Environment on Linux

2002-03-22 Thread Russell Butek
WSDL4J is a reference implementation for JSR-110, a spec which is still under construction, so the interfaces in WSDL4J are quite changeable. There were a number of changes between WSTK 2.4 and 3.0. WSTK 3.0 was built in December. I don't have the version of wsdl4j.jar that was used in WST

WSDL4J Versions and Its Environment on Linux

2002-03-21 Thread Li Bing
out.println("Exception - fault code : " + ex.getFaultCode()); } } } By the way, could you please provide me with some samples on how to use APIs in wsdl4j.jar? Thanks so much, Li Bing - Original Message - From: "Russell Butek" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: WSDL4J

2002-03-20 Thread Li Bing
Dear Butek, Thanks so much for your help! I will contact you if getting some problems. All the best, Li Bing - Original Message - From: "Russell Butek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 6:20 AM Subject: Re: WSD

Re: WSDL4J

2002-03-19 Thread Russell Butek
AXIS uses WSDL4J, particularly Java2WSDL and WSDL2Java. Take a look at the source in org/apache/axis/wsdl/toJava and .../fromJava and see if that helps. If you have any particular questions, I can try to answer them. Russell Butek [EMAIL PROTECTED] Li Bing <[EMAIL PROTECTED]> on 03/1

WSDL4J

2002-03-18 Thread Li Bing
Dear all,   Anyone familar with WSDL4J? I can hardly find any resources that can provide me some examples to use WSDL4J.   Thanks so much in advance! Li Bing