RE: calling stateless EJB via SOAP

2001-11-29 Thread Bernd Proissl
I currently investigating the same problem. If I have more info I will let you know Bernd -Original Message- From: Winkler Lisa-P29719 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 9:45 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: calling

Fw: An Installation Question

2001-11-29 Thread Baosong Shan
Hi, all and sunder! Now I have tried your way, but still it doesn't work. :( I registered the variables of JAVA_HOME, TOMCAT_HOME and CLASSPATH in the file /home/cboy/.bash_profile: File /home/cboy/.bash_profile: # .bash_profile # Get the aliases and functionsif [ -f

Re: An Installation Question

2001-11-29 Thread Baosong Shan
Thanks, sunder! Also I write a batch file: mystartup.bat: set JAVA_HOME=d:\jdk1.3 set TOMCAT_HOME=d:\soap\jakarta-tomcat-3.2.4 set CLASSPATH=d:\soap\xerces-1_2_3\xerces.jar set CLASSPATH=%CLASSPATH%;d:\soap\soap-2_2\lib\soap.jar set

Re: How does Apache soap handles overloaded methods ?

2001-11-29 Thread Chiranjeevi Paruchur
HI! Dovle, Apache doesnt have any problem with Overloaded methods. Your DD.xml looks the same way as if you just had only only one method. Chiran

Re: How does Apache soap handles overloaded methods ?

2001-11-29 Thread P Sreenivasa Rao
hi chiran, which SOAP version , u mean.In Weblogic 6.1 documentation,it's saying that due to SOAP specification problems, Weblogic6.1 is not supporting overloaded functions. Apapche supports overloaded methods,is that problem with SOAP spec or weblogic? It may be somewhat deviation ... TIA,

RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Rino Srivastava
Hi there: I am trying to run your HelloServer.java and Client.java programs using soap and java. I get the following error message: Exception in thread main java.lang.NoSuchMethodError at org.apache.soap.util.xml.Qname.initQname.java:80 at org.apache.soap.util.xml.matchesQname.java:146 at

Re: An Installation Question

2001-11-29 Thread Baosong Shan
Kandal and all, I'm very sorry, really... Since I'm a newcomer to mail-list, I don't know exactly HOW should I do. I apologize to you all. Baosong - Original Message - From: Ajjarapu, Kondal To: '[EMAIL PROTECTED]' Sent: Thursday, November 29, 2001

RE: How to know the method parameters in Apache SOAP implementation.

2001-11-29 Thread Sandy Liu
That is where WSDL (Web Service Description Language) comes to play. theoreticallyyou can deploytheabstractversion of the WSDLsomewhereon your website,and the client who wants to use your service can build the client according to this document. There are some tools available in the market

Re: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Vinod Soni
Try call.setSOAPMappingRegistry(new SOAPMappingRegistry()); before setting TargetObjectURI. - Original Message - From: Rino Srivastava [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 1:43 PM Subject: RE:NoSuchMethodError while running a soap client Hi there:

RE: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Rino Srivastava
Thanks, I'll try that out right away. ~Rino -Original Message- From: Vinod Soni [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 7:45 AM To: [EMAIL PROTECTED] Subject: Re: RE:NoSuchMethodError while running a soap client Try call.setSOAPMappingRegistry(new

RE: Gettting Parsing Error

2001-11-29 Thread William Brogden
Title: Message Your error comes from the client side because the server got some error that prevented it from sending an XML message. You need to look at the actual message from the server to figure out what went wrong. The TcpTunnelGui provided with Apache SOAP will work or you can

Security issue - deploy

2001-11-29 Thread Ruben_Inoto
Hi all, do you know any way to prevent malicious persons from deploying (undeploying) a service in my SOAP Server? I mean, is there anything integrated ni SOAP to accept deploy (undeploy) calls only from specific IPs or something? I wouldn't like my services being undeployed by anyone

RE: solved: calling stateless EJB via SOAP

2001-11-29 Thread Bernd Proissl
It was at least a classpath problem, i did the follwing: - dropped soap.war in in jboss/deploy (thanks to http://www.jboss.org/forums/thread.jsp?forum=51thread=917hilite=trueq=soap+%22Error+in+connecting+to+EJB%22start=0) - checked that JAF, javamail-api and soap.jar where in the classpath

RE: Security issue - deploy

2001-11-29 Thread Wilkins, Craig
I know of a couple of options.. Change the URL for the JSP page where you can deploy, etc. Modify the code in rpcrouter so that it can't change the services. Make the file that contains the deployed SOAP services read-only. Put a proxy or firewall in front of your soap server that filters out

Re: using IBM Web Service Tool Kit(wstk2.4) with tomcat4.0/soap2.2

2001-11-29 Thread James M Snell
Thomas, I'll be posting a note on the alphaWorks forum later today that deals with this question. Thanks! - James M Snell/Fresno/IBM Web services architecture and strategy Internet Emerging Technologies, IBM 544.9035 TIE line 559.587.1233 Office 919.486.0077 Voice Mail

NoSuchMethodError

2001-11-29 Thread Rino Srivastava
Hi there: I am trying to run your HelloServer.java and Client.java programs using soap and java. I get the following error message: Exception in thread main java.lang.NoSuchMethodError at org.apache.soap.util.xml.Qname.initQname.java:80 at org.apache.soap.util.xml.matchesQname.java:146 at

RE: NoSuchMethodError

2001-11-29 Thread Lene Bredgaard
I have recently been introduced to a nice little tool, that helped me getting my classpath right. http://www.javaworld.com/javaworld/javatips/jw-javatip105.html Lene -Original Message- From: P Sreenivasa Rao [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 12:40 AM To: [EMAIL

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
I have added all the required jar files in the classpath(soap.jar, activation.jar, mail.jar and xerces.jar). I have also deployed the service. What could be missing? Thanks. Rino -Original Message- From: P Sreenivasa Rao [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001

RE: solved: calling stateless EJB via SOAP

2001-11-29 Thread Winkler Lisa-P29719
Bernd, That's a good idea, thanks for the info. I solved the problem differently - I added my jar to JBOSS_HOME/dist/lib/ext. But it accomplishes the same thing - it gets the jar into Tomcat's classpath. So, I am up and running but I don't think either of these solutions is ideal. I don't

RE: NoSuchMethodError

2001-11-29 Thread Alex Kashko
is the current directory on your classpath? --- Rino Srivastava [EMAIL PROTECTED] wrote: I have added all the required jar files in the classpath(soap.jar, activation.jar, mail.jar and xerces.jar). I have also deployed the service. What could be missing? Thanks. Rino -Original

Re: NoSuchMethodError

2001-11-29 Thread Vinod Soni
You will also have to take care that xerces.jar appears first in the classpath. so that the latest parser version takes precedence. - Original Message - From: Rino Srivastava [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 4:19 PM Subject: RE: NoSuchMethodError

RE: NoSuchMethodError

2001-11-29 Thread William Brogden
-Original Message- From: Rino Srivastava [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 11:12 AM To: [EMAIL PROTECTED] Subject: NoSuchMethodError Hi there: I am trying to run your HelloServer.java and Client.java programs using soap and java. I get the

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
I did add the xerces.jar file in the tomcat.bat file. Still this does not help. Rino -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError -Original Message- From:

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
I'll try this out, thanks. Rino -Original Message- From: Eric Hsiung [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:44 AM To: '[EMAIL PROTECTED]' Subject: RE: NoSuchMethodError Tomcat first looks for jar files in $TOMCAT_HOME/lib and then the classpath. Either: 1.

Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Ruben_Inoto
Hi Rino, Try placing xerces.jar in front of your classpath.. Rino Srivastava [EMAIL PROTECTED] on 11/29/2001 02:43:48 PM Bitte antworten an [EMAIL PROTECTED] An: [EMAIL PROTECTED] Kopie: Thema:RE:NoSuchMethodError while running a soap client Hi there: I am trying to run your

RE: Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Xavier Renard
What is your version of Tomcat? Xavier

RE: Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Xavier Renard
I remember there was something similar with installing Cocoon with Tomcat. There is an entry in the FAQ for this problem: http://xml.apache.org/cocoon1/faqs.html#faq-normalize I did it with tomcat 3.2 and it works Hope this help Xavier At 11:39 29/11/01 -0600, you wrote: Tomcat 3.1

RE: Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Rino Srivastava
I'll try this out. Thanks, Xavier. Rino -Original Message- From: Xavier Renard [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 11:31 AM To: [EMAIL PROTECTED] Subject: RE: Antwort: RE:NoSuchMethodError while running a soap client I remember there was something similar

RE: Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Rino Srivastava
Hi vinod: Thanks for trying out the client and server programs. I looked at your Client and server programs that you tested on tomcat 3.2. They look exactly the same as the ones that I'm trying. As regards the deployment descriptor, it is not sufficient to just deploy it via the admin tool for

Re: Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Vinod Soni
You can deploy it through the admin tool also, just make sure that you don't miss out on any required params. - Original Message - From: Rino Srivastava [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 29, 2001 6:01 PM Subject: RE: Antwort: RE:NoSuchMethodError while

connect a .net service

2001-11-29 Thread juraj Lenharcik
hi all, i am new to soap. I have tryied some apache examples from xmethods. Some of them worked fine, but with the .net services i have an problem. Is the procedure to connect a .net service similar to the apache soap one? if not can someone tel me how to connect a .net service from java?

Re: connect a .net service

2001-11-29 Thread Christian Weyer
http://support.microsoft.com/support/kb/articles/q308/4/66.ASP Regards, Christian Weyer The .NET Difference http://www.eyesoft.de/dotnet juraj Lenharcik wrote: hi all, i am new to soap. I have

AW: connect a .net service

2001-11-29 Thread juraj Lenharcik
thanks, looks fine on the first view :-) -Ursprüngliche Nachricht- Von: Christian Weyer [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 19:13 An: [EMAIL PROTECTED] Betreff: Re: connect a .net service http://support.microsoft.com/support/kb/articles/q308/4/66.ASP

RE: Antwort: RE:NoSuchMethodError while running a soap client

2001-11-29 Thread Rino Srivastava
Thanks, Vinod. I'm going to test your Client and Server today. Rino -Original Message- From: Vinod Soni [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 12:02 PM To: [EMAIL PROTECTED] Subject: Re: Antwort: RE:NoSuchMethodError while running a soap client You can deploy it

RE: Security issue - deploy

2001-11-29 Thread Oleg
Can you just place directory level password protection where the JSP page is sitting, so anyone who will try to access that page will have to enter username/password? Sincerely, Oleg -Original Message- From: Wilkins, Craig [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001

RE: maintaining sessions

2001-11-29 Thread Chopra, Jitender
you can also take a look at http://marc.theaimsgroup.com/?t=10044868621w=3r=1 that explains it well Thanks Jitender ** -Original Message- From: Oleg [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 1:45 PM To: [EMAIL PROTECTED] Subject: RE: maintaining

xsi:null attribute in Apache SOAP is wrong?

2001-11-29 Thread Porter, Nigel
Hi, The SOAP 1.1 specification appears to state that null values should be represented by the xsi:null=1 attribute, but Apache SOAP represents them using xsi:null=true. This is causing me a lot of interoperability problems with other SOAP implementations which are expecting to see xsi:null=1,

difference between terms marshall and serialize

2001-11-29 Thread Mark Hansen
Can anyone explain to me what the difference (if there is any) is between the terms marshall and serialize? TIA, Mark __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1

RE:Installing apache-soap on IIS and using tomcat 3.1

2001-11-29 Thread Rino Srivastava
Hello: I was wondering if someone can guide me about the installation details for apache-soap on IIS which uses Tomcat 3.1 for running servlets and JSPs. I have tried to install apache-soap on IIS on which Tomcat 3.1 is running. I put the soap.jar, activation.jar and mail.jar in the tomcat/lib

method not supported

2001-11-29 Thread Rino Srivastava
Hi: Has anyone come across this error message: some methodname method not supported What does this mean? Thanks. Rino

Antwort: RE: Security issue - deploy

2001-11-29 Thread Ruben_Inoto
Thank you very much, making the .ds file read-only seems the best solution for me.. thank you again, Ruben Wilkins, Craig [EMAIL PROTECTED] on 11/29/2001 03:43:04 PM Bitte antworten an [EMAIL PROTECTED] An: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Kopie: Thema:RE: Security issue

Newbie installation problems

2001-11-29 Thread Adam
I am trying to get SOAP working with partial success on the following platform NT4 SP6a JDK 1.2 Apache 1.3 Tomcat 3.3 Xerces 1.4 Apache-Soap 2-2 The problem I am having is that when I point my browser to the MessageRouter URL I get the correct SOAP response from the server i.e about not

XML Payload Performance

2001-11-29 Thread Hashimoto, Mike
Hello All, Problem: Shipping an XML string, ~300K in length. When Apache Soap 2.2 receives, it takes about 35+ sec's before the actual method on the server side gets dispatched! There are many tags and the marshalling/unmarshalling of the XML data is causing the extreme delay. The server CPU

Re: difference between terms marshall and serialize

2001-11-29 Thread Xiao Juguang
Subject: difference between terms marshall and serialize Can anyone explain to me what the difference (if there is any) is between the terms marshall and serialize? I did not find.It seems they all mean to convert an object into a string. Any else?

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
Thanks, I'll try this out. Rino -Original Message- From: Lene Bredgaard [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError I have recently been introduced to a nice little tool, that helped me getting my classpath

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
By current directory do you mean to say the directory in which my Client and Server programs reside? Rino -Original Message- From: Alex Kashko [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: RE: NoSuchMethodError is the current

RE: NoSuchMethodError

2001-11-29 Thread Rino Srivastava
Yes I already added that in the tomcat.bat file. Rino -Original Message- From: Vinod Soni [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 10:34 AM To: [EMAIL PROTECTED] Subject: Re: NoSuchMethodError You will also have to take care that xerces.jar appears first in the

RE: Installing apache-soap on IIS and using tomcat 3.1

2001-11-29 Thread William Brogden
-Original Message- From: Rino Srivastava [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 4:06 PM To: [EMAIL PROTECTED] Subject: RE:Installing apache-soap on IIS and using tomcat 3.1 Hello: I was wondering if someone can guide me about the installation

getting boolean

2001-11-29 Thread Oleg
Hmm thats interesting, didnt think I gonna run into this problem :) How can I get back boolean? if I do result.getValue(); I will get true or false, however cannot cast it to boolean ofcourse since its an Object, is there a way to get boolean value? Ofcourse I can cast it to wrapper Boolean and

RE: XML Payload Performance

2001-11-29 Thread Wilkins, Craig
Compare the SOAP message payload of the 300K string to the payload of the String that is XML? There has to be something different. What does your soap service method do with the input string? Is there a performance issue as it parses it into DOM, etc? What if you just print it out, do you

Abstarct method error

2001-11-29 Thread P Sreenivasa Rao
Hi all, I'm getting the following error. Exception in thread "main" java.lang.AbstractMethodError at org.apache.soap.util.xml.DOM2Writer.print(DOM2Writer.java:139) at org.apache.soap.util.xml.DOM2Writer.serializeAsXML(DOM2Writer.java:98) at

getAddress problem

2001-11-29 Thread Grabner Michael
Hi! I'm trying to run the sample 'addressbook' which doesn't run on my machine yet. I already searched in archive for the same problem. I also found many postings with the same error, but there wasn't a real solution which seemed to be logical. So I once more want to ask if anybody can help me.

RE: solved: calling stateless EJB via SOAP

2001-11-29 Thread Bernd Proissl
That's a good idea, thanks for the info. Not as good as yours: adding the ejb-jar to the classpath in jboss' startup script also seems to break jboss' auto-deploy feature :-( I solved the problem differently - I added my jar to JBOSS_HOME/dist/lib/ext. But it accomplishes the same thing -