Re: Axis or SOAP...

2005-01-13 Thread Scott Nichol
You should use Axis. It continues to evolve to support new and updated standards. Notably, it supports WSDL 1.1 and JAX-RPC, the latter implying that you could use Axis now and decide to switch to another implementation in the future if necessary. Apache SOAP supports SOAP 1.1 and SOAP with

Axis or SOAP...

2005-01-13 Thread Jim
I was interested in evaluating for use Apache Java class libraries for SOAP/WSDL. My questions are the following: o Should I be using Axis or SOAP? o Does the SOAP project supercede the Axis project? Which should I be using. I will investigate both, but was just wondering if . Thanks to

Re: testing http://localhost/axis/EchoHeaders.jws?method=list gives a soapenv:Server.userException (java.lang.NullPointerException)

2004-12-15 Thread Scott Nichol
Please post Axis questions to [EMAIL PROTECTED] Thanks. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Stig Rasmussen" <[EMAIL PROTECTED]> To: <[EMA

testing http://localhost/axis/EchoHeaders.jws?method=list gives a soapenv:Server.userException (java.lang.NullPointerException)

2004-12-15 Thread Stig Rasmussen
s to servlet engines but I followed axis-1_1\docs\install.html without any problems until now. Does anyone know why?   best regardsStig P., Denmark

Axis backward compatibility to Apache Soap w/ messagerouter

2004-12-08 Thread Pramodh Peddi
(Envelope, SOAPContext) in their API. Migrating from Apache SOAP to Apache AXIS when using rpcrouter is easy as we do not use (if we do, its very little) soap-specific imports on the server-side soap. Then, what about migrating from messagerouter of Apache Soap to Apache Axis? Is it not possible

Axis c++ 1.4 Alpha is released

2004-12-03 Thread axis cpp
Hi All; 1.4 Alpha has been released and could be downloaded at http://www.apache.org/dist/ws/axis-c/ The following features were added to this release: 1. SSL implementation2. Cookie based session support for the client side (AXISCPP-226)3. SOAP header based session support for the client

Apache Soap vs Axis

2004-12-02 Thread Pramodh Peddi
My company is trying to make the product more scalable. We are using Apache Soap right now. So, we are considering migrating from Soap to Axis as one of the important sources to enhance the scalability/performance of the product.   Can anyone provide any official documentation on how

Axis C++ 1.3 final is released

2004-10-28 Thread axis cpp
Hi All, The Apache Axis C++ team would like to announce the Final release of Axis c++ 1.3. The binary and source distributions can be downloaded from http://ws.apache.org/axis/cpp/download.html

RE: Migrating from Apache SOAP to Axis

2004-10-19 Thread Shukla, Minaxi
:03 PM To: [EMAIL PROTECTED] Subject:RE: Migrating from Apache SOAP to Axis Thanks Anne and Scott. Now, how do I fix it in Apache SOAP? I replaced the line 408 in Fault.java with following (pass the constant for SOAP encoding): Bean paramBean = xjmr.unmarshall

RE: Migrating from Apache SOAP to Axis

2004-10-14 Thread Shukla, Minaxi
: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 10:41 AM To: [EMAIL PROTECTED] Subject:Re: Migrating from Apache SOAP to Axis OK, now I see the following in 1.0 >>>> 5.3.2 Bindings and Faults There are several interpretations for how wsdl:part e

Re: Migrating from Apache SOAP to Axis

2004-10-14 Thread Scott Nichol
iginal Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 14, 2004 11:36 AM Subject: Re: Migrating from Apache SOAP to Axis Is that specified in version 1.0 or 1.1 of the profile? I had looked at 1.0, but did not see anythi

Re: Migrating from Apache SOAP to Axis

2004-10-14 Thread Scott Nichol
Message - From: "Anne Thomas Manes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 14, 2004 11:21 AM Subject: RE: Migrating from Apache SOAP to Axis > I'm not sure you can fix this problem from the Axis perspective. Axis > conforms to WS-I B

Re: Migrating from Apache SOAP to Axis

2004-10-14 Thread Scott Nichol
You have researched this better than I have. I suggest you take the matter up on an Axis e-mail list. You probably should try [EMAIL PROTECTED], since you have a specific implementation question (why is there no encodingStyle attribute anywhere in the Fault payload, especially since the

RE: Migrating from Apache SOAP to Axis

2004-10-14 Thread Anne Thomas Manes
I'm not sure you can fix this problem from the Axis perspective. Axis conforms to WS-I Basic Profile, which requires that all faults be formatted as document/literal, therefore they do not (must not) contain an encoding style attribute. Apache SOAP should not require an encoding style attr

RE: Migrating from Apache SOAP to Axis

2004-10-14 Thread Shukla, Minaxi
Scott, I tried that, but didn't work. Both the inScopeEncStyle and declEncStyle are null. I traced it back upto RPCMessage.extractFromEnvelope() method and here also the declEnvEncStyle and declBodyEncStyle are null. So, I compared the responses from Apache SOAP service and Axis service

Re: Migrating from Apache SOAP to Axis

2004-10-13 Thread Scott Nichol
ct: RE: Migrating from Apache SOAP to Axis Scott, Both captures has response with Fault. The first part is the request message and after that there is response message. Let me know if you need more info. Thanks -Minaxi -Original Message- From: Scott Nichol [mailto:[EMAIL PROTE

RE: Migrating from Apache SOAP to Axis

2004-10-13 Thread Shukla, Minaxi
PM To: [EMAIL PROTECTED] Subject:Re: Migrating from Apache SOAP to Axis Do you have a capture when the Axis service returns a Fault? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original

Re: Migrating from Apache SOAP to Axis

2004-10-13 Thread Scott Nichol
Do you have a capture when the Axis service returns a Fault? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Shukla, Minaxi" <[EMAIL PROTECTED]> To: <[EMA

RE: Migrating from Apache SOAP to Axis

2004-10-13 Thread Shukla, Minaxi
Has anyone come across any issues when migrating from Apache SOAP to Axis? I would really appreciate if anyone can help me with the issue described below. Thanks -Minaxi -Original Message- From: Shukla, Minaxi Sent: Wednesday, October 13, 2004 11:54 AM To: '[EMAIL PROT

RE: Migrating from Apache SOAP to Axis

2004-10-13 Thread Shukla, Minaxi
Yes, I have captured the SOAP messages from both the deployments (with Apache SOAP and Axis). See the SOAP messages attached. Thanks for your help -Minaxi <> <> -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004

Re: Migrating from Apache SOAP to Axis

2004-10-13 Thread Scott Nichol
What would help most: capture and post to this list the contents of the response that is causing the client a problem. Depending on your OS and tool preference, you can capture with Network Monitor (Windows), tcpdump (*nix), TcpTunnelGui (Apache SOAP), tcpmon (Axis), tcpTrace/proxyTrace (for

Migrating from Apache SOAP to Axis

2004-10-13 Thread Shukla, Minaxi
Hi, I want to migrate our web services deployed on Apache SOAP 2.2 to Axis 1.1 without having to update the client developed with Apache SOAP. It works fine with good scenarios where the service returns a successful respose. But, when service throws a business exception, the client gets

Axis C++ 1.3 Beta is released

2004-09-16 Thread axis cpp
Hi All,The Apache Axis C++ team would like to announce theBeta release of Axis c++ 1.3.The binary and source distributions can be downloadedfromhttp://ws.apache.org/axis/cpp/download.html

Axis C++ 1.3 Alpha is released

2004-08-19 Thread axis cpp
Hi All, The Apache Axis C++ team would like to announce the Alpha release of Axis c++ 1.3. The binary and source distributions can be downloaded from http://ws.apache.org/axis/cpp/download.html

RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread LEBLANC, Damiens
f.com ..   De : Anne Thomas Manes [mailto:[EMAIL PROTECTED] Envoyé : mardi 17 août 2004 14:56 À : [EMAIL PROTECTED] Objet : RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult   You should send this quest

RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread Anne Thomas Manes
You should send this question to the axis-user list: mailto:[EMAIL PROTECTED]     From: LEBLANC, Damiens [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 6:38 AM To: '[EMAIL PROTECTED]' Subject: AXIS - Can't generate WSDL - NoClassDefFoundError SOAP

RE: AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread Anne Thomas Manes
You should send this question to the axis-user list: mailto:[EMAIL PROTECTED]     From: LEBLANC, Damiens [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 6:38 AM To: '[EMAIL PROTECTED]' Subject: AXIS - Can't generate WSDL - NoClassDefFoundError SOAP

AXIS - Can't generate WSDL - NoClassDefFoundError SOAPFAult

2004-08-17 Thread LEBLANC, Damiens
Hi,       I'm working with this environment · Sun Solaris 8 · AXIS 1.1 · Tomcat 4.1 · Java 1.4   I'm trying to generate my first WSDL. But I have a NoClassDefFoundError exception :   Exception in th

Re: Calling axis stock quote example from perl

2004-07-21 Thread John Heim
nstructions. Anyway, I got it working. The code is below. Note the sub at the end that overwrites the existing SOAP::Lite sub and returns the proper credentials... #!/usr/bin/perl use SOAP::Lite; my $lite = SOAP::Lite->new; $response = $lite->proxy('http://localhost:8080/axis/servl

Re: Calling axis stock quote example from perl

2004-07-21 Thread Scott Nichol
l Message - From: "John Heim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 20, 2004 4:27 PM Subject: Calling axis stock quote example from perl > > > I went all the way through the axis installation instructions at > http://ws.apache.org/ax

Calling axis stock quote example from perl

2004-07-20 Thread John Heim
I went all the way through the axis installation instructions at http://ws.apache.org/axis/java/install.html. I was able to run the stock quote demo and got back the correct result (55.25). If I go to http://localhost:8080/axis/servlet/AxisServlet, I get a page that says, "And now

Axis C++ 1.2 beta is released

2004-07-01 Thread axis cpp
Hi All,The Apache Axis C++ team would like to announce the release of Axis c++ 1.2beta. The binary and source distributions can be downloaded fromhttp://ws.apache.org/axis/cpp/download.htmlThis releaes includes bug fixes from Axis C++ 1.2 alpha and the following features. Transport abstraction

Re: Accessing Axis service using Axis client (JSP)

2004-06-23 Thread Scott Nichol
I don't know the answer to either of your questions (why doesn't Axis de-serialize the return value, and how does Axis know how to serialize the CRMCustomer-type). I suggest you give the Axis list a whirl ([EMAIL PROTECTED]). Scott Nichol Do not send e-mail directly to this e-ma

Re: Accessing Axis using Apache SOAP client (JSP)

2004-06-23 Thread Scott Nichol
The error is just what it claims to be: the service has included an element of type 'int' which is specified as nil, but that is something Apache SOAP does not support. An Axis solution is the best direction for you to take. Scott Nichol Do not send e-mail directly to this e-ma

Accessing Axis service using Axis client (JSP)

2004-06-23 Thread Ruane, Conleth
Hi All. I am currently trying to migrate a SOAP client (JSP page) from Apache SOAP to Axis. I can now successfully send and receive simple messages but I'm having a problem with the deserialization of Complex types. This is the relevant piece of code (adapted from the Axis bidbuy s

RE: Accessing Axis using Apache SOAP client (JSP)

2004-06-23 Thread Ruane, Conleth
ypes (Constants.NS_URI_SOAP_ENC, qn_int2, null, null, id); Now I'll concentrate on an Axis based version of the client but if anyone has any more suggestions I'd be greatfull. Thanks Con -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: 22 June 2

Re: Accessing Axis using Apache SOAP client (JSP)

2004-06-22 Thread Scott Nichol
se it is filtered to accept only mail from specific mail lists. - Original Message - From: "Ruane, Conleth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 11:34 AM Subject: Accessing Axis using Apache SOAP client (JSP) Hi All, I've s

Accessing Axis using Apache SOAP client (JSP)

2004-06-22 Thread Ruane, Conleth
fine. The team implementing the SOAP service provide me with a JAR library with the classes used and appropriate serializer classes. Now the latest version of the service is implemented using Axis and I've received a new jar library. I don't really want to change my JSP page to use

axis: attachments: managed memory datasource

2004-06-18 Thread murugesh dour
halo, I terribly need someones assistance to solve this. I am using one of the axis application "attachments". Here the ServiceClass receives the attachements and 'caches' in memory (as below)., I want to see the contents (files-attachments) in the disk on servic

axis: attachments: managed memory datasource

2004-06-18 Thread murugesh dour
halo, I terribly need someones assistance to solve this. I am using one of the axis application "attachments". Here the ServiceClass receives the attachements and 'caches' in memory (as below)., I want to see the contents (files-attachments) in the disk on service side.

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Anne Thomas Manes
Please send Axis-related questions to the Axis-user list. [EMAIL PROTECTED] -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:55 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Anne Thomas Manes
Please send Axis-related questions to the Axis-user list. [EMAIL PROTECTED] -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:55 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a

Parameter order in servlet call to Axis service?

2004-06-01 Thread Guido Lemoine
more than 10 parameters. I am using Axis 1.1 under TOMCAT 5.0.18 Thanks, Guido Lemoine *** The web service *** package test; public class CheckOrder { public String doIt (String a, String b, String c) { String reply = "The correct order of the parameters is " + a + "; &q

Sending Attachemnts in Axis - Help Required !!

2004-05-19 Thread Dhanush Gopinath
Hi All I have been posting this question a few times. I dont know if I am asking something foolish. One Last try  .. Please somebody reply . Can we send attachments in this form(GIVEN BELOW AFTER THE LINE) in Axis  ? Does Axis supports this kind of attachment sending other than sending it

Re: Is MimeBodyPart included as a type in AXIS ??? - To Send Attachemtn s

2004-05-15 Thread Davanum Srinivas
You are asking on the wrong mailing listask on axis-user mailing list. make sure you are using latest 1.2 Beta / Nightly as well. -- dims - Original Message - From: Dhanush Gopinath <[EMAIL PROTECTED]> Date: Fri, 14 May 2004 19:51:37 +0530 Subject: Is MimeBodyPart included as

Is MimeBodyPart included as a type in AXIS ??? - To Send Attachemtn s

2004-05-15 Thread Dhanush Gopinath
Hi All,   I am trying to send SOAP Message with attachment using Apache Axis Engine.    This is my reference : http://www-106.ibm.com/developerworks/webservices/library/ws-soapatt/?open&l=930,t=grws   I declared my interface, created the wsdl file by Java2WSDL. Now my Webservice method t

RE: Some interesting comments on SOAP/AXIS from Marc Fleury, CEO and Founder of JBoss

2004-05-04 Thread Anne Thomas Manes
BSD-style license) allows end users to use Apache Axis anyway they want. Anne -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 3:20 PM To: [EMAIL PROTECTED] Subject: Re: Some interesting comments on SOAP/AXIS from Marc Fleury, CEO and Founder

RE: Some interesting comments on SOAP/AXIS from Marc Fleury, CEO and Founder of JBoss

2004-05-04 Thread Anne Thomas Manes
BSD-style license) allows end users to use Apache Axis anyway they want. Anne -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 3:20 PM To: [EMAIL PROTECTED] Subject: Re: Some interesting comments on SOAP/AXIS from Marc Fleury, CEO and Founder

Re: Some interesting comments on SOAP/AXIS from Marc Fleury, CEO and Founder of JBoss

2004-05-04 Thread Davanum Srinivas
IBM/Axis story is VERY OLD IBM forked after 1.0 (oct 2002(, others including me have stepped in. We have had 5 releases (including betas) since then (see http://ws.apache.org/axis/releases.html). The only reason JBoss did not notice this fact till now is because they did not feel the difference

Some interesting comments on SOAP/AXIS from Marc Fleury, CEO and Founder of JBoss

2004-05-04 Thread Daniel Zhang
Can we end users use Apache AXIS source code freely like we did to Apache SOAP anymore? See details at http://crn.channelsupersearch.com/news/crn/49878.asp

RE: Apache SOAP VS Apache AXIS

2004-02-25 Thread Anne Thomas Manes
Yes. Apache Axis runs on XP. At 07:47 PM 2/25/2004, you wrote: I have a windows XP machine. Would Apache Axis work on windows XP environment? Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL

RE: DII with axis

2004-02-25 Thread Secka-Jallow, Dibor
I have downloaded Apache Axis, Tomcat and Xerces. I have problems in where to compile the file My ReceiveweeklyClient. When I try to complie it in this directory C:\Jakarta\jakarta\webapps It is telling me that Could not find java.dll Could not find java 2 runtime environment When I try to start

Re: DII with axis

2004-02-25 Thread Scott Nichol
Doesn't EchoAttachment (http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-axis/java/samples/attachments/EchoAttachment.java) use DII? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Me

DII with axis

2004-02-25 Thread Bassem HAIDAR
hello i search for an example of DII with soap axis, and how i can return a DataHandler object or a Object[] from a DII call. thanks

Re: Apache SOAP VS Apache AXIS

2004-02-25 Thread Scott Nichol
Attachments specification, only supports attachments using DIME. As such, Apache SOAP cannot exchange attachments with Microsoft SOAP clients and servers. Apache Axis, on the other hand, implements attachments using both MIME and DIME, and thus can interoperate with Microsoft, as well as with the

Re: Apache SOAP VS Apache AXIS

2004-02-25 Thread Bassem HAIDAR
hello Would Apache Axis work well for file attachmenet then Apache Soap ? thanks Secka-Jallow, Dibor wrote: I have a windows XP machine. Would Apache Axis work on windows XP environment? Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message

RE: Apache SOAP VS Apache AXIS

2004-02-25 Thread Secka-Jallow, Dibor
I have a windows XP machine. Would Apache Axis work on windows XP environment? Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 1:03 PM To: [EMAIL

Re: Apache SOAP VS Apache AXIS

2004-02-25 Thread Scott Nichol
If you do not have considerable time invested in this and do not have services running in production, I highly recommend you change to Axis now. Apache SOAP is best for people who have already made a significant commitment. You will want to use the 1.1 version of Axis at http://ws.apache.org

RE: Apache SOAP VS Apache AXIS

2004-02-25 Thread Secka-Jallow, Dibor
: [EMAIL PROTECTED] Subject: Re: Apache SOAP VS Apache AXIS If you do not have existing Apache SOAP code, you should definitely use Axis. Here are some reasons. 1. The Apache SOAP project has almost no active development, and has not had a new release in years. 2. Axis supports more web services

Re: Apache SOAP VS Apache AXIS

2004-02-25 Thread Scott Nichol
If you do not have existing Apache SOAP code, you should definitely use Axis. Here are some reasons. 1. The Apache SOAP project has almost no active development, and has not had a new release in years. 2. Axis supports more web services specifications and intends to implement new ones as

Re: Apache SOAP VS Apache AXIS

2004-02-25 Thread Calicrates Policroniades
I found this link quite useful and instructive: http://www.javaworld.com/javaworld/jw-01-2002/jw-0125-axis.html

RE: Apache SOAP VS Apache AXIS

2004-02-25 Thread Secka-Jallow, Dibor
PROTECTED] Sent: Wednesday, February 25, 2004 10:55 AM To: [EMAIL PROTECTED] Subject: Apache SOAP VS Apache AXIS Hi, I'm at the beginning of a software project in which I'm planning to include support for SOAP messages in an application with intensive typed data interchange. I'

Apache SOAP VS Apache AXIS

2004-02-25 Thread Calicrates Policroniades
oap's follow-on project Apache AXIS. I understand the why of this in general terms, but I was wondering if someone with more experience than me (I'm a newbie to be honest) can still find advantages in using apache SOAP and not axis. Thanks, Cali

Re: AXIS in WAS 4.X env

2004-02-24 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 2:42 PM Subject: AXIS in WAS 4.X env Does anyone have an experience using AXIS in WAS 4.x env ? First of all, can axis be used in WAS 4.x ? IF so, I'm looking for a configuration checklist.. Thanks a bunch, -

AXIS in WAS 4.X env

2004-02-24 Thread Vishal Shah
Does anyone have an experience using AXIS in WAS 4.x env ? First of all,  can axis be used in WAS 4.x ? IF so,  I'm looking for a configuration checklist..   Thanks a bunch, Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.

Doc/lit support in Axis C++ : need doc/lit style wsdls.

2004-01-09 Thread Susantha Kumara
help to make the Axis C++ better. Thanks in advance, Susantha.

ANNOUNCE:Release of Apache Axis C++ v1.0 Final

2004-01-09 Thread Susantha Kumara
We are proud to announce the release of Apache Axis C++ v1.0. This implementation of a C++ SOAP engine provides a stable platform for developing Web services in C and C++. This engine can be used to develop client applications as well. This release includes the following features: - SOAP

Differences b/w Axis and Apache SOAP

2003-12-08 Thread Dhanush Gopinath
Hi All,   Can any one please give me the  differences betwwen the Apache SOAP 2.0 and Axis ?     Thanks & Regards   Dhanush ** Scanned by eScan Content-Security and Anti-Virus Software. Visit http://www.mwti.net for more

ANNOUNCE: Release of Apache Axis C++ v1.0 (Alpha)

2003-11-05 Thread Susantha Kumara
We are proud to announce the release of Apache Axis C++ v1.0 (Alpha).This implementation of a C++ SOAP engine provides a stable platformfor developing Web services using C/C++ as well as a client sidelibrary for developing C/C++ client applications. This releaseincludes the following

Re: Does .NET client work with Apache SOAP 2.3 or only with AXIS?

2003-07-03 Thread Scott Nichol
Sorry, no Axis samples. However, Axis emits WSDL, which .NET will consume. For example, the wsdl.exe utility that is part of .NET can generate a proxy class for your Axis WSDL. Then your ASP.NET code would just invoke methods on that class. On 2 Jul 2003 at 23:18, Parames wrote: > Hi Sc

Re: Does .NET client work with Apache SOAP 2.3 or only with AXIS?

2003-07-02 Thread Parames
Hi Scott , By any chance do you have examples for ASP .Net client with AXIS Service?.Or Any documentation or materials?? Help will be much appreciated, Thanks a lot. --- Scott Nichol <[EMAIL PROTECTED]> wrote: > It is certainly possible to write .NET clients for > Apache SOAP

Re: Does .NET client work with Apache SOAP 2.3 or only with AXIS?

2003-07-02 Thread Scott Nichol
It is certainly possible to write .NET clients for Apache SOAP services. There is an example at http://www.scottnichol.com/vbnetclientapachesoap.htm. However, the interoperability is not achieved as simply as with Axis. One must either use a tool external to Apache SOAP to generate WSDL for

Re: Communication between axis and Apache soap

2003-07-02 Thread Scott Nichol
If you have deployed the same service code in Axis that you were using in Apache SOAP, then the client should need a URL change, and if you have changed the URI for the service, you would have to change that in the client as well. On 2 Jul 2003 at 9:45, Praveen Peddi wrote: > Hi Sc

Does .NET client work with Apache SOAP 2.3 or only with AXIS?

2003-07-02 Thread Sinha, Madhukar [IT]
Does .NET client work with Apache SOAP 2.3 service or only with AXIS service? Please help? -Original Message- From: Daniel Zhang [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: Re: response and result tag override Steve Pruitt wrote

Re: Communication between axis and Apache soap

2003-07-02 Thread Praveen Peddi
Hi Scott, Thanks for the response. I am happy to know that I don't have to change my clients. But is there any sample code that tells me how to call an axis service from a apache soap client. If my Axis service is described as follows: http://xml.apache.org/axis/wsdd/"; xmlns:

Re: Communication between axis and Apache soap

2003-07-02 Thread Scott Nichol
Yes, you can migrate your services to Axis now and keep your clients in Apache SOAP. Of course, when you migrate the services, be sure to keep them rpc/encoded and don't use features of Axis that are not supported by Apache SOAP. On 1 Jul 2003 at 12:26, Praveen Peddi wrote: > My se

Communication between axis and Apache soap

2003-07-01 Thread Praveen Peddi
My server and client are right now in apache. We are planning to migrate to apche axis. Changing the server is easy but there are multiuple client and due to the time constraints we can't migrate to apache axis on the client side.   My question is, can I keep my client as it is (in A

Re: HELP : 'deploy on startup servlet' FOR AXIS

2003-06-12 Thread Scott Nichol
Please post Axis questions to [EMAIL PROTECTED] On 12 Jun 2003 at 20:55, Siddharth Rath (sirath) wrote: > Hi , > Please excuse me for posting this here. I need some help for deploying > Services in AXIS. > I'm quite new to Axis. I'd develped one application with Apache SO

HELP : 'deploy on startup servlet' FOR AXIS

2003-06-12 Thread Siddharth Rath \(sirath\)
Hi , Please excuse me for posting this here. I need some help for deploying Services in AXIS. I'm quite new to Axis. I'd develped one application with Apache SOAP. Now the same has to be migrated to AXIS . I dunno how to deploy the service Programmatically in AXIS. The logic that I i

From Apache Soap 2.3.1 to Apache Axis 1.1

2003-03-23 Thread Johannes Fiala
Hi there, Just in case anybody else is finally making the move to Apache 1.1 (RC2 is a good candidate!), here are some facts on it: Migrating to Apache Axis from Apache Soap 2.3.1 turned out to be quite easy. Here are the most important things I ran into while exchanging my Apache Soap routines

Re: Axis problem!

2003-01-29 Thread Carl Cabou
It seems to be a classpath problem. Are you sure the axis.jar file is in the classpath ? Anyway, for Axis problems, you may use the Axis mailing list. Check it out at http://ws.apache.org/axis/mail.html. Thomas Schröter wrote: I am getting the following error when I am trying to run my

Axis problem!

2003-01-28 Thread Thomas Schröter
I am getting the following error when I am trying to run my application:   Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/Service   But I put all the jars in the /lib directory on the classpath. The example in /samples/userguilde/example1 works

Re: Axis

2003-01-28 Thread Thomas Schröter
al Message - From: Martin To: [EMAIL PROTECTED] ; Thomas Schröter Sent: Sunday, July 28, 2002 1:19 PM Subject: Re: Axis Thomas-The executing jar's manifest must identify a class which contains a main methodin order to execute at command linejava -jar JarWithoutMain.

Re: Axis

2003-01-28 Thread Martin
?? -Martin - Original Message - From: Thomas Schröter To: [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 11:06 AM Subject: Axis Hi,   I have the following problem:   If I instantiate the Object out of the class "org.apache.axis.client.Se

Axis

2003-01-28 Thread Thomas Schröter
Hi,   I have the following problem:   If I instantiate the Object out of the class "org.apache.axis.client.Service;" I get a NoClassDefFoundError at runtime. This error occurs only if I using this in the following manner:   package de.stuff;   import org.apache.axis.client.Service;   class R

Axis and SOAP with attachments

2003-01-24 Thread Johannes Fiala
Return Receipt Your Axis and SOAP with attachments document

RE: Axis <->

2003-01-22 Thread Ghershony, Arie
I installed Axis and while running the server, I receive a warning that there server_config.wsdd file is not been created. any one can tell me why it might be? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED

RE: Axis <-> Apache SOAP

2003-01-21 Thread Ghershony, Arie
I installed apache-Tomcat and downloaded axis and run it from a separated directory, I can see http://localhost:8080/axis/servlet/AxisServlet My project include 2 java files: I also successfuly compiled xmlcore.java and client.java and deployed the wervice. and put the files in the directory: D

Re: Axis <-> Apache SOAP

2003-01-21 Thread Scott Nichol
I believe there are summaries on the Apache SOAP and Axis sites that together do a decent job of showing the differences. A very brief explanation is that Apache SOAP implements most of SOAP 1.1, SOAP with Attachments and HTTP 1.0. Axis implements most of SOAP 1.1, WSDL 1.1, SOAP with

Axis <-> Apache SOAP

2003-01-21 Thread Alf Koegel
Hi *! Please don't hurt me! have patience of job with me! Do you know a site describing the differences between axis and apache soap? I'm starting a project, and it seems so, that there's no need of axis. But we will see. Otherwise, in my suggestion it should be possible to m

Tomcat, Axis and SSL (was: Using SOAP + HTTP as a client within tomcat.)

2003-01-02 Thread Michael D. Spence
> -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 12:06 PM > To: [EMAIL PROTECTED] > Subject: Re: Using SOAP + HTTP as a client within tomcat. > > > Good luck, and when you resolve this, it would be great if you could > post the resolut

RE: Axis and SOAP with attachments

2002-12-12 Thread Nirmal Mukhi
Return Receipt Your RE: Axis and SOAP with attachments document

RE: Axis and SOAP with attachments

2002-12-12 Thread Michael D. Spence
> -Original Message- > From: Michael D. Spence [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 11:45 PM > To: [EMAIL PROTECTED] > Subject: Axis and SOAP with attachments > > > I figured out how to have the server return the file as an > attachmen

Axis Buggy?

2002-12-11 Thread michel
I've been trying to use Axis for about a week now, and I'm frankly disappointed in what appears to be a highly unreliable software. I will run an application twice, and while it runs the second time fine, the first time it threw an exception. Another application worked fine for a whi

Axis and SOAP with attachments

2002-12-09 Thread Michael D. Spence
I'm working on a web service using Axis 1.0 and Tomcat 4.1.12. I've written a class that runs on the server and actually does the work that the service is supposed to do. I've subjected this to Java2WSDL and WSDL2Java, and have gotten the client-side calls to send their argume

Re: SOAP attachment interoperability between MS.NET and ApacheSOAP/Axis

2002-11-20 Thread Scott Nichol
there will be interop there. Axis supports DIME, but I don't think it has WSDL support for attachments as yet. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 4:45 PM S

SOAP attachment interoperability between MS.NET and Apache SOAP/Axis

2002-11-20 Thread jingkun . hu
Does anyone have a successful story of consuming an Apache Web services with attachments using MS.NET (e .g, C#.NET), or vice versa? If so, I would greatly appreciate your help if you can post your sample code? Jingkun -- To unsubscribe, e-mail: For additional comm

Axis: Help with correct typeMapping of JavaBean

2002-11-12 Thread Akin Ayi
I am using Axis 1.0, Is this how to go about what I need to do ? //My service, EchoService, returns whatever I send in MyBean. // With a simple Bean structure, it works just fine. public class MyBean { private String name = null; private float price = 0.0f; // Get & Set Methods } The .

Re: axis

2002-11-07 Thread Scott Nichol
> i'm just reading that http://xml.apache.org/axis/ = (kind of) apache soap > 3.0, > should we all use that now? If you are just getting started, you should probably use Axis. Apache SOAP will continue to be great for people who already use it, but it will not evolve to the SOAP 1.

RE: axis

2002-11-07 Thread Anne Thomas Manes
Yes, they also have a mailing list. You can find the archive here: http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2. To subscribe, send mail to mailto:axis-user-subscribe@;xml.apache.org or go to http://xml.apache.org/axis, click on Mailing Lists (in the left hand navigation bar), and s

  1   2   >