IBM Sash WDE and SOAP services

2001-08-27 Thread Laurent Perez
Hi I'm trying to build a simple app using IBM's Sash devlopment environment. I need a WSDL file to describe my Service, so I wrote one from a fairly simple Java class, using wsdlgen.bat, bundled with IBM's Web Services Development Toolkit : it wrote two files, a .wsdl file, and an interface f

Re: cannot create bean of class org.apache.soap.server.ServiceManager

2001-08-27 Thread Tibeau Jacques
Hi It worked when I upgraded tomcat to the version 3.2.3. Is this faq? Or more likely I screwed up with tomcat 3.2.1 configuration? Is there anybody that use SOAP 2.2 with tomcat 3.2.1 and have no problem? TIA, j - Original Message - From: Tibeau Jacques <[EMAIL PROTECTED]> To: <[EMA

Problem with hello-World example of Java-World.com

2001-08-27 Thread Elsholz, Alexander
Hi, i try to create a HelloWorld-Programm(from javaworld.com) to Apache SOAP... For the Server i wrote a class, which returns a String, when i call the method and then deployed this with the Admin-Tool. I copied this class to /tomcat/webapps The client has now this mistake: Caught SOAP Exception

RE: cannot create bean of class org.apache.soap.server.ServiceManager

2001-08-27 Thread Micael Ericsson (QIN)
We are running Tomcat 3.2.3 with Soap 2.2, and everything is running without problems. We upgraded 2 weeks ago from Tomcat 3.2.1 and Soap 2.1, which also was running without problems. We are using Solaris 7 as OS. /Micael E. -Original Message- From: Tibeau Jacques [mailto:[EMAIL PROTEC

ServiceManger as a service - Unable to resolve..HELP!!!

2001-08-27 Thread Ralf Bierig
Hi, I try to access the class org.apache.soap.server.ServiceManager as a SOAP service. So far so good. I cannot access this service. I got the following error message (SOAP Fault): faultCode=SOAP-ENV:Server.BadTargetObjectURI faultString=Unable to resolve target object: org.apache.soap.server.

weblogic and https

2001-08-27 Thread Archana . Chaphekar
I am new to java security. My current installation is as follows, I have Windows 2000, with weblogic server, which serves my SOAP requests , They are then serviced by my Apache Soap 2.2 Service. What is required for Apache SOAP to service the SOAP requests, that will be received using https?

COM Example

2001-08-27 Thread Gus Delgado
Good Morning everyone, I'm trying to run the COM Example from the Apache SOAP. It deployed just fine but when I run the Addit class I get an Error that's does not make much sense to me, but I'm sure some of you have gotten it before. Fault Code = SOAP-ENV:Server.Exception: Fault String = initlo

Conversion of DeploymentDescriptor.xml to .wsdl file

2001-08-27 Thread Chiranjeevi Paruchur
Hi! All, Can I convert DeploymentDescriptor.xml file into a .wsdl file. Do we have any tools to do that. Thanks in advance. Chiran

element must contain a: 'faultcode' element

2001-08-27 Thread Tibeau Jacques
Hi I'm testing a very simple SOAP test program. But the very same program that once worked perfectly on SOAP 2.0 now returns the following error message with SOAP 2.2. [Error message] Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A 'htt p://schemas.xmlsoap.org/soap/en

Re: Conversion of DeploymentDescriptor.xml to .wsdl file

2001-08-27 Thread Radek Wisniewski
You are looking probably something like this: http://www.alphaworks.ibm.com/tech/webservicestoolkit Radek Wisniewski www.datenknecht.de On Mon, 27 Aug 2001, Chiranjeevi Paruchur wrote: > > Hi! All, > > Can I convert DeploymentDescriptor.xml file into a .wsdl file. > > Do we have any tools to d

deployment

2001-08-27 Thread [EMAIL PROTECTED]
hi all i have a little problem. i'm developping a service with soap/xml. i have an apache web server with tomcat on 2000 os. i have set the environment correctly. http://localhost:8080/soap/servlet/rpcrouter and http://localhost:8080/soap/servlet/messagerouter displays the correct message how

RPC-based SOAP service

2001-08-27 Thread Walid Rjaibi/Zurich/IBM
Hi, Suppose I create a standard Java class that has a method called "add()", which I would like to expose as a SOAP service. I am assuming that it is the SOAP engine that creates an instance of this class (please correct me if I am wrong). My question is at what time this instance is created? Is

RE: RPC-based SOAP service

2001-08-27 Thread Micael Ericsson (QIN)
The instance is created when first requested. How long its duration is depends on deployment settings which can be: request, session (http session) or application (as long as tomcat lives). /Micael E. -Original Message- From: Walid Rjaibi/Zurich/IBM [mailto:[EMAIL PROTECTED]] Sent: Mon

Re: RPC-based SOAP service

2001-08-27 Thread William Brogden
Walid Rjaibi/Zurich/IBM wrote: > > Hi, > > Suppose I create a standard Java class that has a method called "add()", > which I would like to expose as a SOAP service. I am assuming that it is > the SOAP engine that creates an instance of this class (please correct me > if I am wrong). My questi

call a apache soap service from vb

2001-08-27 Thread [EMAIL PROTECTED]
i have un apache-soap service that i call from a java client: : URL url = new URL( "http://localhost:8080/soap/servlet/rpcrouter"; ); String urn = "urn:demo1:exchange"; : params.addElement( new Parameter( "country1", String.class, "USA", null ) ); params.addElement( new Paramet

Re: call a apache soap service from vb

2001-08-27 Thread Carlos Vinueza M.
Check this sample, is really useful: http://marc.theaimsgroup.com/?l=soap-user&m=98683038702626&w=2 Of course you should have MS SOAP Toolkit Regards "[EMAIL PROTECTED]" wrote: i have un apache-soap service that i call from a java client: : URL url = new URL( "http://localhost:8080/soap/serv

calling stateless EJB via SOAP

2001-08-27 Thread Cook, Martin
I am attempting to use Apache ver 2.2 SOAP to call a stateless EJB deployed in JBOSS ver 2.2.2. The error I get back from Apache is: Fault Code = SOAP-ENV:Server Fault String = Error in connecting to EJB The JBOSS log shows this: [EmbeddedTomcatSX] In TemplateProvider.locate() [Embed

RE: COM Example

2001-08-27 Thread Gus Delgado
Can someone send the MSVCP60D.dll as an attachment on the list. I'm trying to get the COMProvider example to work. Thanks. Gus -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 7:58 AM To: [EMAIL PROTECTED] Subject: COM Example Good Morning ev

Unable to read 'DeployedServices.ds'

2001-08-27 Thread Roger L. Costello
Hi Folks, Just started using Apache SOAP (i.e., a newbie question) I installed the Apache SOAP, along with Tomcat. I copied the soap.war into Tomcat's webapps directory. I tested the server (Tomcat) and it seemed to work fine. However, when I ran the client test: java org.apache.soap.server.Se

Please respond....UnSupportedEncodingException

2001-08-27 Thread Sekhar Nadella
Hi, Note: Same code is working when both server and client m/c are NT. I'm getting the above error only when the server is os/390. I have installed apache/soap on WebSphere3.5(os/390). The rpcrouter servlet working fine. I'm getting error when I'm trying to execute ServiceManagerClient from my N

throwing Exceptions from an EJB through Soap to a client

2001-08-27 Thread mario . heiss
Hello together, does anyone know how to throw an Exception from an EJB through SoapServer to the client. Everytime I only can read out fo the Fault Object, but I need a real Exception at client side. Is there something to configure inside SoapAdmin ??? Thanks in advance Mario ---

Re: Conversion of DeploymentDescriptor.xml to .wsdl file

2001-08-27 Thread Chiranjeevi Paruchur
HI! Radek, Thanks for the info. Chiran Radek

Parameter: order or named

2001-08-27 Thread Micael Ericsson (QIN)
A selfmade service 'StringService' has method 'addStrings(firstString, secondString)', which return a concatinated string. When calling this service using SOAP 'Call' java Class order of parameters is significant. Sending 'secondString' parameter first (in XML message you can se parameter nam