AW: Example com.client.Addit cannot find MSVCRTD.dll

2002-05-19 Thread Stefan Henke
Hi Karin, AFAK, msvcrtd.dll is a debug version of the msvc++ runtime library. It seems that your comprovider.dll was compiled with the debug version (msvcrtd.dll) of this library instead the release version (msvcrt.dll). I think you only get the debug version if you install ms visual studio. So,

AW: Implementation-independent services...

2002-01-30 Thread Stefan Henke
Hi, your idea is right. You should define an interface in wsdl for your service. Everybody who wants can download this definition and create a soap-service with any language he wants. Addiotionally, you can use uddi to discover the implementations and advertise your interface. But this is a bit

AW: Deployment Descriptors

2002-01-28 Thread Stefan Henke
Hi Simon, AFAK, Apache SOAP doesn´t include a tool which automaticalley creates a deployment descriptor for you. You have to write it by yourself. There are several tools (e.g. IBM Webservice Toolkit) which helps you with this. It also supports creating a wsdl-definition for your soap-server.

Complex datatypes and interoperability

2001-11-14 Thread Stefan Henke
Hi, I have a general question about using complex datatypes with soap and wsdl. I´m using WSTK 2.4 with Apache SOAP. I´m looking for expiriences for the issue of complex datatypes and interoperability? Have you already tried to send complex datatypes between Apache SOAP and .NET? If yes,

Re: Runningl problem with Tomcat WebSphere

2001-10-31 Thread Stefan Henke
Title: Runningl problem with Tomcat & WebSphere Hi Victor, I don´t know if I´m right, but here are my answers to your question. Tomcat: It´s seems that tomcat cannot find a config file. But I know which file. How did you install soap ontomcat? Usually, it is enough to copy the soap.war

Re: AW: Generating proxy for service

2001-10-29 Thread Stefan Henke
as the URL. Regards, Marko Görg -Ursprüngliche Nachricht- Von: Stefan Henke [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 29. Oktober 2001 09:25 An: [EMAIL PROTECTED] Betreff: Generating proxy for service Hi, I´m using Apache SOAP 2.2 together with WSTK 2.4. I

Import WSDL in WSDE

2001-10-22 Thread Stefan Henke
Hi, I´m using IBM WSTK and WSDE to test developoing webservices. I tried to invoke some services found on www.xmethods.com. I downloaded the appropriate WSDL file and tried to create a proxy class in WSDE. But for every file I tried, I got error messages. Most often I got the message:

Re: Import WSDL in WSDE

2001-10-22 Thread Stefan Henke
will be able to take those alternative links down soon. cheers, Tony -Original Message- From: Pavlovic Petar [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 12:43 PM To: Stefan Henke Subject: Re: Import WSDL in WSDE Sender: Stefan [EMAIL PROTECTED], Time: Monday

Re: uddi registry

2001-10-19 Thread Stefan Henke
Ms-Access -sunder -Original Message-From: Stefan Henke [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 20, 2001 7:44 AMTo: [EMAIL PROTECTED]Subject: Re: uddi registry Hi, thanks for the answer. I downloaded the registry. But I think the supported

OT: uddi registry

2001-10-18 Thread Stefan Henke
Hi,sorry for this off-topic question in the list here.I´m looking for free uddi registry which I can install locally fordevelopment purposes. I know that there is one from IBM, but you need toinstall DB2 for it. I´´m looking for one without a big database like Oracleor

Deploying service automatically

2001-10-01 Thread Stefan Henke
Title: Websphere 4.0 Hi, I´m new to SOAP and have one question. I use Tomcat and Apache SOAP 2.2 to communicate between client and server. If I want to deploy a new service, I have to go to the soap admin section and fill out the form. Is there a way to do this automatically by using the