A generally [silly] Q

2009-07-17 Thread Demetris G
Both a WSDL request response from the Axis2 server and a SOAP message leaving an Axis2 client are exactly identical with what the Axis 1.4 and its corresponding client would emit. Yes? Both WSDl and SOAP are standards so I am not expecting them to be any different, but do the two different

Re: A generally [silly] Q

2009-07-17 Thread Demetris G
Exactly what I was looking for - thanks Dennis. Dennis Sosnoski wrote: There can be many types of differences between XML documents which are not considered to be significant (whitespace, prefixes used for namespaces, etc.), so if by exactly identical you mean the same exact sequence of

Re: Axis WS on mobile devices

2009-07-16 Thread Demetris G
Hi Dennis, in case you know while I am still looking for good tutorials on this - is the kSOAP/kSOAP2 engine along the lines of Axis? I mean, beyond the general implementation of the specification, does it offer tools to generate stubs from WSDL files etc? I don't seem to be able to find

Re: Axis WS on mobile devices

2009-07-16 Thread Demetris G
. So no, I don't think it handles code generation. :-( - Dennis Demetris G wrote: Hi Dennis, in case you know while I am still looking for good tutorials on this - is the kSOAP/kSOAP2 engine along the lines of Axis? I mean, beyond the general implementation of the specification, does

Re: WSDL gen error

2009-07-14 Thread Demetris G
be worried about it. otherwise the differences between those two wsdl-s is not importent. *From:* Demetris G demet...@ece.neu.edu *To:* axis-user@ws.apache.org *Sent:* Sunday, July 12, 2009 7:32:32 AM *Subject:* Re: WSDL gen

Re: WSDL gen error

2009-07-14 Thread Demetris G
. Demetris G wrote: And one more pt - If most likely we need to have entities in the WSDL file namespace qualified, and the WSDL parsers on the client side complain if they are not (as in the case of wsdl:types vs. types) then is this an exceptional case that should not occur? Why would Axis

Re: WSDL gen error

2009-07-13 Thread Demetris G
service on those two service, if you don't get the same respons, it is some thing you should be worried about it. otherwise the differences between those two wsdl-s is not importent. *From:* Demetris G demet...@ece.neu.edu

Re: WSDL gen error

2009-07-11 Thread Demetris G
appreciated. Anyone?? Thanks once again Demetris Demetris G wrote: Hi all, Calling a service on the same machine as the axis server will set the namespace wsdl:definitions targetNamespace=http://127.0.0.1:8080/axis/services/ However, calling it from another node in the same network behind

Re: WSDL gen error

2009-07-10 Thread Demetris G
- is that normal? Also, how can the IP address in the first case (calling it from the same machine) be set to the true IP address of the machine? Also if anyone has any more info on my email below it will be greatly appreciated. Thanks Demetris Demetris G wrote: And scanning through the two WSDL

Re: WSDL gen error

2009-07-09 Thread Demetris G
? Thanks Demetris G wrote: And a follow up - same Axis engine (running in exactly same OSGi containers, same services, on one Linux machine it generates the WSDL file with types and the other with wsdl:types ! Why is that the case? This is a bit puzzling. Thanks very much in advance

Re: WSDL gen error

2009-07-09 Thread Demetris G
that it treats the same service a bit differently on a separate machine even though the setup/config etc of the server is identical. Demetris G wrote: At least someone may know this - what would cause the Axis engine to generate WSDLs with types instead of wsdl:types? If I know that then I can

Re: WSDL gen error

2009-07-08 Thread Demetris G
And a follow up - same Axis engine (running in exactly same OSGi containers, same services, on one Linux machine it generates the WSDL file with types and the other with wsdl:types ! Why is that the case? This is a bit puzzling. Thanks very much in advance Demetris G wrote: Hi all

Re: WSDL gen error

2009-07-08 Thread Demetris G
I am still stuck on this one - any hints would be greatly appreciated. Thanks again Demetris G wrote: And a follow up - same Axis engine (running in exactly same OSGi containers, same services, on one Linux machine it generates the WSDL file with types and the other with wsdl:types ! Why

Re: http commons exception

2009-07-02 Thread Demetris G
unanswered. This exception occurs when I run the server on mobile device supporting J2ME with the CDC profile. Anyone had this issue before? Are there mobile versions of http and log4j I can utilize or is the issue something else here? Thanks again Demetris G wrote: Axis is running as a bundle

http commons exception

2009-06-30 Thread Demetris G
Axis is running as a bundle in Knopflerfish OSGi - any idea why this code line = http://127.0.0.1:8080/axis/services/remoteBooks?wsdl; get = new GetMethod( line ); would cause this exception?? I have the log4j jars included as imports and in the classpath. Or

Re: Axis WS on mobile devices

2009-06-29 Thread Demetris G
Thanks Dennis - I will give them a shot and see what I can use from them. I appreciate all the help so far. Dennis Sosnoski wrote: Hi Demetris, kXML is the parser you'd use with JiBX for J2ME support. From what I know of kSOAP/kSOAP2 I suspect they'd be considerably lower performance than

Re: Axis WS on mobile devices

2009-06-25 Thread Demetris G
://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Demetris G wrote: Hi all, I asked this question before (twice) but I didn't get a single response, interestingly enough. I am assuming by now that there is no mobile version of Axis/Axis2 and all the stories I hear

Re: Axis WS on mobile devices

2009-06-25 Thread Demetris G
://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Demetris G wrote: Hi all, I asked this question before (twice) but I didn't get a single response, interestingly enough. I am assuming by now that there is no mobile version of Axis/Axis2 and all the stories I hear

Re: Axis WS on mobile devices

2009-06-25 Thread Demetris G
, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Demetris G wrote: Hi all, I asked this question before (twice) but I didn't get a single response, interestingly enough. I am assuming by now that there is no mobile version of Axis/Axis2 and all the stories I hear about people getting

Axis WS on mobile devices

2009-06-24 Thread Demetris G
Hi all, I asked this question before (twice) but I didn't get a single response, interestingly enough. I am assuming by now that there is no mobile version of Axis/Axis2 and all the stories I hear about people getting Web services to work on mobiles is a fiction ... Has anyone managed

Re: Axis1.x / Axis2 / WSDL for J2ME

2009-06-10 Thread Demetris G
into implementing something on my own it would be good to avoid re-inventing the wheel Thanks very much for your help Demetris G wrote: Trying again hoping to get some kind of hope for mobile Axis. No one has ever used SOAP implementations on mobile devices? Before I jump into k-this and k-that I

Re: Axis1.x / Axis2 / WSDL for J2ME

2009-06-07 Thread Demetris G
Trying again hoping to get some kind of hope for mobile Axis. No one has ever used SOAP implementations on mobile devices? Before I jump into k-this and k-that I wanted to make sure I am not missing a mobile implementation of the Axis engines. Thanks again Demetris Demetris G wrote: Hi all

Axis1.x / Axis2 / WSDL for J2ME

2009-06-04 Thread Demetris G
Hi all, I have been using Axis and Axis2 for my apps but now as we are migrating our software architecture to mobile devices (primarily CDC-based) we scrabbling to figure out the migration of Axis engines and WSDL parsers. Is kSOAP2 the best we can do for using Axis engines on mobile

unsubscribe

2009-01-21 Thread Demetris G
unsubscribe

Re: unsubscribe

2009-01-21 Thread Demetris G
Oops - sorry - testing something.

Re: OSGi and Web Services

2008-12-31 Thread Demetris G
-DosgiConsole Thanks Azeez 1. http://wso2.org/projects/carbon 2. http://wso2.org/projects/wsas/java On Wed, Dec 31, 2008 at 12:49 PM, Demetris G demet...@ece.neu.edu mailto:demet...@ece.neu.edu wrote: Hi all, what is the current state of OSGi and Web Services? I remember back in May

OSGi and Web Services

2008-12-30 Thread Demetris G
Hi all, what is the current state of OSGi and Web Services? I remember back in May there were some emails flying around regarding this but I have not seen an update ever since. I will appreciate any more info on it. Thanks and good wishes for the New Year

OSGi and Axis2

2008-10-04 Thread Demetris G
Hi Srinivas, what is the latest on Axis2 as OSGi bundle for exposing web services? Thanks very much - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Semantics

2008-10-04 Thread Demetris G
Or put in a different way - is the only way to ask for a WSDL from an Axis / Axis2 engine to use a URL with the web service name appended to it? Is there anyone work or anything done on using semantic matching in Axis itself or should a separate tool be used? Thanks much Demetris G wrote

Re: Semantics

2008-10-04 Thread Demetris G
a service (Sort of a admin service) that can be used to query details on services deployed. We do this in WSO2 WSAS (Web Services Application Server). http://wso2.org/projects/wsas Thanks, Keith. [1] http://wso2.org/projects/wsas On Sat, Oct 4, 2008 at 11:36 AM, Demetris G [EMAIL PROTECTED] mailto

Re: Semantics

2008-10-04 Thread Demetris G
://wso2.org/projects/wsas Thanks, Keith. [1] http://wso2.org/projects/wsas On Sat, Oct 4, 2008 at 11:36 AM, Demetris G [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Or put in a different way - is the only way to ask for a WSDL from an Axis / Axis2 engine to use a URL

Semantic

2008-10-02 Thread Demetris G
Hi all, is there an automated tool you know of that can semantically query Axis engines for services? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Accessing web services throug proxy

2008-07-24 Thread Demetris G
Hmmm ... interesting - I wonder why turning off chunked transfer encoding would enable proxy-access of remote web services. Your errors seemed to have been authentication related. Well, if it works it works - thanks for letting us know man. Coppens Benoît (All4IT) wrote:  Dear all, I

Re: Axis2 and OSGi

2008-05-05 Thread Demetris G
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately no. Sidetracked with trying to get 1.4 release out. thanks, dims Demetris G wrote: | | Hi Dims, | |any progress on this? Just curious :) | | Thanks | | | Hi Demetris, | | Dims has kicked off an effort to create an Axis2 OSGi bundle. He

Memory footprints

2008-04-16 Thread Demetris G
Hi guys, I may have asked this one before a while back. Has anyone does a memory footprint analysis of Axis1 and Axis2? . Thanks in advance Demetris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Axis vs. Axis2 web services

2008-04-11 Thread Demetris G
Hi Pantvaidra, beyond specific questions, did you find any general guidelines (in conjuction with what the web site for Axis2 depicts) that people can follow and which you can share with everyone? Any particular experiences or caution you can post? That would be super. Many regards

Re: Axis2 and OSGi

2008-03-20 Thread Demetris G
Hi Dims, any progress on this? Just curious :) Thanks Hi Demetris, Dims has kicked off an effort to create an Axis2 OSGi bundle. He posted to the axis-dev list last week [1]. [1] http://marc.info/?l=axis-devm=120308686726732w=2 Lawrence Demetris G [EMAIL PROTECTED] 02/28/2008

Axis and constrained devices

2008-03-20 Thread Demetris G
Hi all, not sure if this was asked before but have people tried running Axis (1.x or 2) on constrained (mobile) devices? Is kSOAP2 what I am should looking into? Thanks much - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Axis2 and OSGi

2008-03-20 Thread Demetris G
No problem - 1.4 is a priority - good luck and we can talk about this again later on. Thanks Dims. Davanum Srinivas wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Unfortunately no. Sidetracked with trying to get 1.4 release out. thanks, dims Demetris G wrote: | | Hi Dims, | |any

Re: Axis and constrained devices

2008-03-20 Thread Demetris G
I will try that - thanks much Keith. keith chapman wrote: May be you could try Axis2-c. Also you may get a better response for this question if u posted it to axis2-c list. Thanks, Keith On Fri, Mar 21, 2008 at 1:22 AM, Demetris G [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi

Re: Axis2 and OSGi

2008-03-05 Thread Demetris G
bundle. He posted to the axis-dev list last week [1]. [1] http://marc.info/?l=axis-devm=120308686726732w=2 Lawrence Demetris G [EMAIL PROTECTED] 02/28/2008 11:02 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Axis2 and OSGi Hi all, has anyone

Re: Axis2 and OSGi

2008-03-05 Thread Demetris G
folks to register services at specific contexts. Please feel free to jump in anytime with suggestions, patches would be infinitely better :) - -- dims Demetris G wrote: | | Hi Dims, | |how is this work progressing? It seems to be a pretty good potential | for both sides if | accomplished

Re: Axis2 and OSGi

2008-03-05 Thread Demetris G
it? register a service and set SOAP.service.name? http://leobard.twoday.net/stories/2790802/ thanks, dims Demetris G wrote: | | Hi Dims, | |I will try to help if I can but for a bit I am a bit tied up with a | deadline. I worked | with the Axis 1.4 import from Knopflerfish OSGi and it has been

Axis2 and OSGi

2008-02-28 Thread Demetris G
Hi all, has anyone tried to execute Axis2 in the OSGi containers? I know Axis1.x was imported as a bundle in OSGi but no idea about Axis2. I am wondering if it can be deployed in a similar manner as in Tomcat although I think it may still need an Activator to control the rest of its

Re: Axis2 and OSGi

2008-02-28 Thread Demetris G
://marc.info/?l=axis-devm=120308686726732w=2 Lawrence Demetris G [EMAIL PROTECTED] 02/28/2008 11:02 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Axis2 and OSGi Hi all, has anyone tried to execute Axis2 in the OSGi containers? I know Axis1.x

Re: WSDL parser

2008-02-21 Thread Demetris G
(); for(Object soap : ll) { if(SOAPOperation.class.isInstance(soap)) { System.out.print( ( + ((SOAPOperation)soap).getSoapActionURI() + )); } } System.out.println(); } } } } Above code read remote wsdl, and extract its information. Regards, Sukma On Feb 17, 2008 2:09 PM, Demetris G [EMAIL

Re: WSDL parser

2008-02-21 Thread Demetris G
))); Regards, Sukma On Fri, Feb 22, 2008 at 1:22 PM, Demetris G [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, does anyone know of a piece of code similar to the one below that can read/parse a local WSDL file serialized in a string rather than a remote WSDL given

Re: WSDL parser

2008-02-18 Thread Demetris G
( ( + ((SOAPOperation)soap).getSoapActionURI() + )); } } System.out.println(); } } } } Above code read remote wsdl, and extract its information. Regards, Sukma On Feb 17, 2008 2:09 PM, Demetris G [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, I am trying to use

Re: WSDL parser

2008-02-18 Thread Demetris G
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd; soapenv:mustUnderstand=1 wsu:Id=Id-14123379urn:Divide/wsa:Action /soapenv:Header I hope this will help. :) Regards, Sukma On Feb 19, 2008 11:46 AM, Demetris G [EMAIL PROTECTED] mailto:[EMAIL

Re: WSDL parser

2008-02-17 Thread Demetris G
Thanks Martin and Sukma - I will try the two methods you send me and see how they work. I will share on the list the results on anything I find Regards Martin Gainty wrote: $AXIS2_HOME/bin/wsdl2java -uri NameOfWsdl.wsdl M- - Original Message - From: Demetris G [EMAIL PROTECTED

WSDL parser

2008-02-16 Thread Demetris G
Hi all, I am trying to use the wsdlParser from the Axis API to parse the methods out of an incoming WSDL file - does anyone who has used this before have any info on how to use this tool? OR any other way I could get the operations of the remote service out of the WSDL file? I would

Memory foorprints

2008-02-06 Thread Demetris G
Hey all, I asked this one before but either no one knows or it is not a priority about Axis's memory requirements. Does anyone know of a good analysis on the mem footprints that Axis (1.X or 2) has? Thanks - To

Re: Memory foorprints

2008-02-06 Thread Demetris G
Does anyone know which classes in Axis 1.4 are used to start Axis in standalone mode? Axis 2 has the .bat and .sh scripts for this but Axis 1.4 does not so I will have to start it manually ; AxisServer is the one? Thanks much Demetris G wrote: Hey all, I asked this one before

HTTP POST

2008-02-01 Thread Demetris G
Hi all, is the default transport for Axis stubs (1.x and 2) RCP/Encoded over HTTP POST or GET? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

WSDL2Java

2008-01-21 Thread Demetris G
Hi all, this used to work for me in automated scripts I built but now it is acting a bit funny. I retrieve a WSDL file from a remote Axis server and then run the WSDL2Java on it - the address tag is wsdlsoap:address location=http://129.20.72.186:8080/axis/services/remoteServ/ and the

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

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

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] 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: 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: [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: 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

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: 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

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: 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: 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: 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: 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

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

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

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

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: 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

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-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-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

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

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

  1   2   >