SOAP-Client in Oracle DB

2002-05-23 Thread Maik Kuendig
Hello Did someone now if I can load a SOAP-Client into an Oracle DataBase. Because I can have JavaStoredProcedures in the DataBase. I hava already try to load: soap.jar xerces.jar mail.jar activation.jar in to the DataBase, but if I try to compile a SOAP-Client Programm, i got the error:

namespace declaration in method

2002-05-23 Thread Paul Johnston
I am attempting to use soap to talk to a proprietary piece of software with a soap interface. However, they don't support namespace declarations for methods, so instead of: ns1:CreateSession xmlns:ns1= ... /ns1:CreateSession xmlns:ns1= They only accept CreateSession ... /CreateSession Very

Re: SOAP-Client in Oracle DB

2002-05-23 Thread Steve Muench
Should work fine. Make sure you're using 8.1.7.1 or higher of the Oracle database since 8.1.6 had a database JVM issue with System.arrayCopy() of two-dimensional arrays of int's which caused crashes using Xerces. Does the client program work correctly and compile correctly *outside* the

Turning off the ServiceManager

2002-05-23 Thread David . Webster
All, I am using the following config file: soapServer serviceManager option name=SOAPInterfaceEnabled value=false/ /serviceManager configManager value=org.apache.soap.server.DefaultConfigManager option name=filename value=conf/CatalogaSoapServices.ds/ /configManager /soapServer

RE: Can Tomcat share port 80?

2002-05-23 Thread Hecking, Dirck J
no. -Original Message- From: amy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 10:00 AM Subject: Re: Can Tomcat share port 80? Charles Brauer, I think the 80 port has been possessed by IIS. Ö Àñ£¡

RE: tell me some web site about web service

2002-05-23 Thread Rebecca Dias
Amy, www.xmlbus.com is a great resource to learn about Web Services and to implent your own for any J2EE app server. XMLBus will be internationalized by the end of this quarter as well. becky -Original Message- From: amy [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 3:37 AM

RE: tell me some web site about web service

2002-05-23 Thread Anne Thomas Manes
I recommend that you go to http://www.theserverside.com and do a search on SOAP or Web Services. This is a J2EE resources site. You'll find lots of articles and tutorials on Web services. You can also go to all of the Java Web Services platform companies and J2EE providers:

Re: no signature match for message service

2002-05-23 Thread Mark Vovsi
That's the problem. My method has the 3 necessary parameters SOAPEnvelope, SOAPContext, and a response SOAPContext. That's why it's even more confusing why the error is thrown. Should I be specifying parameters in the deployment descriptor file somehow? Right now, I'm only specifying the method

RE: Turning off the ServiceManager

2002-05-23 Thread Emilio Belmonte
Title: RE: Turning off the ServiceManager The only way to do it is by writing your config manager. If the only thing you want to do is to disable the config manager once you gave deployed your services, then extend the DefaultConfigManager and disable those methods you want. Then , you need

RE: Can Tomcat share port 80?

2002-05-23 Thread Dan Allen
I have -Original Message- From: Charles Brauer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: Can Tomcat share port 80? Howdy all, Has anybody successfully setup Tomcat to share port 80 with a web server on a Windows 2000

RE: Can Tomcat share port 80?

2002-05-23 Thread Dan Allen
The ISAPI plugin for Tomcat provides this functionality. -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:15 PM To: [EMAIL PROTECTED] Subject: RE: Can Tomcat share port 80? I dont think so. Maris -Original

RE: Can Tomcat share port 80?

2002-05-23 Thread Dan Allen
TheTomcat ISAPI plug-in for IIS provides this functionality -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 3:12 PM To: [EMAIL PROTECTED] Subject: RE: Can Tomcat share port 80? Charles If by share port 80 with a web

soap in weblogic

2002-05-23 Thread manishi tuli
Hi , I am very new to in this area, as i know weblogic6.x supports soap .So do i need to put sopa related jar files there, or i can use weblogic inbuilt supports. thanks Maneshi Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience

RE: Auto deployment of services???

2002-05-23 Thread Ed King
Because of the way jBoss works it will not be persistent because he erases the tmp directory before redeploying all WAR and EAR files in the deploy directory. Does anyone have Apache Soap working with jBoss 2.4.3 and Tomcat 4.0.2 in a persisted state, meaning not having to redeploy services every

Re: soap in weblogic

2002-05-23 Thread Chris Argo
I haven't tried using Weblogic's version of soap...undoubtedly they have packaged apache's and renamed it. http://xml.apache.org/soap/docs/install/ manishi tuli wrote: Hi , I am very new to in this area, as i know weblogic6.x supports soap .So do i need to put sopa related jar files there, or i

Re: tell me some web site about web service

2002-05-23 Thread LAMY Olivier
http://www.soapuser.com/ - Original Message - From: Vivek Chopra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 23, 2002 5:22 PM Subject: Re: tell me some web site about web service Hello Amy, I would like to suggest the following site: http://www.soaprpc.com

RE: Auto deployment of services???

2002-05-23 Thread Ruben_Inoto
In soap.xml (in WEB-INF) you can specify a directory for your deployed services file --- !-- Apache SOAP Server Configuration File -- soapServer !-- Specifies the location of the DeployedServices.ds file --

Solved: Sharing port 80

2002-05-23 Thread Charles Brauer
Hello all, Thanks to all of you that responded to my question of how to setup both a web server and Tomcat on a single Windows 2000 server, where both servers share port 80. Here is how I did it. Since Windows 2000 Server can host multiple domains, I set up two static IP addresses:

RE: Auto deployment of services???

2002-05-23 Thread Tiago Fernandes Thomaz
How do I deploy the soap.war and a service to jboss at server startup? I have a service which is provided by a java class and want to deloy it automactically at server startup, is it possible? Do I have to add the class to the soap.war? Tiago Fernandes Thomaz -Original Message- From:

RE: Auto deployment of services???

2002-05-23 Thread Tiago Fernandes Thomaz
But that file is generated only when the first service is deployed, correct? And where is soap.xml file located? - I didn't find it anywhere in soap instalation package... Tiago Fernandes Thomaz Accenture - CHT www.accenture.com Phone: +351 21 3956530 Mobile: +351 93 5255660 -Original

RE: Auto deployment of services???

2002-05-23 Thread Ed King
If you know what services you are going to deploy and that you will not deploy any other services then you could package the DeployedServices.ds file in the soap.war. -Original Message- From: Tiago Fernandes Thomaz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 14:43 To: '[EMAIL

RE: Apache SOAP does not recognbize https protocol?

2002-05-23 Thread Joe Pruitt
Title: RE: Apache SOAP does not recognbize https protocol? The following FAQ should answer all of your questions. http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html -Joe -Original Message- From: Jonathan Yue [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002

making utf-8 the default charset

2002-05-23 Thread Stephane Pelchat
Hi there, Is there a configuration parameter to force the default charset from iso-8859-1 to UTF-8? One of our SOAP clients is not including charset info in its content-type and we still want to read the body as UTF-8. Any help appreciated, thanks -Stéphane

RE: soap in WebLogic

2002-05-23 Thread Brian BBA41 Bannister
We use Apache SOAP with Weblogic 5.1 and are migrating it to 6.1. The problem with the Weblogic implementation of SOAP is that it has no way to support session state - so all of your services must be stateless. This is as per the SOAP spec, but is useless for us. With Apache SOAP you can choose

RE: Apache SOAP does not recognbize https protocol?

2002-05-23 Thread Jonathan Yue
Title: RE: Apache SOAP does not recognbize https protocol? This doc is old, and if you use j2sdk1.4.0, you dont need to worry about the jsse stuff. Thanks. Regards Jonathan -Original Message-From: Joe Pruitt [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 23, 2002 3:18 PMTo:

RE: Apache SOAP does not recognbize https protocol?

2002-05-23 Thread Jonathan Yue
I downloaded jdk1.4 and the https error msg is gone, but still there are exceptions from client and server. Please help more. (again, tomcat/ssl/ is working fine from http and https browser requests). client: === Deploying the messaging service...

RE: Apache SOAP does not recognbize https protocol?

2002-05-23 Thread Joe Pruitt
Title: RE: Apache SOAP does not recognbize https protocol? Try adding the following javax debug flag to your runtime args -Djavax.net.debug=ssl This will dump a bunch of ssl diagnostics. More than likely you haven't trusted the server cert locally. If so, you need to download and install