Re: Wrapper/lit, Messaging Interop with .NET

2005-02-17 Thread Paul Callahan
t; wrapped/lit for interop between Axis (server in my case) and .NET (client > app in my case). > > I was wondering if Messaging style is also well supported with .NET? > > In the case of my application, we want to receive an XML structure + a > string + boolean, and return

Wrapper/lit, Messaging Interop with .NET

2005-02-17 Thread Faucher, Christian
Title: Message Hi,   I read few threads which recommend to use wrapped/lit for interop between Axis (server in my case) and .NET (client app in my case).   I was wondering if Messaging style is also well supported with .NET?    In the case of my application, we want to receive an XML

RE: Extracting attachments from messaging service calls

2005-01-12 Thread Jason Judt
ROTECTED] > -Original Message- > From: Greg Cawthorn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 9:03 AM > To: [EMAIL PROTECTED] > Subject: Extracting attachments from messaging service calls > > Hello, > > I am submitting a SOAP message with a

Extracting attachments from messaging service calls

2005-01-12 Thread Greg Cawthorn
Hello, I am submitting a SOAP message with an attachment to a web service using Axis 1.1. To implement a messaging service I have to use one of the following method signatures: public Element [] method(Element [] bodies); public SOAPBodyElement [] method (SOAPBodyElement [] bodies); public

Re: R: R: Newbie info on messaging

2004-11-17 Thread tony . q . weddle
2004 15.43 A: [EMAIL PROTECTED] Oggetto: Re: R: Newbie info on messaging The method, in your service, has two parameters. The second parameter is a SOAPEnvelope, in which to put your response. You can get the body of the element with: SOAPBody body = resp.getBody(); You can add a body element (t

R: R: Newbie info on messaging

2004-11-17 Thread Marcello Marangio
5.43A: [EMAIL PROTECTED]Oggetto: Re: R: Newbie info on messaging The method, in your service, has two parameters. The second parameter is a SOAPEnvelope, in which to put your response. You can get the body of the element with: SOAPBody body = resp.getBody(); You can add a body element

Re: R: Newbie info on messaging

2004-11-17 Thread tony . q . weddle
04 12.20 A: [EMAIL PROTECTED] Oggetto: Re: Newbie info on messaging Marcello, I don't know about attachments, but you don't need to use the MessageContext to add headers and body elements to the response. The second parameter has the SOAP envelope that will be passed back to the clien

R: Newbie info on messaging

2004-11-17 Thread Marcello Marangio
info on messaging Marcello, I don't know about attachments, but you don't need to use the MessageContext to add headers and body elements to the response. The second parameter has the SOAP envelope that will be passed back to the client and it already has a SOAP body. So you o

Re: Newbie info on messaging

2004-11-17 Thread tony . q . weddle
Marcello, I don't know about attachments, but you don't need to use the MessageContext to add headers and body elements to the response. The second parameter has the SOAP envelope that will be passed back to the client and it already has a SOAP body. So you only need to add body element to the SO

Newbie info on messaging

2004-11-17 Thread Marcello Marangio
Hi all I am quite new on axis. I have to implement a request/response service (i.e. my service contains method(SOAPEnvelope req, SOAPEnvelope resp) ). I managed to build the client, send a SOAPEnvelope correctly, receive the envelope on the server. I wasn't able to create a response message using s

Broadcasting SOAP messages to multiple receivers (SOAP publish-subscribe messaging)

2004-10-24 Thread Michael Woinoski
I need to deploy a SOAP application that behaves like the JMS publish-subscribe model. The sender will broadcast the same SOAP message to multiple subscribers. A subscriber will deploy a callback service and includes a callback URL in its initial subscription request. Update messages will be se

interop with messaging service

2004-06-27 Thread Peter Foley
I am exploring .NET to Axis interoperability but can;t get the messaging service example to work SOAPMonitor shows http://messages.samples";>Hello being returned as the body but my webservice client returns nothing. Any ideas? --- ABS

Messaging example explaination required

2004-04-08 Thread Vinod Patil
g/axis/}stackTrace: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: Couldnt find an appropriate operation for XML QName {0} faultActor: faultNode: faultDetail: Can anyone throw light on how messaging works in axisany article?

ebXML messaging using Axis

2004-04-04 Thread Nick Ardlie
Is there a reasonable way to do ebXML messaging within the Axis framework? Or any thought for future support? Is anyone out there doing this now? I realise that JAXM is a more appropriate API for ebXML but the Axis framework is more powerful that using JAXM directly. I was initially hoping it

SOAP Messaging

2004-03-03 Thread jagannath
Hi, Are there any plans of implementing SOAP 1.2 Messaging in Axis 1.2 or other releases. Thanks, Jagannath

Re: Issue with SOAP messaging with JMS

2003-05-27 Thread Mitchell Horowitz
AIL PROTECTED]> wrote: Hello All, As Axis is providing API or samples for JMS transport service with SOAP. But I have a query. To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applicati

re: Issue with SOAP messaging with JMS

2003-05-27 Thread Francis Ho -- Sun Enterprise Architecture
amples for JMS transport service with SOAP. But I have a query. To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applications as clients. These applications might be implemented in .NET, ja

Issue with SOAP messaging with JMS.

2003-05-27 Thread Niket Anand
Hello All, As Axis is providing API or samples for JMS transport service with SOAP. But I have a query.   To get the web service using Axis with JMS, client should be in java. But I want to provide web service which can handle Asynchronous SOAP messaging with any Applications as clients

Web Services using XML messaging

2003-02-26 Thread bhimshmb
Hi, Please let me know if it is possible to specify an optional method argument in the Web Service. Here is my problem summary... 1. I have a Web Service that supports a method by name getQuote which presently takes one argument which is the stock symbol 2. I have numerous clients that use t

Antw: Asynchronous messaging, anyone?

2002-12-18 Thread Markus Frommherz
s type of msging using jaxm-provider of Java Web Services Dev. Pack (JWSDP) from Sun. Is there a way to do one-way or asynchronous messaging by just using Axis? Any ideas/opinions are greatly appreciated. :) Mabuhay! Good day to everyone! Best Regards, Percival from Cebu, Philippines. :O

Asynchronous messaging, anyone?

2002-12-17 Thread pErCivaL MaCapaL y RoSeLL
). I have implemented this type of msging using jaxm-provider of Java Web Services Dev. Pack (JWSDP) from Sun. Is there a way to do one-way or asynchronous messaging by just using Axis? Any ideas/opinions are greatly appreciated. :) Mabuhay! Good day to everyone! Best Regards, Percival from Cebu, Ph

Messaging Namespace

2002-12-10 Thread Becker, Torsten
> If this a bug or I'm doing wrong? > > requestList (org.w3c.dom.Document) > > xmlns:x="http://www.bte-eet.de/namespace/de";> > > 1f > 1A9b > > > > > SOAPBodyElement soapBodyElement = new > SOAPBodyElement(requestList.

RE: Problems calling SOAP messaging via Axis

2002-10-25 Thread Tom Jordahl
-Original Message- From: David Orriss Jr [mailto:dave@;davenet.net] Sent: Thursday, October 17, 2002 5:50 PM To: [EMAIL PROTECTED] Subject: Re: Problems calling SOAP messaging via Axis I found the problem. Short answer: The TestMsg code that comes with Axis is junk. It will work *only

Definitive answers on messaging with attachments needed

2002-10-22 Thread jason_donmoyer
I've been trying for quite a while to get messaging with attachments working with axis release 1.0. I seem to get so close only to be thwarted in the end. My current configuration (based on much research in the various pieces of axis documentation, samples, mailing list archives, and sourc

Re: Problems calling SOAP messaging via Axis

2002-10-18 Thread David Orriss Jr
I found the problem. Short answer: The TestMsg code that comes with Axis is junk. It will work *only* if there is one method on a service class. I assume that this is because if you specify the wrong procedure name (like TestMsg does) that Axis will be kind, assume you're just stupid, and will t

Problems calling SOAP messaging via Axis

2002-10-16 Thread David Orriss Jr
I'm using the code that is described in the User's Guide for putting a message service on Axis and then I call it with the TestMsg.java program. The basic program works fine. However, I want to add the following to the MessageService.java program: public class MessageService { /** * Se

Re: SOAP messaging

2002-09-22 Thread Gregor Kovaè
ist-unsubscribe: <mailto:[EMAIL PROTECTED]> > >list-post: <mailto:[EMAIL PROTECTED]> > >Delivered-To: mailing list [EMAIL PROTECTED] > >Date: Fri, 20 Sep 2002 17:27:38 -0400 > >From: Prabhakar Chaganti <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > &g

Re: SOAP messaging

2002-09-22 Thread Sharmin Choksey
ROTECTED] >Date: Fri, 20 Sep 2002 17:27:38 -0400 >From: Prabhakar Chaganti <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: SOAP messaging >Mime-Version: 1.0 >Content-Transfer-Encoding: 7bit >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > >Axis

Re: SOAP messaging

2002-09-20 Thread Prabhakar Chaganti
Axis currently only supports JAXRPC style soap messaging. -prabhakar > P.S.S.: Has Axis support for JAXM or only JAX-RPC? > >

SOAP messaging

2002-09-20 Thread Gregor Kovaè
ice side that can be used for messaging: public Element [] method(Vector v); public Document method(Document doc); public void method(MessageContext mc); I did manage to get it to work with the public Element [] method(Vector v); type, but not with the public Document method(Document doc);. I

messaging

2002-09-18 Thread Gregor Kovaè
Hi! I'm still trying to send an org.w3c.dom.Document XML document with Axis. Since in user's doc there is a section about this stating that Axis supports also the public Document method(Document doc) type of methods on the service side I tried using JAXM to send it: SOAPConnectionFactory facto

SOAP Messaging - call fails

2002-07-23 Thread zze-BARRAUD Jean stagiaire FTRD/DMI/CAE
Title: SOAP Messaging - call fails Hi, I'm trying to make 2 applications communicate via ebXML MS. I've got the following code running in the doGet() method of a servlet: *** MessageFactory mf = MessageFactory.newInstance(); SOAPM

RE: Asynchronous Messaging

2002-07-17 Thread Cohan, Sean
mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:42 PM To: [EMAIL PROTECTED] Subject: Re: Asynchronous Messaging I had a similar question a while back, and the answer was "not in Axis version 1." If you can live without the "receipt acknowledged" message, you could proba

Re: Asynchronous Messaging

2002-07-17 Thread Andrew Vardeman
I had a similar question a while back, and the answer was "not in Axis version 1." If you can live without the "receipt acknowledged" message, you could probably write a client that behaves in an asynchronous way. For instance, if you're writing a .NET client, asynchronous method calls to s

Asynchronous Messaging

2002-07-17 Thread Cohan, Sean
I'm wondering how I can have our SOAP client call our JAX-RPC web service, receive only a "receipt acknowledged" type message, and continue processing without waiting for the web service to finish. Then when our web service finishes, we would notify the client somehow that their either their requ

RE: SOAP Messaging - SOAPConnection call failes

2002-06-27 Thread Wimmer, Matthias
ps. Matthias Wimmer -Original Message- From: Kevin Sebastian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 5:16 PM To: [EMAIL PROTECTED] Subject: SOAP Messaging - SOAPConnection call failes Hi, I have a servlet running on Tomcat which returns a SOAP message from its doPost

SOAP Messaging - SOAPConnection call failes

2002-06-26 Thread Kevin Sebastian
Hi, I have a servlet running on Tomcat which returns a SOAP message from its doPost() method. I am trying to connect to the servlet using the point to point request-response messaging mechanism. I have written a java client for this. The problem I face is, that the client connects to the

Messaging MessageFactoryImpl class

2002-06-21 Thread Kevin Sebastian
Hi, I am trying to develop a messaging server servlet which uses the MessageFactory to create a SOAPMessage as follows: MessageFactory myFactory = MessageFactory.newInstance(); But I get the following error during runtime : javax.xml.soap.SOAPException: Unable to create message factory for

RE: soap messaging question

2002-06-13 Thread Wimmer, Matthias
nv ); best regards Matthias Wimmer -Original Message- From: Sunil Tripathy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 7:58 PM To: [EMAIL PROTECTED] Subject: soap messaging question Hi, I am using Apache Soap/Axis to write a web service. I am using soap messaging to

soap messaging question

2002-06-13 Thread Sunil Tripathy
Hi, I am using Apache Soap/Axis to write a web service. I am using soap messaging to send a message to the service using soap message router. I want to construct the soap message dynamically using java/xml. The message will also have some documents as binary data (using base64 encoding). I want

Re: Does Apache support messaging?

2002-05-21 Thread Andrew Vardeman
used. :( > >sudhir > >- Original Message - >From: "Andrew Vardeman" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, May 21, 2002 12:14 PM >Subject: Re: Does Apache support messaging? > > > > At 08:12 PM 5/21/2002 +0100, you

Re: Does Apache support messaging?

2002-05-21 Thread Sudhir
what is the significance of call.setOperationStyle("rpc/document") then? I am confused. :( sudhir - Original Message - From: "Andrew Vardeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 12:14 PM Subject: Re: Does Apache supp

Re: Does Apache support messaging?

2002-05-21 Thread Andrew Vardeman
At 08:12 PM 5/21/2002 +0100, you wrote: >Thanks - I am sure that you may well be right. Does anyone know any >sites I could look at which would help me figure out how to send simple >SOAP messages? there's a messaging example in the Axis samples (xml-axis-beta2/samples/message) t

Re: Does Apache support messaging?

2002-05-21 Thread Paul Hunnisett
invoke the SOAP document based services. Correct me if I am wrong > > sudhir > > - Original Message - > From: "Paul Hunnisett" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 21, 2002 4:06 AM > Subject: Does Apache support messa

Re: Does Apache support messaging?

2002-05-21 Thread Sudhir
y 21, 2002 4:06 AM Subject: Does Apache support messaging? > > I hope this isn't a really stupid question, but how far does Axis go in > supporting messaging as opposed to RPC? I know I can do RPC, but what > if I want to just send some XML as part of a SOAP message? If this is >

Does Apache support messaging?

2002-05-21 Thread Paul Hunnisett
I hope this isn't a really stupid question, but how far does Axis go in supporting messaging as opposed to RPC? I know I can do RPC, but what if I want to just send some XML as part of a SOAP message? If this is supported can someone please let me know of any good resources in learning h

messaging method signatures; consuming messaging services

2002-04-23 Thread Andrew Vardeman
cumstances? I'm working from code I found in the samples/message directory, and that version of a messaging service has this signature: public Element[] myMethod(MessageContext msgC, Vector elems) meanwhile, the samples/proxy service uses: public Document myMethod(MessageContext msgCo

Re: Document style messaging and SOAPAction

2002-04-22 Thread Glyn Normington
ot;Bernat, Mike" cc: Subject: Document style messa

Document style messaging and SOAPAction

2002-04-19 Thread Bernat, Mike
Hi all, Does anyone know how the specify the SOAPAction HTTP header when using the document style JAXM interfaces to build the message? Thanks in advance, Mike

Re: Messaging example?

2002-04-08 Thread Glen Daniels
with, but this kind of thing warms the cockles of my heart. Thanks to all of you! --Glen - Original Message - From: "Ramon Turnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 05, 2002 2:50 AM Subject: RE: Messaging example? > > > Hi, &g

Dynamic document messaging?

2002-04-06 Thread Bernat, Mike
Hi AXIS Fans, Is there any example or mechanism for using a WSDL file with style="document" as input into a dynamic client. The getQuote1 method in the stock quote sample is a good style="rpc" example, but I was hoping for a document style example. Thanks in advance, Mike Bernat

RE: Messaging example?

2002-04-05 Thread Ramon Turnes
;[EMAIL PROTECTED]' > Subject: Messaging example? > > > Where can I find more messaging examples? The > samples.message.MessageService > is not good enough. It doesn't explain what the method signature i

Messaging example?

2002-04-04 Thread Shang, Wencheng (Exchange)
Where can I find more messaging examples? The samples.message.MessageService is not good enough. It doesn't explain what the method signature is in messaging service. Thanks in advance.  Bear Stearns is not responsible fo

RE: document-style messaging and XML files

2002-03-12 Thread Glen Daniels
to an arbitrary writer in an efficient way. --Glen > -Original Message- > From: James McCarthy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12, 2002 7:27 PM > To: [EMAIL PROTECTED] > Subject: RE: document-style messaging and XML files > > > Stan, > > I

Re: document-style messaging and XML files

2002-03-12 Thread Stan Jordan
Jim... You are correct. With JAXM, you send the whole enchilada (envelope too). Maybe this helps Steven, maybe not. Stan - Original Message - From: "James McCarthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 5:27 PM Subject: RE: do

RE: document-style messaging and XML files

2002-03-12 Thread James McCarthy
Symmetry Solutions, Inc. http://www.symmetrysolutions.com/ -Original Message- From: Stan Jordan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:51 PM To: [EMAIL PROTECTED] Subject: Re: document-style messaging and XML files Steven... Good question. You can do this with JAXM, and I

Re: document-style messaging and XML files

2002-03-12 Thread Stan Jordan
Steven... Good question. You can do this with JAXM, and I would speculate that Axis may eventually support too. Cheers. Stan - Original Message - From: "Steven Gollery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 10:32 AM Subject: do

document-style messaging and XML files

2002-03-12 Thread Steven Gollery
I've been working on a service that uses document-style messaging to return an XML file as the body of the message: I parse the file into a Document and return that as the return value of the service (I'm using alpha 3: I know that in the nightly build I would be sending the root elem

SOAP messaging and attachments

2002-03-08 Thread Frank van Lingen
I used the message example in the nightly build to create my own message application (creating soap body elements and putting them in the call.invoke method). To add attachments to it, I use the method addAttachmentPart from the call function. I was wondering if this is how SOAP messaging with

using attachments and SOAP messaging (how to do?)

2002-03-07 Thread Frank van Lingen
to add attachments to my messages. How do I do that? Is there an example of that? What suprises me is that there is a lot of examples available for RPC but not for messaging, although I heard several times that messaging is the way to go (see http://www.vbws.com/tutors/rpcmsg/rpcmsg.aspx). The

Re: SOAP Messaging with Axis

2002-03-01 Thread Stan Jordan
Click here and search for 'axis messaging'.   http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2 - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01, 2002 5:52 AM Subject: SOAP Messaging with Axis Hi, How does S

SOAP Messaging with Axis

2002-03-01 Thread joost . den . boer
Hi, How does SOAP Messaging work with Axis ? With method is called and how do I deploy such a service ? Cheers, Joost

Re: JWS and Messaging

2002-02-28 Thread Stan Jordan
Ramanathan... I tried it, and also got an exception (below). It would appear that you cannot deploy messaging service with jws. Stan I used nightly download Feb 22. Method not found Method name = e1 Service name = null at

JWS and Messaging

2002-02-28 Thread Krishnamurthy, Ramanathan
Hi, I am trying to use axis messaging as JWS service (i.e drop-in service). I dropped the MessageService.java as MessageService.jws in the webapps/axis/ directory in tomcat. I modified the URL in testMessage.java to point to "http://localhost:8080/axis/MessageService.jws";. But when

Re: axis messaging sample

2002-02-20 Thread Stan Jordan
Title: axis messaging sample Jeff... Get a recent nightly download, and look for /xml-axis/samples/message. Stan - Original Message - From: Gunderson, Jeff To: '[EMAIL PROTECTED]' Sent: Wednesday, February 20, 2002 7:38 AM Subject: axis messaging samp

axis messaging sample

2002-02-20 Thread Gunderson, Jeff
Title: axis messaging sample Hi, I found a messaging sample with Apache Soap but now I'm trying to convert to Axis.  Does anyone have a messaging sample program for Axis? Thanks much, Jeff

RE: Does axis support asychronous messaging?

2002-02-18 Thread Taras Shkvarchuk
mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 4:45 AM > To: [EMAIL PROTECTED] > Subject: RE: Does axis support asychronous messaging? > > > Isnt WSDL currently working ? > Ive checked my AXIS Services via a open WSDL checker - also .NET > accepted my W

RE: Does axis support asychronous messaging?

2002-02-18 Thread Sascha Kulawik
orking right now. > If you can add some code to make it work, it will be in AXIS sooner ;) > > > -Original Message- > > From: Jeffrey Hau [mailto:[EMAIL PROTECTED]] > > Sent: Monday, February 18, 2002 2:23 AM > > To: [EMAIL PROTECTED] > > Subj

Re: Does axis support asychronous messaging?

2002-02-18 Thread Jeffrey Hau
age- >>From: Jeffrey Hau [mailto:[EMAIL PROTECTED]] >>Sent: Monday, February 18, 2002 2:23 AM >>To: [EMAIL PROTECTED] >>Subject: Re: Does axis support asychronous messaging? >> >> >>Taras, >>thanks for your reply. I just look through the api doc and

RE: Does axis support asychronous messaging?

2002-02-18 Thread Taras Shkvarchuk
AM > To: [EMAIL PROTECTED] > Subject: Re: Does axis support asychronous messaging? > > > Taras, > thanks for your reply. I just look through the api doc and there is a > invokeOneway method for client which is suppose to return > immediately. > Is this a non blo

Re: Does axis support asychronous messaging?

2002-02-18 Thread Jeffrey Hau
builds? thanks Jeff Taras Shkvarchuk wrote: >What you want are non blocking calls. >No. Currently Axis will block until response has arrived. It does however >suppose async messaging, as in you do not have to complete an RPC session. >You can submit a separate request to the serve

RE: Does axis support asychronous messaging?

2002-02-18 Thread Taras Shkvarchuk
What you want are non blocking calls. No. Currently Axis will block until response has arrived. It does however suppose async messaging, as in you do not have to complete an RPC session. You can submit a separate request to the server asking for your response, or server can push response when its

Does axis support asychronous messaging?

2002-02-18 Thread Jeffrey Hau
Hi, is it possible for a client to invoke a service, go do something else and get the response from the service at an later stage? for example if i have a service that's waiting for a resource, is it possible for me to call the service first and check later if has got the resource and meanwhil

More trouble with Messaging example

2002-02-16 Thread Stan Jordan
When I try the messaging client, here's what I get...   C:\xml-axis>java  samples.message.testMessage Exception in thread "main" No 'methodName' option was configured for the service 'MessageService'   What is wrong?  I used the deployment descriptor

Trouble with Messaging example (urn:foo)

2002-02-16 Thread Stan Jordan
When I try the messaging client, here's what I get...   C:\xml-axis\samples\message>java  samples.message.testMessage  -lhttp://localhost:8080/axis/servlet/AxisServlet Exception thrown in thread "main"  The AXIS engine could not find a target service to invoke!  targetS

RE: Problem with Messaging Example

2002-02-10 Thread Romin Irani
7; Subject: RE: Problem with Messaging Example I read somewhere SoapAction is ignored in Axis server. I have successfully tested the message example. I was trying 01/30 nightly build. It didn't work if I try the message example with Alpha3 drop. Venkat -Original Message- Fr

RE: Problem with Messaging Example

2002-02-05 Thread Venkat Dokiparthi
esday, February 05, 2002 12:11 PM To: [EMAIL PROTECTED] Subject: RE: Problem with Messaging Example I have made sure that the class is present in the WEB-INF/classes directory. Inspite of that, I get this message. I am suspecting something in the SOAPAction directive. Inspite of my attempts to set

RE: Problem with Messaging Example

2002-02-05 Thread Romin Irani
arthi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 11:59 AM To: '[EMAIL PROTECTED]' Subject: RE: Problem with Messaging Example Romin, Make sure you have copied the samples/message/MessageService.class to WEB-INF/classes directory. Or somehow make this class ava

RE: Problem with Messaging Example

2002-02-05 Thread Venkat Dokiparthi
: Romin Irani [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 10:46 PM To: [EMAIL PROTECTED] Subject: Problem with Messaging Example Hi, I have been trying to run the Messaging example given in samples/message directory. The service (MessageService) deployed successfully, but when I try to

Problem with Messaging Example

2002-02-05 Thread Romin Irani
Hi, I have been trying to run the Messaging example given in samples/message directory. The service (MessageService) deployed successfully, but when I try to run the testMessage client, I get the following error: Exception in thread "main" java.lang.NoSuchMethodExcept

Problem with Messaging Example

2002-02-04 Thread Romin Irani
Hi, I have been trying to run the Messaging example given in samples/message directory. The service (MessageService) deployed successfully, but when I try to run the testMessage client, I get the following error: Exception in thread "main" java.lang.NoSuchMethodExcept