RE: WSDL

2001-06-04 Thread graham glass
hi trang, our java2wsdl utility will correctly generate the argument names if you set it up so that your CLASSPATH can access the source of your java interfaces. the names arg0, arg1, etc. are what it uses if it has not been configured correctly to find the source. cheers, graham -Original

RE: WSDL and MS SOAP

2001-06-04 Thread Abbott, James STASCO-OTO/72
You do not need WSDL to use the low level interface exposed by the MS Soap 2.0 toolkit. You do need WDSL if you are using the high level interface. -Original Message- From: Christian Weyer [mailto:[EMAIL PROTECTED]] Sent: 04 June 2001 18:58 To: [EMAIL PROTECTED] Subject: Re: WSDL and MS S

RE: WSDL

2001-06-04 Thread Trang K. Duong
Hi there, Here is the site where you can download java2WSDL: themindelectric.com However, I don't like the way it generates your wsdl from your java class; i.e., it doesn't keep the name of your operation's arguments, instead, it give names like 'arg0, arg1,..'. For example,

RE: WSDL

2001-06-04 Thread Atif Azim
unsubscribe -Original Message- From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 3:02 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL IBM WSTK 2.1 has the built-in functionality to convert .class into .wsdl It can be started using the command line tool: servicewiz

RE: Need help on win2000 soap run with tomcat

2001-06-04 Thread Uzay Takaoglu
Check the list below:   1. Make sure you set soap's installation dir under your "classpath"?  2. Make sure the Xercer's path is the first thing under your classpath  3. By default Tomcat uses two jar files jaxp.jar and parser.jar, remove these jar files from \lib folder    > > > > Uzay T

RE: WSDL

2001-06-04 Thread Ding, Chengmin
IBM WSTK 2.1 has the built-in functionality to convert .class into .wsdl It can be started using the command line tool: servicewizard.bat Then you can go through the generated .wsdl and depolyment decription file to find out the mappings. HTH. -Chengmin -Original Message- From: Daniel K

RE: WSDL

2001-06-04 Thread Daniel Kruler
Is there a place where I can take a look at WSDLs for samples that come with Apache SOAP? -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 5:34 PM To: [EMAIL PROTECTED] Subject: Re: WSDL You might want to take a look at what the IBM WST

RE: WSDL

2001-06-04 Thread Daniel Kruler
That is what I actually need: Java2WSDL generator. I am confused about binding and service sections of WSDL. What should I have in of every operation in BINDING? What type of encoding should I specify in USE if I am passing primitive data types? How does correspond to deployment

Re: WSDL

2001-06-04 Thread Sanjiva Weerawarana
You might want to take a look at what the IBM WSTK or WSDE produce from a WSDL file to see how WSDL maps to the deployment descriptor and to the skeleton. The other direction obviously has nothing to do with a deployment descriptor etc. as its going from a vanilla Java class to a WSDL file. Sanj

RE: WSDL

2001-06-04 Thread Daniel Kruler
I am trying to write WSDL from Java generator. I am not very clear on how different parts of WSDL are mapped to deployment descriptor and skeleton implementation. -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 5:27 PM To: [EMAIL PROTEC

Re: WSDL

2001-06-04 Thread Sanjiva Weerawarana
No- methodNamespaceURI attribute of the soap:body binding element is what goes in the ID of the deployment descriptor. Apache SOAP currently only routes on the qualified name of the method element for SOAP RPC. Sanjiva. - Original Message - From: "Daniel Kruler" <[EMAIL PROTECTED]> To:

WSDL

2001-06-04 Thread Daniel Kruler
In WSDL does targetNamespace and name correspond to ID in deployment descriptor? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Need help on win2000 soap run with tomcat

2001-06-04 Thread Sanjiva Weerawarana
Please see the docs - in the troubleshooting section in the User's guide there's an item covering exactly this problem. Sanjiva. - Original Message - From: "Shyam Sarkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 04, 2001 4:44 PM Subject: Re: Need help on win2000 soa

Re: Need help on win2000 soap run with tomcat

2001-06-04 Thread Shyam Sarkar
Hi,   I did replace xerces 1.3.1 with 1.4.0. and could deploy and list but getting other problems for methods. Please help me to solve it:   error reported below-   >C:\xml\soap\soap-2_1>java org.apache.soap.s

Provider question

2001-06-04 Thread Michael Weir (Transform Research)
Title: Provider question I've been playing with a simple soap demo program that I cut from a magazine.  The method that gets invoked is quite simple, something like "String MyObject.method(String pn, String p)".  Is there any (easy) way to get the method invoked with the SOAP Envelope inform

OT: Help !! Problem when including j2ee.jar in Tomcat's class path

2001-06-04 Thread Rahul Kirthivasan
Hi all, When I try to invoke an EJB bean from a SOAP service bean deployed on Tomcat 3.2.1, I get a Class not found javax/ejb/EJBHome error. So I added my J2EESDK-DIR\lib\j2ee.jar to my tomcat's class path in tomcat.bat. But as soon as do that tomcat starts in the seperate console window and imm

HELP HELP HELP HELP!! SOAP DEV's r u there!

2001-06-04 Thread venkat reddy
Hi All, I've put up this question thrice before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again presen

problem with tomcat

2001-06-04 Thread pravin pachbhai
Hi , I am using tomcat3.2.1 , when i start the tomcat i am getting this error. I am using the xerces,xalan and jaxp parse. Please tell me where i am wrong C:\tomcat32\bin>tomcat run Including all jars in c:\tomcat32\lib in your CLASSPATH. Using CLASSPATH: c:\xml_xalan\bin\xerces.jar;c:\xml_xal

RE: Need help on win2000 soap run with tomcat

2001-06-04 Thread Matthew J. Duftler
Hi Shyam,   Are you using Xerces v1.3.1? If you are, please you a different version of Xerces, or any other JAXP-compliant parser.   Thanks, -Matt -Original Message-From: Shyam Sarkar [mailto:[EMAIL PROTECTED]]Sent: Monday, June 04, 2001 2:06 PMTo: [EMAIL PROTECTED]Subject: N

RE: WSDL and MS SOAP

2001-06-04 Thread Daniel Kruler
OK. I have generated WSDL using IBM toolkit, which uses reflection. All mappings for String arrays look like this: [java.lang.String.class to what should I change that? What about mappings for Hashtable and Vector? -Original Message- From: Christian Weyer [mailto:[EMAIL PROTECTED]] Se

Re: WSDL and MS SOAP

2001-06-04 Thread Christian Weyer
Uups - of course ... I am sorry :-) Christian Peter Tandara-Kuhns wrote: > > I believe you mean the high-level API, no? > The low-level API allows you to define the message envelope manually. > > -Original Message- > From: Christian Weyer [mailto:[EMAIL PROTECTED]] > Sent: Monday, June

RE: WSDL and MS SOAP

2001-06-04 Thread Peter Tandara-Kuhns
I believe you mean the high-level API, no? The low-level API allows you to define the message envelope manually. -Original Message- From: Christian Weyer [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 1:58 PM To: [EMAIL PROTECTED] Subject: Re: WSDL and MS SOAP Generally spoken,

Need help on win2000 soap run with tomcat

2001-06-04 Thread Shyam Sarkar
C:\xml\soap\soap-2_1\samples\addressbook>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter  deploy DeploymentDescriptor.xmlException in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A 'http://schemas.xmlsoap.org/soap/envelope/:Fault'

Fw: Apache SOAP Call invoke error

2001-06-04 Thread Shyam Sarkar
Hello, I was trying to run apache SOAP on my win2000 system. I am getting following error. Could you tell me why the response content type is not "text/xml" ? What do I do to fix it ? Regards, [EMAIL PROTECTED] --error listed below-

Re: WSDL and MS SOAP

2001-06-04 Thread Christian Weyer
Generally spoken, you will need WSDL if your are using the COM Low Level interface of MSTK 2.0 - whether in C++, FoxPro, VB or whatever ... HTH, Christian Daniel Kruler wrote: > > What about C++? > > -Original Message- > From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] > Sent: Monday, J

RE: WSDL and MS SOAP

2001-06-04 Thread Daniel Kruler
What about C++? -Original Message- From: Ding, Chengmin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 1:50 PM To: '[EMAIL PROTECTED]' Subject: RE: WSDL and MS SOAP If you use mssoap.soapclient in VB, you have to use WSDL. -Chengmin -Original Message- From: Daniel Krul

RE: WSDL and MS SOAP

2001-06-04 Thread Ding, Chengmin
If you use mssoap.soapclient in VB, you have to use WSDL. -Chengmin -Original Message- From: Daniel Kruler [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 1:45 PM To: [EMAIL PROTECTED] Subject: WSDL and MS SOAP Do I need WSDL to run MS SOAP client to Apache SOAP server? ---

WSDL and MS SOAP

2001-06-04 Thread Daniel Kruler
Do I need WSDL to run MS SOAP client to Apache SOAP server? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

PROBLEM USING PROXY SERVLET

2001-06-04 Thread venkat reddy
Hi All, I've put up this question once before but could not get an answer. The subject for my earlier mails are as follows :: "Proxy request routing" and "PROXY between the CLIENT and the SERVER". Please take a look for an understanding of the scenario more in detail. I once again present

RE: tomcat problem

2001-06-04 Thread Dan Cornell
I fought with this all weekend.  In then end, I installed Sun's JDK 1.3.0_03 for Linux (from the RPM install) and that seems to work.  I tried 1.3.0 and 1.3.1, and had problems with both of those.  1.3.0 would crash with the message below, and 1.3.1 would crash with a terse "Segmentation Fa

What Java Runtime Required?

2001-06-04 Thread Abbott, James STASCO-OTO/72
Hello, Does anyone know what Java runtime is required to run Apache SOAP 2.2, Xerces 1.4... on Websphere 3.5? Regards James. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Is SOAP production-ready?

2001-06-04 Thread Michael Weir (Transform Research)
Title: Is SOAP production-ready? Is Apache SOAP production-quality?

Re: tomcat problem

2001-06-04 Thread Edward Nesterov
JDK 1.3.0 does not work well with RH7.0. Try to install jdk1.3.1 (Sun's) or roll back to 1.2.2 ( Which is probably a bad idea ). It works for me. Good luck.   "Se-yong, Um" wrote: I let you know my environment. tomcat 3.2.2soap 2.2java 2 sdk, se 1.3.0 for linux(by sun)redhat 7.0  When I request

RE: SOAPException

2001-06-04 Thread Matthew J. Duftler
Hi Ingi, I'm not familiar with Crimson, but it appears that the Call object is unable to parse the response as XML. Try running the TcpTunnelGui tool as described in the "Tools" section of the User's Guide, and see what is coming back on the wire. Most likely, it is some sort of error message. T

javax.naming.NoInitialContextException error when trying to bind from SOAP service bean

2001-06-04 Thread Rahul Kirthivasan
Hi all, I am having problems accessing an EJB Bean from within a java class deployed at a Apache SOAP (2.1) URN endpoint in TOMCAT(3.2.1). When I use JNDI to call lookup, I get the following error. The EJB bean is registered with the JNDI service in J2EE 1.3 and I also have the J2EE server runnin