AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread LEBLANC, Damiens
Hi,     I'm working with this environment · Sun Solaris 8 · AXIS 1.1 · Tomcat 4.1 · Java 1.4 I'm trying to generate my first WSDL. But I have a NoClassDefFoundError exception : Exception in thread main java.lang.NoClassDefFoundError: javax/wsdl/extensions/soap

RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread Anne Thomas Manes
You should send this question to the axis-user list: mailto:[EMAIL PROTECTED] From: LEBLANC, Damiens [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 6:38 AM To: '[EMAIL PROTECTED]' Subject: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult Hi

RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread LEBLANC, Damiens
.. De: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Envoyé: mardi 17 août 2004 14:56 À: [EMAIL PROTECTED] Objet: RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult You should send this question to the axis-user

Re: Java Client Code Generator from WSDL

2004-03-02 Thread mangesh ulhare
You can use IBM WebServices Devlopment tool kit. ( WSTK now a days it is known as ETTK) It has a utility called PROXYGEN. You just have to specify wsdl URL address. bye... Best of luck.. Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more.

array deserialization issue between .net wsdl 1.0.3705.0 and wsad...

2003-06-10 Thread Ozgur Kurt
hi all, i'm trying to wrap a session bean with a webservice in wsad 5.0.1. btw, wsad uses apache soap underneath. web service will be called by a .net client. first problem i had was: .net wsdl tool was unable to process wsdl files with imports. so i tried to combine wizard generated files

Re: WSDL and SOAP ...

2003-06-09 Thread Anne Thomas Manes
-Geneidy To: [EMAIL PROTECTED] Sent: Sunday, June 08, 2003 9:56 PM Subject: WSDL and SOAP ... Is there any support for WSDL in Apache SOAP 2.3.1? I am running Tomcat 4.1.24 and SOAP 2.3.1. I have successfully deployed a test service. I run it through a SOAP client

Re: WSDL and SOAP ...

2003-06-09 Thread Scott Nichol
Overall, Axis will serve you better in the current web services world, where most endpoints generate or consume WSDL. Your particular problem may be caused by the WSDL, GLUE utility, Apache SOAP or any combination thereof. The typical issue would be that a WSDL client is unlikely to emit

WSDL and SOAP ...

2003-06-08 Thread Ayman M. El-Geneidy
Is there any support for WSDL in Apache SOAP 2.3.1? I am running Tomcat 4.1.24 and SOAP 2.3.1. I have successfully deployed a test service. I run it through a SOAP client with no problem. When I run it through a WSDL file using GLUE's invoke command, I get a null instead of the output

Re: WSDL and SOAP ...

2003-06-08 Thread Martin Gainty
Ayman- I created a Utility which creates WSDL fromjava compiled Interfacehttp://www.laconiadatasystems.com/Downloads.html Hth,Martin - Original Message - From: Ayman M. El-Geneidy To: [EMAIL PROTECTED] Sent: Sunday, June 08, 2003 9:56 PM Subject: WSDL and SOAP

WSDL to SOAP problems

2003-03-05 Thread Hauke Joachim Zuehl
Hi folks, first of all: I am a newbie to SOAP and WSDL but unfortunately a customer wants to have a little solution by our company and I have no idea how to realize it. I hope someone here can help me (google and different newsgroups could not yet). Well, I have a WSDL file: http

SOAP AND wsdl Resources

2003-01-08 Thread Vijay Shinde
Hi, I am using SOAP for last 2 weeks .I am able to run the simple sample examples. I also went thro' the SOAP documentation.Now i want to explore SOAP and WSDL. I was refering Java and SOAP book by oreilly .Could any one guide some better resources for this?. Thanx Regards, Vijay

RE: SOAP AND wsdl Resources

2003-01-08 Thread Yu, Hongfan
There is a wsdl tool that you can use to create the .wsdl. http://www.alphaworks.ibm.com/tech/webservicestoolkit http://xml.apache.org/axis/ I did .NET and J2EE integration using wsdl. It is very helpful. Hongfan -Original Message- From: Vijay Shinde [mailto:[EMAIL PROTECTED]] Sent

WSDL

2002-12-20 Thread Cory Wilkerson
First off - thanks to Scott and others for responding to my recent posts...I've really go the ball rolling on Apache SOAP/Resin Integration into my own web-app and life is good. But, as is usual, I've yet another question (more questions). A) Is WSDL relevant in messaging as opposed to RPC

Re: WSDL

2002-12-20 Thread Scott Nichol
WSDL is relevant. In some ways, Apache SOAP messaging is a way to provide doc/lit capabilities that WSDL specifies. If you really want to get deeply into WSDL use, you should consider Axis (http://xml.apache.org/axis/). If you just want to play with WSDL for now, I still recommend grabbing Axis

Question about WSDL files in Apache Soap

2002-12-05 Thread Carl CABOU
Hi all, my question may seems dumb, I apologies for that. I'm used to the Apache Soap Api for writing Soap RPC client to call a webservice from Tomcat for example. But I never use WSDL files, always knowing in advance the name and parameters to use. So how do I make a soap call using a WSDL file

RE: Question about WSDL files in Apache Soap

2002-12-05 Thread Anne Thomas Manes
Apache SOAP doesn't support WSDL. You would use the WSDL to find the name and parameters in advance, and then write your client the same way that you did before. If you're interested in using a SOAP implementation that supports WSDL, try Apache Axis (http://xml.apache.org/axis). It is the follow

Re: Question about WSDL files in Apache Soap

2002-12-05 Thread Carl CABOU
: Apache SOAP doesn't support WSDL. You would use the WSDL to find the name and parameters in advance, and then write your client the same way that you did before. If you're interested in using a SOAP implementation that supports WSDL, try Apache Axis (http://xml.apache.org/axis). It is the follow

Re: WSDL file generation

2002-09-17 Thread Carl CABOU
SOAP ToolKit). I would like to generated a WSDL file for the deployed Java Bean in Apache SOAP. Do you guys know about any tool for that? Thanks in Advance, Shankar Shanmugam -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: WSDL

2002-06-16 Thread Martin Gainty
Send and receive Hotmail on your mobile device: Click Here

RE: WSDL

2002-06-15 Thread Martin Gainty
:12 PM To: [EMAIL PROTECTED] Subject: Re: WSDL Anne Thomas Manes wrote: There are other completely Unix-based SOAP systems, too, including my company's product -- but I'm not going to abuse this list by advertising it here. Hmmm... Anne Manes CTO, Systinet

Re: WSDL

2002-06-15 Thread James Black
systems can use a wsdl to create the files they need for their system.

Re: WSDL

2002-06-15 Thread Simon Fell
is for .NET, WSDD is for axis. What is the problem? Both systems can use a wsdl to create the files they need for their system. One slight correction, WSML is for the MS COM Toolkit, not .NET. But, the point is, its a tool specific file, its purely an implementation detail, It is ONLY required when

RE: WSDL

2002-06-14 Thread Elizabeth Golluscio
, Elizabeth -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] Sent: 13 June 2002 21:51 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: WSDL My apologies. I did not understand your question. Let me verify that I understand it now. There is a service that's

RE: WSDL

2002-06-14 Thread Martin Gainty
. ___ From: "Elizabeth Golluscio" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: WSDL Date: Fri, 14 Jun 2002 15:46:55 +0100 MIME-Version: 1.0 Receive

RE: WSDL

2002-06-14 Thread rubys
Martin, try: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis/java/docs/user-guide.html - Sam Ruby

RE: WSDL

2002-06-14 Thread Martin Gainty
from WSDL to Java andJava to WSDL..AND Build in servlet tucks into Apache..neat stuffI havent seen anything about WSMLbeing supportedby SOAP..IsWSMLMicrosoft specific??Thanks, Martin Gainty <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED

RE: WSDL

2002-06-14 Thread rubys
Martin Gainty wrote: I havent seen anything about WSML being supported by SOAP.. Is WSML Microsoft specific?? WSML is COM specific. The Axis/Java equivalent is WSDD. The WSDL2Java program will generate the WSDD documents for you. - Sam Ruby

RE: WSDL

2002-06-14 Thread Anne Thomas Manes
SOAP. It supports WSDL. It implements the JAX-RPC API. I recommend that all Apache SOAP users take a look at Apache Axis. It's much improved. See http://xml.apache.org/axis. There are other completely Unix-based SOAP systems, too, including my company's product -- but I'm not going to abuse

Re: WSDL

2002-06-14 Thread Sam Ruby
Anne Thomas Manes wrote: There are other completely Unix-based SOAP systems, too, including my company's product -- but I'm not going to abuse this list by advertising it here. Hmmm... Anne Manes CTO, Systinet www.systinet.com http://www.systinet.com ^ ^ ^ ^ ^ ^ | | | | | |

Re: WSDL

2002-06-14 Thread Martin Gainty
My thoughts exactly..Too many used car salespersons selling their bright and shiny jalopies..Back to the discussion of SOAP development (hopefully)... Martin Gainty Anne Thomas Manes wrote: There are other

Re: WSDL

2002-06-14 Thread Sam Ruby
Martin Gainty wrote: My thoughts exactly.. Too many used car salespersons selling their bright and shiny jalopies.. Anne's cool. Her company's products are too. And to her defense, she *DID* try to point you to Apache Axis. - Sam Ruby

RE: WSDL

2002-06-14 Thread Tony Sciacca
Title: RE: WSDL Hello Anne, Nice way to present your company. Tony Sciacca XAware Inc. http://www.xaware.com Conprehensive data integration for your .net, J2ee and Web Services Projects -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002

WSDL

2002-06-13 Thread Mati
Hi, i want to create the WSDL to make available the service to a .NET application. How can i obtain this WSML from the service created and deplyed in SOAP? Thanks a lot. Matias.

Re: WSDL

2002-06-13 Thread Martin Gainty
Good Question!First thedefinition of WSML:A WSML file provides information that maps the operations of a service (as described in the WSDL file) to specific methods in the COM objecttherefore: You must have a COM Object availableWithout a COM Object (and it's methods) one would have no need

RE: WSDL

2002-06-13 Thread Anne Thomas Manes
Matias, Was that a typo? did you mean to ask how to obtain the WSDL file? From .NET all you need is the WSDL file to generate a client. You only need a WSML file when you're using MS SOAP Toolkit to build a service (not a client). Note that you don't need WSML with .NET. How did you

RE: WSDL

2002-06-13 Thread Martin Gainty
You're only Half way there..You may have WSDL but you are missingWSMLread the definition of WSML:A WSML file provides information that maps the operations of a service (as described in the WSDL file) to specific methods in the COM object. The WSML file determines which COM object to load

RE: WSDL

2002-06-13 Thread Anne Thomas Manes
sending the request to the remote Web Service (which I assume is a Java service? perhaps an Apache SOAP service?). So what you need to do is get your hands on a WSDL description of the service and feed it to the .NET wsdl.exe utility (the .NET WSDL compiler), which will generate a C# proxy object

RE: WSDL

2002-06-13 Thread Martin Gainty
. ___ From: "Anne Thomas Manes" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: WSDL Date: Thu, 13 Jun 2002 16:09:21 -0400 MIME-Version: 1.0 Received: from [63.251.56.142] by hot

RE: WSDL

2002-06-13 Thread Anne Thomas Manes
service will no longer be involved, and we don't care about it any longer. If that's the case, then you need to obtain the WSDL file that describes the Windows service. (It doesn't matter if it's .NET or MS SOAP. And you don't need the WSML file.) Feed the WSDL file into a Java-based WSDL

API to Generate WSDL from Java Programmatically

2002-05-03 Thread Charlie Abela
Hi I would like to ask if it is possible to create a Java class that can make use of Apache Axis to programmatically ( from within an application) create a WSDL file of a Java Web Service? If not is there any other API I can use? Thanks for any help Charlie

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Abou-Khalil, Charbel
I would be very interested to know if you were able to do this. What i did instead was that i wrote some adaptors that use the WSDL4J aPI to parse and obtain what i need from the WSDL in order to build a request on the fly. My aim is to allow the user to enter the URL of any WSDL file

RE: Generate WSDL

2002-05-03 Thread Anne Thomas Manes
PROTECTED]] Sent: Friday, May 03, 2002 2:10 AM To: Soap-User Subject: Generate WSDL Hi, I've seen alot of posts about what tools are available to generate WSDL. I'm running: Apache Tomcat 4.0.3 SOAP 2.2 JDK2 1.3 JRE2 1.3 I've downloaded the IBM Web Services Toolkit, as well as Systinet's

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Rebecca Dias
Title: RE: API to Generate WSDL from Java Programmatically Charlie, The XMLBus has very powerful tools for WSDL generation from Java, EJB, and CORBA interfaces. It also provides the ability to map WSDL onto a sequence of backend calls i.e. allow you to easily create Web services from

RE: Generate WSDL

2002-05-03 Thread Charlie Abela
Is it possible to integrate the Java2WSDL tool by itself in an application? Any docs about this available? Charlie

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Tim Bertrand
Title: RE: API to Generate WSDL from Java Programmatically Charlie, CapeStudio allows one to automatically generate WSDL from Java, EJBs (complex types, inheritance, etc supported), or CORBA IDL (supported ORBs include Orbix (many versions, not just Orbix 2000), BEAs WLE, MICO

RE: Generate WSDL

2002-05-03 Thread Rebecca Dias
Samantha, You could also use the XMLBus (www.xmlbus.com/work) which provides graphical and command line tools for this. You simply point at the class you want to turn into WSDL and wala. Another powerful feature is that it allows you to sequence a series of calls together and expose

RE: API to Generate WSDL from Java Programmatically

2002-05-03 Thread Gold, Laurence (MLIM)
-Original Message- From: Abou-Khalil, Charbel [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 4:01 AM To: '[EMAIL PROTECTED]' Subject: RE: API to Generate WSDL from Java Programmatically I would be very interested to know if you were able to do this. What i did instead was that i wrote

Re: Generate WSDL

2002-05-03 Thread Shivakumar GS
Hi, make sure that the Hello.class is in your CLASSPATH. !shiva java.lang.ClassNotFoundException: Hello at java.net.URLClassLoader$1.run(URLClassLoader.java, Compiled Code) at java.security.AccessController.doPrivileged(Native Method) at

Generate WSDL

2002-05-02 Thread Samantha Savvakis
Hi, I've seen alot of posts about what tools are available to generate WSDL. I'm running: Apache Tomcat 4.0.3 SOAP 2.2 JDK2 1.3 JRE2 1.3 I've downloaded the IBM Web Services Toolkit, as well as Systinet's WASP. I've extracted the binaries for thes toolkits, setup my path etc. All I want

Represent method in WSDL

2002-04-27 Thread David B. Bitton
, a WSDL is not required. I'd like to publish this though, and therefore I have to create a WSDL. The problem lies with the fact that 'source' requires an encoding type of http://xml.apache.org/xml-soap/literalxml;, and 'xsl_url' uses the default http://schemas.xmlsoap.org/soap/encoding/;. If I mark

Re: Represent method in WSDL

2002-04-27 Thread Simon Fell
, and this poses no problem at all. Since I use the low-level API, a WSDL is not required. I'd like to publish this though, and therefore I have to create a WSDL. The problem lies with the fact that 'source' requires an encoding type of http://xml.apache.org/xml-soap/literalxml;, and 'xsl_url' uses the default

Re: Represent method in WSDL

2002-04-27 Thread David B. Bitton
- Original Message - From: Simon Fell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 27, 2002 8:22 PM Subject: Re: Represent method in WSDL On Sat, 27 Apr 2002 20:05:07 -0400, in soap you wrote: My class method requires different encoding styles for each param. The signature

WSDL2java error with .NET WSDL

2002-04-10 Thread Krishnan Mani
Hello everyone, i tried to run WSDL2java on mappoint.wsdl (the WSDL file for the new MAPPOINT .NET Web Service introduced by Microsoft) i was trying to develop a client in Java to consume this web-service. i get this error

wsdl

2002-04-08 Thread Lenhart Stefan
Hi everyone! Maybe this list is not really the correct place for this question. But as probably most of you have faced this problem sometime, I hope someone can help me anyway... Is there a tool to automatically generate a WSDL file from my WebService Java source code? What I'd like to have

RE: wsdl

2002-04-08 Thread Gafoor, Shameem
Stefan, You might want to try the xrpcc tool distributed as part of the Java Web Services Development Pack from Sun. Thanx Shameem -Original Message- From: Lenhart Stefan [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 5:04 PM To: [EMAIL PROTECTED] Subject: wsdl Hi

Re: wsdl

2002-04-08 Thread Aczel Csilla
Hi, I know two tools that generate wsdl from java: 1. IBM Web Services Toolkit: wsdlgen tool (downloadable from Alphaworks) 2. Apache Axis: java2wsdl tool (downloadable from Apache) Best regards, Csilla

RE: wsdl

2002-04-08 Thread Anne Thomas Manes
To: [EMAIL PROTECTED] Subject: wsdl Hi everyone! Maybe this list is not really the correct place for this question. But as probably most of you have faced this problem sometime, I hope someone can help me anyway... Is there a tool to automatically generate a WSDL file from my WebService

wsdl

2002-04-08 Thread Elizabeth Golluscio
Hi Stefan, To generate WSDL from existing Java, EJBs (WebLogic, WebSphere, iPlanet, etc.) or CORBA IDL (Visibroker, Orbix, WebLogic Enterprise), try CapeStudio: http://www.capeclear.com/products/ Regards, Elizabeth -Original Message- From: Lenhart Stefan [mailto

RE: wsdl

2002-04-08 Thread Dahnke, Eric
Hello Shameem, Could you provide some additional information about using xrpcc to generate wsdl files. I don't see how it is possible. -Original Message- From: Gafoor, Shameem [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 7:50 AM To: '[EMAIL PROTECTED]' Subject: RE: wsdl

RE: wsdl

2002-04-08 Thread Rebecca Dias
Message- From: Aczel Csilla [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 7:42 AM To: [EMAIL PROTECTED] Subject: Re: wsdl Hi, I know two tools that generate wsdl from java: 1. IBM Web Services Toolkit: wsdlgen tool (downloadable from Alphaworks) 2. Apache Axis: java2wsdl tool

WSDL for JAXM

2002-04-08 Thread Dahnke, Eric
We have Create, Update, and Delete web services (implemented using JAXM) that pass XML documents around internally between servers. We want to make these web services publically available, and I'm trying to craft the WSDL by hand using the W3C spec. It appears that I can use XSD to create an XML

WSDL parser

2002-03-04 Thread Madhav Inamti
Has anybody used an automated tool such as Castor / JAXB (Does JAXB support XML Schema yet ?) to generate a WSDL parser ? WSDL, being extensible with provision for SOAP, MIME and HTTP GET/PUT messaging would have a base schema and the messaging extension, I suppose. Do the W3C folks have

WSDL vs SOAP service

2002-02-28 Thread Harden ZHU
What is difference of web service(WSDL) and SOAP service? Are they same? Deploy the web service in SOAP server is same as deploy soap service? Thanks Harden

RE: WSDL vs SOAP service

2002-02-28 Thread Brian Abbott
Harden, Webservices is really more of a concept that a tangible entity. Basically webservices is the idea of transmitting self-describing objects over layer 7 protocols. SOAP and WSDL are components which comprise a working implementation of the web services concept. For more

Re: WSDL interop question

2002-02-25 Thread Simon Fell
. One other important thing when combining the files is change binding: to tns: in the service section Here is one of my wsdl files that I combined from the ones generated in WSAD 4.0.2.. feel free to use it as a guide. http://www.extend-technologies.com/W2UMatchingService-service2.wsdl Yours Phil

WSDL generation in soap 2.2.2

2002-02-25 Thread Parimi Srinivas
Hi, Do soap 2.2.2 has utility classes to generate WSDL like the ones( Wsdl2java and java2Wsdl) in Axis alpha 3 ?.

WSDL question

2002-02-19 Thread Gus Delgado
I have a web service currently on production using jakarta-soap running on tomcat. some of my clients want to use the new .Net implementation to send soap-envelopes (requests) to the jakarta-soap implementation, .Net uses WSDL, can I implement a WSDL for some of my clients to use without hurting

RE: WSDL question

2002-02-19 Thread Anne Thomas Manes
Gus, Yes you can create WSDL descriptions of your services without affecting your clients that don't use WSDL. Anne -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: WSDL question I have

RE: WSDL question

2002-02-19 Thread Gus Delgado
do you know of any tools to generate wsdl, doesn't alphaworks have one? -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 12:21 PM To: [EMAIL PROTECTED] Subject: RE: WSDL question Gus, Yes you can create WSDL descriptions of your

Re: WSDL question

2002-02-19 Thread zhengzp
JBuilder's web service kit for java can create WSDL - Original Message - From: Gus Delgado [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 1:34 AM Subject: WSDL question I have a web service currently on production using jakarta-soap running

Re: WSDL?

2002-01-30 Thread Aczel Csilla
3) Are these files always needed when offering a web service via SOAP? WSDL files are very useful if you want to publish your web service into some UDDI registry. BR, Csilla

RE: WSDL?

2002-01-30 Thread Gary Feldman
From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 12:37 PM ... A WSDL file provides a complete technical description of your web service. It describes Let's not overstate things. It provides enough information to generate proxy signatures. It doesn't

Re: WSDL?

2002-01-30 Thread Paramdeep Singh
Hi Gary, Let's not overstate things. It provides enough information to generate proxy signatures. It doesn't provide complete information for technically correct use of the web service. WSDL does provide enough information to invoke functions of any web-service. And the main benefit

RE: WSDL?

2002-01-30 Thread Anne Thomas Manes
Gary, Okay. Perhaps I am overstating things a little bit. WSDL doesn't describe semantic information. It doesn't describe application semantics (e.g., you must call open before action). It doesn't describe business semantics (payment terms, service level agreements, etc.). It doesn't

RE: WSDL?

2002-01-30 Thread Frank Sauer
in other words, a verbose IDL :-) Frank -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 1:42 PM To: [EMAIL PROTECTED] Subject: RE: WSDL? Gary, Okay. Perhaps I am overstating things a little bit. WSDL doesn't describe semantic

RE: WSDL?

2002-01-30 Thread Gary Feldman
I was only pointing out something that I think all programmers know, but then tend to forget when it's their job to do it (myself included). And that's that it's rarely easy to use an interface properly based only on the function signatures, whether those signatures are JavaDoc based or WSDL

Re: WSDL?

2002-01-30 Thread Radovan Janecek
Not exactly. IDL doesn't tell you how to talk to a service. IDL contains only the type information. WSDL says you what transport protocol you have to use, how to 'bind' SOAP to this transport protocol, etc. Radovan - Original Message - From: Frank Sauer [EMAIL PROTECTED] To: [EMAIL

Re: WSDL?

2002-01-30 Thread James M Snell
Interface definition is certainly the largest chunk, but WSDL is extensible, allowing rich descriptions to be added to the core. While the core specification doesn't provide complete information for technically correct use of the web service, such information could be easily added to WSDL

RE: WSDL?

2002-01-30 Thread Tony Hong
To add to what Anne is saying here From a practical standpoint, many toolkits out there - some *very* widely used - strictly require WSDL files for client configuration / proxy generation, so although WSDL is not required by the SOAP protocol per se, if you are interested in having your

Re: WSDL?

2002-01-30 Thread John Mani
There is a more basic problem here Actually generally web-services architecture doesnt have a notion of session maintenance. so calling 'open' before 'action' sort of doesnt make sense in case of web-services. The SOAP protocol doesn't yet have such a concept, however an application

WSDL?

2002-01-29 Thread Wallis, Simon (Toronto - 22 Front)
toolkit keeps talking about needing the WSDL file for the service you want to consume. I understand that WSDL files describe the service being offered, but the Apache toolkit deployment docs (Writing RPC Services) don't even mention these files at all. The Writing RPC Clients doc only mentions you

RE: WSDL?

2002-01-29 Thread Matt Abbott
Simon, 1) Is WSDL a Microsoft-only thing? Nope. 2) How does one generate these files? There are a number of tools that can generate the WSDL for you. I've used a tool included with Apache Axis called Java2Wsdl. It'll work even if you're using the Apache SOAP implementation and not Axis

RE: WSDL?

2002-01-29 Thread Gary Feldman
From: Wallis, Simon (Toronto - 22 Front) Sent: Tuesday, January 29, 2002 4:10 PM 1) Is WSDL a Microsoft-only thing? WSDL is a proposal that has been submitted to the W3C, but not yet adopted. While over two dozen companies signed the submission, Microsoft and IBM seem to be the leading

RE: WSDL?

2002-01-29 Thread Anne Thomas Manes
W3C has just started an activity to standardize WSDL. (finally!!) The announcement came out last Saturday. Anne -Original Message- From: Gary Feldman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 1:25 PM To: [EMAIL PROTECTED] Subject: RE: WSDL? From: Wallis, Simon

Re: WSDL?

2002-01-29 Thread Raghavan Srinivasan
Gary Feldman wrote: 007201c1a90b$6de93920$[EMAIL PROTECTED]"> From: Wallis, Simon (Toronto - 22 Front)Sent: Tuesday, January 29, 2002 4:10 PM 1) Is WSDL a Microsoft-only thing? WSDL is a proposal that has been submitted to the W3C, but

Re: WSDL?

2002-01-29 Thread Raghavan Srinivasan
1) Is WSDL a Microsoft-only thing? WSDL is a proposal that has been submitted to the W3C, but not yet adopted.While over two dozen companies signed the submission, Microsoft and IBM seemtobe the leading proponents. 2) How does one gene

Re: WSDL?

2002-01-29 Thread Paramdeep Singh
3) Are these files always needed when offering a web service via SOAP? No, these files are NOT always needed. WSDL files are like IDL files, so they describe, what you want to offer. In case your user knows what you offer, and how he can invoke your service, this file is NOT needed. If you

IBM wsdl2java and Microsoft .Net .wsdl files

2002-01-25 Thread Gary Feldman
Has anyone been able to get the IBM wsdl2java tool working on the Microsoft .Net Services wsdl files (the files they use and ship in the .Net Services SDK to describe their own services, not the demo/example files)? For that matter, has anyone found a WSDL to Java processor that works

Re: WSDL , Apache Soap question

2002-01-14 Thread greyson . smith
PROTECTED], [EMAIL PROTECTED] raghavan@iplcc: anet.comSubject: WSDL , Apache Soap question

wsdl description

2002-01-13 Thread Schuring, Tom
Hello, I understand that the WSDL files are used to publish the interface to a SOAP service. Can anyone point me in the right direction of how to write something like this, where it should be located on your server, and/or does this automatically get generated when you deploy a webservice

RE: WSDL , Apache Soap question

2002-01-13 Thread Sandy Liu
After testing apache soap for a while, I decided to swithch to GLUE(http://www.themindelectric.com/products/glue/glue.html). It's very easy to use, almost fool proof. WSDL file is automatically generated when you publish a soap service. It also has a tool called wsdl2java, which generates

WSDL , Apache Soap question

2002-01-11 Thread Raghavan Srinivasan
I have a Apache Web service one of whose methods takes in java.util.Hashtable as a parameter . I understand that the Apache Toolkit supports Hashtable encoding . But i want to write a WSDL interface to this service that toolkits from other languages could use to generate stubs . I could'nt find

Tools for generating WSDL document for complex types

2001-12-13 Thread Rino Srivastava
Hello everyone: Does anyone know of a tool for generating a WSDL document for complex types such as: input: Envelop and SOAPContext Thanks in advance. Rino

WSDL and attached file

2001-11-12 Thread Di Maio Guido
Hi, this is a HTTP soap response to a RPC that returns a javax.activation.DataHandler type. with a Apache soap client I can get the attacment. The question is: How can write WSDL files to get such attached files ? Guido. HTTP/1.0 200 OK Content-Type: multipart/related; boundary

WSDL usage by client

2001-11-02 Thread Deepak M.
object, and can display the result. I now want it to run as it would in a real world scenario, where only a WSDL file of the service will be available. (I've created the WSDL file using IBM's Web Service Toolkit). I want to assume that the client only has the WSDL file and wants to the invoke

RE: WSDL

2001-10-28 Thread Anne Thomas Manes
download Systinet's SOAP implementation (WASP), which includes full support for WSDL, from www.systinet.com. Best regards, Anne Thomas Manes Chief Technology Officer Systinet (formerly Idoox) www.systinet.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

WSDL

2001-10-24 Thread Ulf Reiman
Hello Is someone now a java API when a can take out some info from a wsdl file? e.g. from this file take out http://services.xmethods.net:80/perl/soaplite.cgi. Ifcan you send me some example to do that. or tell where a can find some Regards Ulf Reiman ?xml version = 1.0? definitions

Re: WSDL

2001-10-24 Thread Nirmal Mukhi
[EMAIL PROTECTED] To: [EMAIL PROTECTED] icsson.se cc: Sent by:Subject: WSDL

WSDL parser

2001-10-22 Thread Ulf Reiman
Hello Is anyone now a WSDL parser in java to use somewhere, or software? With some sample code. Ulf

Import WSDL in WSDE

2001-10-22 Thread Stefan Henke
Hi, I´m using IBM WSTK and WSDE to test developoing webservices. I tried to invoke some services found on www.xmethods.com. I downloaded the appropriate WSDL file and tried to create a proxy class in WSDE. But for every file I tried, I got error messages. Most often I got the message

  1   2   >