Re: How to Maintain sessions in SOAP

2001-09-04 Thread Chang Sau Sheong
Hm, I've not tried any transport other than HTTP so I have no comments on it, but does the HTTPSession still work with your own implementation of a client (Java application instead of Servlet/JSP)? Or if the client is not a Servlet or JSP e.g. a Perl client? .sausheong - Original Message --

Configuring log4j with soap & tomcat

2001-09-04 Thread Ram, Kumar
Hi, I am trying to configure log4j with soap & tomcat. I have placed the log4j.xml file in the webapps directory of my soap installation C:\soap-2.1\webapps. I have tomcat installed in C:\jakarta-tomcat-3.2.1. I finished the deployment etc. And the service works fine and gives me actual r

Re: beginner question about samples included in SOAP install

2001-09-04 Thread Laurent
>Location: /soap/servlet/rpcrouterInternal Servlet Error: >java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: >method >getSession()Ljavax/servlet/http/HttpSession; not found Maybe you should add Tomcat 3.3's servlet.jar file to your classpath. It's in tomcat/lib. laurent

Re: How to Maintain sessions in SOAP

2001-09-04 Thread Chang Sau Sheong
You'd probably need to implement ur own session mechanism. I implemented a simple token passing mechanism that works pretty ok. .sausheong - Original Message - From: "Balaji Iyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 9:31 PM Subject: RE: How to M

RE: How to Maintain sessions in SOAP

2001-09-04 Thread Balaji Iyer
Chiran, Can you tell me how to do it in a Java Client??? TIA, Balaji -Original Message- From: Chiranjeevi Paruchur [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 5:55 PM To: [EMAIL PROTECTED] Subject: How to Maintain sessions in SOAP Hi! Can anyone throw some light on

re : Multi-dimension array of simple type

2001-09-04 Thread Elise_Dupont
i'm not good enought for the moment to help you but i've seen something about XSD types in a WSDL file + a list of all XSD types. and they explain how to define the types here is it : http://www.devxpert.com/tutors/wsdl/wsdl.asp (chapter : what's your message) hope this helps a bit regards, eli

Re: beginner question about samples included in SOAP install

2001-09-04 Thread Elise_Dupont
I've more elements ... maybe you will find a solution I've noticed that when i launch one of the samples i also get this error : Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was: plus thi

RE: Web-based interface for this list

2001-09-04 Thread Ryan Winkler
Here's the archives: http://marc.theaimsgroup.com/?l=soap-user -Ryan -Original Message- From: Vikram Rajan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 12:59 AM To: '[EMAIL PROTECTED]' Subject: Web-based interface for this list hi, Is there a web-based interface for thi

Multi-dimension array of simple type

2001-09-04 Thread Nicolas DUFORT
Hi, I know it's probably not the right mailing-list to ask this question but I tried it all !! I'm trying to return a 2 dimension array of double and I can't find the way to describe the type in a wsdl file to use with MS toolkit without having to write a serializer (type mapper). Anyone go

beginner question about samples included in SOAP install

2001-09-04 Thread Elise_Dupont
hi all, I've for the first time installed apache, jakarta-tomcat-3.3-m4 ,  xerces 1.4.3 and SOAP 2.2. i think i have followed each install steps now to test if everything is okay i tried to launch any of the samples give with SOAP install... (for example : the calculator) when i launch the te

Re: Please help....WSDL generation for apache/soap services

2001-09-04 Thread Sekhar Nadella
Hi, Thanks for the reply. I have tried by mentioning the service name in url, but no luck. and also i have added the actual java class that defines the service to the classpath, Then I got the error but different one this time. here is the dump. java.lang.NoClassDefFoundError java.lang.Thro

Re: Please help....WSDL generation for apache/soap services

2001-09-04 Thread Otto Villarin
There is something missing in your command line you have to add the urn also I mean http://localhost:7001/soap/servlet/rpcrouter/urn:SomeWebService And rememember to set your classpath with the jar that contains the classes that define the service on the other hand you could try the WSDL generatio

Please help....WSDL generation for apache/soap services

2001-09-04 Thread Sekhar Nadella
Hi, I'm trying to generate WSDLs for my soap services written in java using apache/soap. I came to know that GLUE will generate the wsdl for a java class. But I'm facing problems with this tool. when I execute this command line tool by passing following parameters, com.myutils.MyServices -e http:

Problem installing Apache SOAP on orion

2001-09-04 Thread Otto Villarin
Hello   I have installed orion 1.5.2 on a machine for testing purposes with windows 98. I deployed APACHE-SOAP on it but even when the server console saids the application was deployed fine I receive an Internal Server Error 500 when I try to access the site. Any idea? Thanks in advance Otto

Re: Viewing SOAP Message

2001-09-04 Thread William Brogden
I have a somewhat more user friendly utility UtilSnoop at http://www.lanw.com/books/javasoap/ Vikram Rajan wrote: > > Is there any way I can use Apache-SOAP implementation to view the actual > SOAP request(xml format) being sent to the service manager? > > vikram -- WBB - [EMAIL PROTECTED] J

How to Maintain sessions in SOAP

2001-09-04 Thread Chiranjeevi Paruchur
Hi! Can anyone throw some light on how to maintain sessions when I am using SOAP. I know how to do it when I have a java client. I would like to know how to do it in such a way that any type of client can have sessions with my SOAP server. Thanks in advance, Chiran

Re: Help on SOAP

2001-09-04 Thread William Brogden
Look at the org.apache.soap.Constants.java file "V.Sundaresan" wrote: > > what are all the supported Java datatypes in APACHE SOAP. -- WBB - [EMAIL PROTECTED] Java Cert mock exams http://www.lanw.com/java/javacert/ Author of Java Developer's Guide to Servlets and JSP ISBN 0-7821-2809-2

RE: Viewing SOAP Message

2001-09-04 Thread Micael Ericsson (QIN)
No start button in my TCP Tunnel monitor. I have split screen with "From localhost:9494" on left (which shows XML messages from client) and "From localhost:9595" on right (which shows XML messages from server). Make sure that client calls 'server:port' that appears on left and that server is us

RE: Viewing SOAP Message

2001-09-04 Thread Vikram Rajan
thanks for the info ... need more help though ... i forgot to mention that i am using weblogic 6.0. heres the command that i am using ... c:\>java org.apache.soap.util.net.TcpTunnelGui 2000 localhost 7001 port 2000 is not being used by any other process. i ran the addressbook sample. nothing s

Help on SOAP

2001-09-04 Thread V.Sundaresan
what are all the supported Java datatypes in APACHE SOAP.

.NET header creation with hrefs instead of nested elements

2001-09-04 Thread Minh Kama Yie
hey guys, wondering if anyone out there has come up with a solution for this problem. We have an Apache SOAP server, and .NET clients. The header we expect is: http://host77:8081/soap/servlet/rpcrouter urn:SoapService but instead we get: http://

Re: Help on SOAP

2001-09-04 Thread Radovan Janecek
Hi, you can look at WASP that supports remote references, which seems to me as a feature you need. This feature is described (with demo) at WASP Programmers Guide [1]. Particulary in chapter 3.4 Using Remote References. [2]. Let me know whether it answers your question. Sincerely Radovan Radov

Help on SOAP

2001-09-04 Thread Rahul Kanhere
Hi, We are working on a SOAP based project. We are facing some complications in working with Apache SOAP toolkit. The problem is, when we make a call on distributed object we need to exchange the references of distributed objects present on client as well as server side i.e callback mechanis

Re: Parse error in SOAPException (apache soap and java)

2001-09-04 Thread Michael Konietzka
On Tue, Sep 04, 2001 at 08:20:22AM +0200, Micael Ericsson (QIN) wrote: > If I throw a SOAPException (from server side) containing special characters > like '<' I receive following error (on client side): > Exception: java.lang.Exception:SOAPException= SOAP-ENV:Client, Parsing error, > response w