Axis2 and OSGi

2007-05-03 Thread Demetris G
Hi all, anyone has experience with deploying Axis2 into one of the popular OSGi R4 implementations (Equinox, Knopflerfish, Oscar/Felx) etc. ? Any insights or words of wisdom as to how easy this can be accomplished. I know in the past there have been ports of Axis 1.X into OSGi containers

Re: Axis2 and OSGi

2007-05-04 Thread Demetris G
Super - thanks Rodrigo. Rodrigo Ruiz wrote: Hi Demetris, take a look at MUSE project: http://ws.apache.org/muse The project includes an OSGi compliant Axis2 installation. Regards, Rodrigo Demetris G wrote: Hi all, anyone has experience with deploying Axis2 into one of the popular

Re: Advantages of Axis2 over Axis 1.3

2007-05-04 Thread Demetris G
To extend Rakesh's question ... Is the transition of legacy code from Axis 1.3 to Axis 2 easy ? Thanks Paul Fremantle wrote: Rakesh Sure there are a large number of advantages. I'll leave it up to an Axis1 expert to list the disadvantages! * Improved performance 6-10 times, reduced memory

Re: Advantages of Axis2 over Axis 1.3

2007-05-04 Thread Demetris G
Paul - I thought you were referring to the advantages of Axis2. So that we don't confuse one too many people, Axis2 does support Async mode - is that correct ? Doug Davis wrote: Paul Fremantle [EMAIL PROTECTED] wrote on 05/04/2007 06:17:43 AM: ... * Asynchronous calling model * Better

Re: Advantages of Axis2 over Axis 1.3

2007-05-04 Thread Demetris G
Gotcha. Thanks for the clarification Paul - and no harm done. Paul Fremantle wrote: Yes Axis2 supports Async. My mistake wasn't about Axis2! My mistake was that I implied that Axis1 didn't do it. Paul On 5/4/07, Demetris G [EMAIL PROTECTED] wrote: Paul - I thought you were referring

IPv6

2007-05-04 Thread Demetris G
Hi all - a somewhat elementary question Does Axis2 support IPv6? Axis 1.X only deals with IPv4 ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IPv6

2007-05-04 Thread Demetris G
to a IPv6 only box. thanks, dims On 5/4/07, Demetris G [EMAIL PROTECTED] wrote: Hi all - a somewhat elementary question Does Axis2 support IPv6? Axis 1.X only deals with IPv4 ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED

Axis ports

2007-05-07 Thread Demetris G
Hi all, can the port to which the client-side Axis engine writes to be changed dynamically at runtime. In other words, can we have the engine write to two different ports? Thanks - To unsubscribe, e-mail: [EMAIL

Re: Finding Axis version

2007-05-11 Thread Demetris G
Is there an equivalent of this for Axis 1.x? Thanks Davanum Srinivas wrote: java -cp axis.jar org.apache.axis2.Version -- dims On 5/11/07, Hall, Alex A. [EMAIL PROTECTED] wrote: We're working with an Axis binary distribution that's been around for a while, and we're not sure what

Re: Finding Axis version

2007-05-11 Thread Demetris G
Super ;) Thanks Dims Davanum Srinivas wrote: oops. java -cp axis.jar org.apache.axis.Version (just drop the 2) -- dims On 5/11/07, Demetris G [EMAIL PROTECTED] wrote: Is there an equivalent of this for Axis 1.x? Thanks Davanum Srinivas wrote: java -cp axis.jar org.apache.axis2.Version

Re: Finding Axis version

2007-05-11 Thread Demetris G
Implementation-Title: Apache Axis Implementation-Version: 1.2.1 2243 June 14 2005 Implementation-Vendor: Apache Web Services Look for Implementation-Version Regards, Ravi Demetris G wrote: Is there an equivalent of this for Axis 1.x? Thanks Davanum Srinivas wrote: java -cp axis.jar

Re: Finding Axis version

2007-05-11 Thread Demetris G
Axis version: 1.4 Built on Apr 22, 2006 (06:55:48 PDT) Davanum Srinivas wrote: oops. java -cp axis.jar org.apache.axis.Version (just drop the 2) -- dims On 5/11/07, Demetris G [EMAIL PROTECTED] wrote: Is there an equivalent of this for Axis 1.x? Thanks Davanum Srinivas wrote: java -cp

WSDL retrieval

2007-05-11 Thread Demetris G
Are there any examples in the releases of both 1.X and 2 for retrieving and parsing WSDls from an Axis server? I remember seeing them a while back but I cannot locate them now. Thanks - To unsubscribe, e-mail: [EMAIL

Re: WSDL retrieval

2007-05-14 Thread Demetris G
, *Demetris G* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, I asked this before and didn't hear much back about it. How would one retrieve WSDL files from an Axis server programmatically? I can't find it in the API. Thanks

Re: WSDL retrieval

2007-05-14 Thread Demetris G
Oh sorry - and currenly I am running Axis 1.4 Demetris G wrote: Hi Amila, I am just looking for something pretty simple - I want to run a client that can trigger the Axis server to send the WSDL XML doc over. I know I can do it manually as you are describing in your other email

Re: WSDL retrieval

2007-05-14 Thread Demetris G
Will do - thanks Jeff. Jeff Greif wrote: Use GET, not POST. POST might work but has the wrong semantics with respect to caching, etc. Jeff On 5/14/07, Demetris G [EMAIL PROTECTED] wrote: I guess I can try to use the Jakarta HTTP Client API and use the POST to send the '... ?wsdl' command

Parsing WSDL

2007-05-17 Thread Demetris G
Hi all, I want to parse and modify fields of a WSDL after I retrieve it from an Axis Server. Which aspect of the API can allow me to do that in Axis 1.4? Thanks very much - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Capturing the SOAP Message

2007-05-20 Thread Demetris G
Can't you listen to the port that Axis will be wrtiting at using the locahost (127.0.0.1) and print out the SOAP as XML text? Isn't that what you want to do? Martin Gainty wrote: Hard to determine what your looking for but looking at your ServiceLocator code the chronology would be something

Simple Qs

2007-05-21 Thread Demetris G
I may be reading the overall Axis architecture a bit differently but I have these Qs if anyone can help - During a Client application call to a remote Axis engine ( SOAP call generated by the corresponding Client stubs), does an Axis engine need to be running on the client side or do the

Re: Simple Qs

2007-05-21 Thread Demetris G
Hi Glen, thanks for the info. I am assuming the same applies for Axis 1.4? Thanks Glen Mazza wrote: Am Montag, den 21.05.2007, 17:19 -0400 schrieb Demetris G: I may be reading the overall Axis architecture a bit differently but I have these Qs if anyone can help - During a Client

Re: Simple Qs

2007-05-21 Thread Demetris G
Ok thanks much Glen. Glen Mazza wrote: Probably, but I really don't know much about the Axis 1.x series. Glen Am Montag, den 21.05.2007, 19:05 -0400 schrieb Demetris G: Hi Glen, thanks for the info. I am assuming the same applies for Axis 1.4? Thanks Glen Mazza wrote: Am

Re: Simple Qs

2007-05-21 Thread Demetris G
the stubs choose to write on? Thanks much Glen Mazza wrote: Probably, but I really don't know much about the Axis 1.x series. Glen Am Montag, den 21.05.2007, 19:05 -0400 schrieb Demetris G: Hi Glen, thanks for the info. I am assuming the same applies for Axis 1.4? Thanks Glen Mazza

Re: Simple Qs

2007-05-21 Thread Demetris G
they are and capture their traffic. Rich Adili wrote: Client sockets are normally assigned an arbitrary port when they connect, no? I've had good luck with tools like Ethereal in snooping such things without having to instrument the application. -Original Message- From: Demetris G [mailto:[EMAIL

Re: Simple Qs

2007-05-21 Thread Demetris G
And thanks for the info Rich. Rich Adili wrote: Client sockets are normally assigned an arbitrary port when they connect, no? I've had good luck with tools like Ethereal in snooping such things without having to instrument the application. -Original Message- From: Demetris G [mailto

Re: Simple Qs

2007-05-21 Thread Demetris G
and use and requires no application configuration. Otherwise, you modify Axis2.xml to point to your favorite debugging proxy and examine its output. http://www.ethereal.com/ -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 7:57 PM To: axis-user

Re: Simple Qs

2007-05-21 Thread Demetris G
a copy. Thank you. - Original Message - From: Demetris G [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, May 21, 2007 8:44 PM Subject: Re: Simple Qs Glen - do you know how I can find out on which port the client stubs attempt to write to? What determines that? I am assuming

Reading Axis SOAP messages

2007-05-22 Thread Demetris G
Hey all, wouldn't reading the SOAP messages as plain text as they come into a socket be the right way to go about with it? It seems that I am getting empty SOAP headers and bodies for what I verified to be legitimate service calls. Any ideas ?

Re: Reading Axis SOAP messages

2007-05-22 Thread Demetris G
To make this more specific, this is what I get coming into my server socket from the Axis client: Waiting for Axis outgoing SOAP message ... [Thread[Thread-1,5,main]]Received from Axis=[POST /axis/services/remoteFW HTTP/1.0] [Thread[Thread-1,5,main]]Received from Axis=[Content-Type:

Re: Reading Axis SOAP messages

2007-05-23 Thread Demetris G
I have seen examples today of how others have done this and I am realizing now the extent of it: http://www.systinet.com/doc/ssj-65/ssj/xml.html Toon Wouters wrote: Can you post the code that processes the incoming data and prints out those lines? Toon On 5/23/07, *Demetris G* [EMAIL

SOAP Messages

2007-05-23 Thread Demetris G
The Client proxy class serialize the SOAP message before it sends it out. Is that a true statement? If yes, does anyone know which classes in the baseline perform that? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED]

Capturing SOAP messages

2007-05-23 Thread Demetris G
I have been sending emails to the list asking about this for a bit now and a few good people certainly jumped in to help and I more than appreciate that. With some searches also on the web I am finding the Fiddlers and the Soap Extensions and all the good stuff out there including the tcpMon

Re: Capturing SOAP messages

2007-05-23 Thread Demetris G
;) Thanks Davanum Srinivas wrote: That's not garbled data you are getting. that's called HTTP chunking :) you are getting numbers right? you can switch 'em off on the client. See http://wso2.org/library/952 -- dims On 5/23/07, Demetris G [EMAIL PROTECTED] wrote: I have been sending emails

Re: Capturing SOAP messages

2007-05-23 Thread Demetris G
org.apache.axis2.transport.tcp.TCPServer to read the payload. thanks, dims On 5/23/07, Demetris G [EMAIL PROTECTED] wrote: Hey Dims, actually they show up as unprintable characters and they look like small square boxes ... I am printing the SOAP envelope as text and it shows up fine but right after

Re: Capturing SOAP messages

2007-05-23 Thread Demetris G
org.apache.axis2.transport.tcp.TCPServer to read the payload. thanks, dims On 5/23/07, Demetris G [EMAIL PROTECTED] wrote: Hey Dims, actually they show up as unprintable characters and they look like small square boxes ... I am printing the SOAP envelope as text and it shows up fine but right after

Re: raw XML from apache axis

2007-05-25 Thread Demetris G
The link Rich is showing below is the painless way to do - else open a server socket listeing to 127.0.0.1:port, read the http headers, the read the number of bytes dictated by the Content-Length after the blank line at the end of the http headers and store them all in a StringBuffer like

Data in SOAP messages

2007-05-28 Thread Demetris G
Hi all, does (and if it does where and how ) the SOAP specificaton allow to add proprietary or application specific data to SOAP messages? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Data in SOAP messages

2007-05-29 Thread Demetris G
. QoS, higher level tracking etc). You can add headers inside the client or using a module. You can even extend the policy languages to define your own headers using a policy. Paul On 5/29/07, Demetris G [EMAIL PROTECTED] wrote: Hey Glen, I hope this makes a bit of a sense: Can

Re: Data in SOAP messages

2007-05-29 Thread Demetris G
between application (functional) and non-application logic (non-functional, e.g. QoS, higher level tracking etc). You can add headers inside the client or using a module. You can even extend the policy languages to define your own headers using a policy. Paul On 5/29/07, Demetris G [EMAIL PROTECTED

Re: Data in SOAP messages

2007-05-29 Thread Demetris G
languages to define your own headers using a policy. Paul On 5/29/07, Demetris G [EMAIL PROTECTED] wrote: Hey Glen, I hope this makes a bit of a sense: Can the server send some network specific information to the client by including that information in the WSDL file in such a way so

Re: Data in SOAP messages

2007-05-30 Thread Demetris G
in either, because its not a common case. If you want to read more, look at this: http://www.ibm.com/developerworks/xml/library/ws-tip-headers.html Paul On 5/29/07, Demetris G [EMAIL PROTECTED] wrote: I did find some information on adding headers on the client side or in the SOAP message. How does

Parsing WSDL

2007-06-01 Thread Demetris G
Hi all, are there any examples anywhere on how to use the org.apache.axis.wsdl.gen.Parser ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Raw SOAP

2007-06-05 Thread Demetris G
Hi all, if I capture a raw SOAP message and then I feed it back into an Axis engine would the engine respond with the results of the method call that this SOAP message represents ? Or do I still need to dress: it with the HTTP headers ? I have a Post http client implemented and I ask it

SOAP calls

2007-06-05 Thread Demetris G
Hey all, I captured the SOAP message that a Client Stub generated and which I verified works at the server Axis side, and I tried to pass it to that server through an HTTP Client I wrote. The SOAP message is below and it gives the error at the end. Any ideas what that is ? I saw this in

Re: SOAP calls

2007-06-06 Thread Demetris G
Demetris G wrote: Hey all, I captured the SOAP message that a Client Stub generated and which I verified works at the server Axis side, and I tried to pass it to that server through an HTTP Client I wrote. The SOAP message is below and it gives the error at the end. Any ideas what that is ? I

Re: SOAP calls

2007-06-06 Thread Demetris G
, but also the HTTP headers that it probably expects. -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 12:38 AM To: axis-user@ws.apache.org Subject: SOAP calls Hey all, I captured the SOAP message that a Client Stub generated and which I

Re: SOAP calls

2007-06-06 Thread Demetris G
And this is how I am sending the SOAP message over: String strURL = http://localhost:8080/axis/services;; File input = new File(SOAPMessage); PostMethod post = new PostMethod(strURL); RequestEntity entity = new FileRequestEntity(input,

Re: SOAP calls

2007-06-06 Thread Demetris G
is to try running org.apache.axis.utils.tcpmon.java (from the older Axis 1.4) or even SOAPScope to capture not only the SOAP envelope, but also the HTTP headers that it probably expects. -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 12:38 AM

Re: SOAP calls

2007-06-06 Thread Demetris G
to an Axis engine don't forget to add necessary http header information into the POST ;) Thanks to all for the responses and help. Demetris G wrote: Hi all, I modified the RequestEntity from File to StringRequestEntity and I inserted the SOAP content in it and it seems to be calling

Client stubs

2007-06-06 Thread Demetris G
Hi all, I noticed this in one of my generated client stubs: public void Service_546F48A04E5(long Id) throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call

Axis engine

2007-06-13 Thread Demetris G
What is the easiest way to test (check) if an Axis engine is running ? Send a POST or GET to it and catch an exception back ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Axis engine

2007-06-13 Thread Demetris G
services you currently have deployed. Also, run the 'Happy Axis' test page, to make sure the correct versions of the jars Axis needs have been deployed as well. http://localhost:8080/axis/happyaxis.jsp For Axis2, I'm sure it's similar. -jeff -Original Message- From: Demetris G [mailto:[EMAIL

Re: Axis engine

2007-06-14 Thread Demetris G
to connect your service to a service registry to get this kind of information, and you ask the registry is this particular web service up and available. But UDDI is very hard to work with. -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007

Re: Axis engine

2007-06-14 Thread Demetris G
, their names, etc. Ultimately, your supposed to connect your service to a service registry to get this kind of information, and you ask the registry is this particular web service up and available. But UDDI is very hard to work with. -jeff -Original Message- From: Demetris G [mailto:[EMAIL

SOAP and WSDL

2007-06-16 Thread Demetris G
Hey all, just a silly Q - to retrieve a WSDL from an Axis engine I used HTTP GET and for the SOAP an HTTP POST. Can these be used interchangeably ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: SOAP and WSDL

2007-06-16 Thread Demetris G
. - Original Message - From: Demetris G [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Saturday, June 16, 2007 5:16 PM Subject: SOAP and WSDL Hey all, just a silly Q - to retrieve a WSDL from an Axis engine I used HTTP GET and for the SOAP an HTTP POST. Can these be used interchangeably

Re: SOAP and WSDL

2007-06-16 Thread Demetris G
the original message without making a copy. Thank you. - Original Message - From: Demetris G [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Saturday, June 16, 2007 5:16 PM Subject: SOAP and WSDL Hey all, just a silly Q - to retrieve a WSDL from an Axis engine I used HTTP GET

Re: SOAP and WSDL

2007-06-16 Thread Demetris G
Hi all, what terminates a WSDL string as it comes out of the Axis engine ? With SOAP you can look at the Content-Length and you can read (after the blank line) that many bytes. But with the WSDL (which may contain CR or LF characters or does it ?) how do you determine the end of the

Re: SOAP and WSDL

2007-06-16 Thread Demetris G
May be looking for a '\0' will do it ? Demetris G wrote: Hi all, what terminates a WSDL string as it comes out of the Axis engine ? With SOAP you can look at the Content-Length and you can read (after the blank line) that many bytes. But with the WSDL (which may contain CR or LF

SOAP response

2007-06-20 Thread Demetris G
Hi all, I am manually feeding the following SOAP response into an Axis engine that requested this through a SOAP message and Axis responds with a java.lang.NumberFormatException For input string quot;version=quot;1.0quot; etc. Shouldn't the msg below be accepted with no issues from

Re: SOAP response

2007-06-20 Thread Demetris G
this work ? what I am missing ? Is the client side excepting to see HTTP headers etc and not just the SOAP response ? I will appreciate any ideas on this. Thanks Demetris G wrote: Hi all, I am manually feeding the following SOAP response into an Axis engine that requested this through

Re: SOAP response

2007-06-21 Thread Demetris G
of the others, but the answer I believe is yes, the HTTP headers do matter in web services that go over the http protocol. -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 8:00 PM To: Demetris G Cc: axis-user@ws.apache.org Subject

Re: SOAP response

2007-06-21 Thread Demetris G
debugger and step through the code and see if the client is stalled waiting for the response to complete? -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 1:51 PM To: axis-user@ws.apache.org Subject: Re: SOAP response Hi Jeff

Re: SOAP response

2007-06-21 Thread Demetris G
have stripped off any terminating character, so I can't see it. Can you turn on your debugger and step through the code and see if the client is stalled waiting for the response to complete? -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21

Re: SOAP response

2007-06-21 Thread Demetris G
One thing I noticed is that if I kill the server response process that is forwarding the SOAP response to the client, the client spits out the message that there was a SAX Parser exception - Content cannot be in trailing section ?? That makes no sense - here is the complete response that is

Re: SOAP response

2007-06-22 Thread Demetris G
Axis's tcpmon because it is very easy to setup, but it 'may' clean up certain extraneous characters, and so a line sniffer would be better, but obviously way more dificult to get a hold of and setup. Good luck! -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent

Re: SOAP response

2007-06-22 Thread Demetris G
Does anyone know which classes on the server side are packaging and sending out the SOAP Response. Just to save some time looking for them. I was able to find the appropriate classes on the client side that accept the SOAP response. This is for Axis 1.4. Much appreciated. Thanks much

Re: SOAP response

2007-06-23 Thread Demetris G
Jeff -- I traced the SAX and Xerces routines to find out what they are doing but it gets a bit hectic to figure them out. I know the client reads back the headers I send it and all of the SOAP message below (if for example I mispell the last tag of the SOAP message then SAX is complaining

Re: SOAP response

2007-06-23 Thread Demetris G
as shown below but yet it block waiting for something else. What is this extra data that it is expecting ? I am sifting through the Axis/SAX classes but it takes a long time to chase this. Thanks much Demetris G wrote: Jeff -- I traced the SAX and Xerces routines to find out what they are doing

Re: SOAP response

2007-06-25 Thread Demetris G
G, Time for me to ask a stupid question. Does the value of the Content-Length: http header of your response match the length of all of the actual sent characters? -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Saturday, June 23, 2007 10:33 PM To: axis-user

From Axis to Axis

2007-07-25 Thread Demetris G
Hi all, I asked this question once before and although a bit broad I thought I would hear something back. I am trying my luck once again - I see and hear poor souls out there struggling with real old versions of Axis and my guess is that migrating to Axis2 is a bit scary for them. Can

Re: From Axis to Axis

2007-07-26 Thread Demetris G
the document-literal binding. And, Viola!, the WSDL2JAVA tool migrated the Axis1.4 code to Axis2. The only caveat is: the client has to be migrated likewise. HTH, David. Demetris G wrote .. Hi all, I asked this question once before and although a bit broad I thought I would hear something back. I

Re: [Axis2] From Axis to Axis2

2007-07-26 Thread Demetris G
Thanks much Deepal - I will check out the links and see what I can use from them. Deepal Jayasinghe wrote: Hi , Well , you have bit of work to do and some of them (most commonly used ) are described in [1] . If you want to migrate to Axis2 without changing your service you could try with

Email marking

2007-08-09 Thread Demetris G
Just a question outside the Axis content - I get emails from various lists and most of them mark their title with the mailing list name - [jxta], [owl-s] etc. I noticed that Axis mailing lists sometimes have this sometimes they don't - I get emails that have all the signs of spam / malicious

Emailing

2007-08-12 Thread Demetris G
and cheers Demetris G wrote: Just a question outside the Axis content - I get emails from various lists and most of them mark their title with the mailing list name - [jxta], [owl-s] etc. I noticed that Axis mailing lists sometimes have this sometimes they don't - I get emails that have all

Re: Emailing

2007-08-12 Thread Demetris G
keith chapman wrote: This mailing lists are used both for AXIS discussions and AXIS@ discussions. Hence if the question is regarding Axis2 its better to use the [AXIS2] prefix in the subject. This is the reason for some mails having the prefix. Thanks, Keith. On 8/13/07, *Demetris G* [EMAIL

Re: Emailing

2007-08-12 Thread Demetris G
Axis2 and Axis related discussions. Thanks, Keith. On 8/13/07, *Demetris G* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey Keith, but that is what I was asking - in JXTA mailing lists the user do not have to add that prefix in their title - the outgoing mail server

Re: Emailing

2007-08-13 Thread Demetris G
havent seem any spasm mails on the axis user or dev list, so should work). Thanks, Keith. On 8/13/07, *Demetris G* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Either way I am not really concerned whether it says Axis2 or Axis 1.X as long as it says Axis. That way my spam

Re: SOAP Implementation

2007-09-07 Thread Demetris G
And you are saying that Anne because Axis support SOAP RPC Encoding? Does Axis2 supports SOAP Document/Literal encoding? Does it also support wrapped document literal ? Anne Thomas Manes wrote: If you need to support SOAP Encoding, then you will need to use Axis rather than Axis2. Anne On

Re: SOAP Implementation

2007-09-07 Thread Demetris G
Well this may also shed some light to what I am asking - thanks to Anne again: http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid494324_tax289201,00.html Anne Thomas Manes wrote: If you need to support SOAP Encoding, then you will need to use Axis rather than

Re: SOAP Implementation

2007-09-07 Thread Demetris G
, Demetris G [EMAIL PROTECTED] wrote: And you are saying that Anne because Axis support SOAP RPC Encoding? Does Axis2 supports SOAP Document/Literal encoding? Does it also support wrapped document literal ? Anne Thomas Manes wrote: If you need to support SOAP Encoding, then you will need

Re: Axis2 tutorial presentation at ApacheCon US 2007

2007-09-14 Thread Demetris G
Sorry for the anagram-challenged email. I meant if you can throw the notes online after the ApacheCon is over :) Thanks Demetris G wrote: Hi Deepal, would it be possible to throw any of the notes after the ApacheCon online is over? Unfortunately I won't be able to attend. Thanks

Re: Axis2 tutorial presentation at ApacheCon US 2007

2007-09-14 Thread Demetris G
Hi Deepal, would it be possible to throw any of the notes after the ApacheCon online is over? Unfortunately I won't be able to attend. Thanks and regards Deepal jayasinghe wrote: Hi all , I am planing to do an Axis2 tutorial [1] in ApacheCon US 2007. The plan is to provide a good level of

Re: Axis2 tutorial presentation at ApacheCon US 2007

2007-09-17 Thread Demetris G
(EU)? Can you humor me, and send me the link? Thanks, -jeff -Original Message- From: Demetris G [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 12:24 PM To: axis-user@ws.apache.org Subject: Re: Axis2 tutorial presentation at ApacheCon US 2007 Jeff -- I went

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-19 Thread Demetris G
That's what I thought :) Thanks Amila. Amila Suriarachchi wrote: On 9/19/07, *Amila Suriarachchi* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On 9/18/07, *Demetris G* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: So hold on a sec - Amila, are you saying

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-19 Thread Demetris G
Would you say the same for Axis ? Axis can be used as a standalone web services container - yes ? If not then we have people publishing papers on that that may have it wrong. Thanks Demetris G wrote: That's what I thought :) Thanks Amila. Amila Suriarachchi wrote: On 9/19/07, *Amila

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-19 Thread Demetris G
, thanks for the feedback Amila. Demetris G wrote: Would you say the same for Axis ? Axis can be used as a standalone web services container - yes ? If not then we have people publishing papers on that that may have it wrong. Thanks Demetris G wrote: That's what I thought :) Thanks Amila

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-20 Thread Demetris G
on a Java EE app server. Axis does support a stand-alone runtime mode, but it is intended only for testing purposes, not for production runtime. Anne On 9/19/07, Demetris G [EMAIL PROTECTED] wrote: In other words - and excuse the multiple emails on this - although I do have a good

Performance analysis

2007-10-03 Thread Demetris G
Does anyone know if there has been any work on profiling Axis and Axis 2? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance analysis

2007-10-03 Thread Demetris G
Super - thanks Upul. Upul Godage wrote: http://wso2.org/library/91 Hope this helps. Upul On 10/4/07, *Demetris G* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Does anyone know if there has been any work on profiling Axis and Axis 2? Thanks

Re: SOAP vs REST request

2007-10-09 Thread Demetris G
And I second Rajith's response below ... I am surprised that some people actually found articles about this comparison that does not seem to be at the same level .. messaging vs a SOA architecture ... Interesting ... Rajith Attapattu wrote: Sorry to say but the article listed below is very

Re: [ANN] Apache Savan/C 0.90 Released

2007-10-15 Thread Demetris G
Is there a Savan/Java ? Damitha Kumarage wrote: Hi List, Apache Savan/C Team is pleased to announce the release of Apache Savan/C version 0.90 You can download this release from http://ws.apache.org/savan/c/download.cgi This release is supposed to be used with the Axis2C 1.1.0 distribution

Re: [ANN] Apache Savan/C 0.90 Released

2007-10-15 Thread Demetris G
Thanks Sanka ... Sanka Samaranayke wrote: Hi, Demetris G wrote: Is there a Savan/Java ? https://svn.apache.org/repos/asf/webservices/savan/trunk/java/ AFAIK, there wasn't an official release of SAVAN. Best, --Sanka Damitha Kumarage wrote: Hi List, Apache Savan/C Team is pleased

Re: How to deploy a service to own web-app where axis embaded?

2007-10-22 Thread Demetris G
Thomas - that's great - but always try to share the solutions with the list to help someone else that may have the same problem. Much appreciated. Thomas Chang wrote: Hi all, I solved my problem myself. */Thomas Chang [EMAIL PROTECTED]/* schrieb: Hi all, I downloaded and

Re: [Axis2] ANN: book on Apache Axis2 available

2007-12-19 Thread Demetris G
Hi Kent, with all due respect to your efforts and having in mind that not everything coming out of a mailing list is legitimate and before anyone of us invest our time, effort and trust in your book, Is this book endorsed by the Axis2 community? :) I will welcome it with open arms if it is

Re: [Axis2] SOAP over SIP

2007-12-22 Thread Demetris G
Echoing Paul's I didn't know anything about coding SIP in Java and further seeing these terms flying around this list for a long time now, wouldn't be so much nicer for the rest of us who are willing to learn, for whoever is asking a Q out of the list to also spend 3.5 secs to write down a

Re: [Axis2] SOAP over SIP

2007-12-22 Thread Demetris G
On Dec 22, 2007 8:29 AM, Demetris G [EMAIL PROTECTED] wrote: Echoing Paul's I didn't know anything about coding SIP in Java and further seeing these terms flying around this list for a long time now, wouldn't be so much nicer for the rest of us who are willing to learn, for whoever is asking a Q

[Axis2] Standalone

2007-12-22 Thread Demetris G
Hi all, there was a discussion once whether Axis2 should be run standalone for production software - or something of this nature. I know Axis2 can be a web services container (standalone) and can also be executed from within a servlet container. Can someone please shed some light on this

Re: [Axis2] Standalone

2007-12-23 Thread Demetris G
been production tested in the Synapse community with very good results. Paul On Dec 23, 2007 6:26 AM, Demetris G [EMAIL PROTECTED] wrote: Hi all, there was a discussion once whether Axis2 should be run standalone for production software - or something of this nature. I know Axis2 can

Jars needed

2008-01-17 Thread Demetris G
Anywhere on the Apache web site that we can download javax.activation and mail? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jars needed

2008-01-17 Thread Demetris G
Got them - never mind .. thanks Demetris G wrote: Anywhere on the Apache web site that we can download javax.activation and mail? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

  1   2   >