Re: Windows Vista and Axis2

2007-09-18 Thread Deepal jayasinghe
What is the application sever you are using ? if is is tomcat try to put into common\lib or somewhere that your JSP can access. If you send me your webapp then I might me able to help you. Thanks Deepal > Hi All, > > I'm trying to make a java or JSP client to invoke webservice. I'm > using Axis2

Windows Vista and Axis2

2007-09-18 Thread Nasreen Laghari
Hi All, I'm trying to make a java or JSP client to invoke webservice. I'm using Axis2 and Windows Vista. Few days ago I asked about Service Object throwing exception of Can not Initiliaze then Mr Deepal replied me that i was using Axis1 coding. Then I move on to Axis2 coding. But I'm having t

AW: InvocationTargetException when importing WSDL

2007-09-18 Thread Ralf Kaiser
Hello, Yes. I am using Eclipse with WTP to import the WSDL. Import is done using the URL from the running server (not from a file). Yesterday i had to restart my computer to get the import working (did not change any parameter or so but suddenly it worked) Ciao, Ralf _ Von: Lahiru S

Re: Axis 2: How to pass WS-Addressing EPRs

2007-09-18 Thread Deepal jayasinghe
Thomas Leonard wrote: > Hi Deepal, > > Thanks for the answer. The trouble is, we have a number of other special > types (e.g. X509Certificate, Document) which will also require special > treatment. > > Perhaps I can patch Axis to allow custom type mappings to be specified as > in Axis 1. Where wo

Re: Please help with sending objects array

2007-09-18 Thread Deepal jayasinghe
Good to here that. Thanks Deepal > Hello > > Deepal Jayasinghe pisze: >> Hi Bartlomiej , >> Will you able to post your client code. >> > > I can't - it's too complicated because it's a part of whole framework. > I've resolved problem today in the morning. All required arrays should > be packed

Re: Fast Webservices with Axis?

2007-09-18 Thread Thilina Gunarathne
Hi, Axis2 supports FastInfoset [1].. Looks like FastInfoset is the result of the above paper... thanks, Thilina [1]https://java.sun.com/developer/technicalArticles/xml/fastinfoset/ [1]http://www.google.com/url?sa=t&ct=res&cd=1&url=https%3A%2F%2Fjava.sun.com%2Fdeveloper%2FtechnicalArticles%2Fxml%2

Re: InvocationTargetException when importing WSDL

2007-09-18 Thread Lahiru Sandakith
Hi Are you guys using the Eclipse WTP for this, if so there is some issues reported against the WSDL validation when importing wsdls, please forward us with the exact scenario that you are putting forward.. Thanks Lahiru On 9/18/07, ktzanet <[EMAIL PROTECTED]> wrote: > > > Please sb answer. I have

Re: Simple Exception Logging

2007-09-18 Thread tyju tiui
I've googled the heck out of this ... does anyone know how to configure simple exception logging? - Original Message From: tyju tiui <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, September 17, 2007 3:34:13 PM Subject: Simple Exception Logging I'm an axis newb ... please

Re: Apache Axis Client accessing .Net WebService that uses Windows NTLM authentication

2007-09-18 Thread Andrew McGhee
Sankar, I suspect that your IIS service may be using NTLMv2 which I believe that HTTPCommons does not support (it only supports NTLMv1). You could try enabling basic authentication within IIS, instead of (or as well as ) integrated authentication. If your service is definately using NTLMv2 -

AXIS2 with SAAJ

2007-09-18 Thread Joe S
I have only searched around these forums and the apache issues forums so please forgive me if this is already stated. Does any have a better way to get the data out of an xml node using saaj? I have looked at using alternatives like axiom, however, I need to modify just about every part of my so

Re: [axis2] Is there any example of building webservice from Java class?

2007-09-18 Thread Anne Thomas Manes
I noticed that the WSDL's schema says: elementFormDefault="unqualified" I thought that java2wsdl generates a schema with elementFormDefault="qualified" by default. The request message qualifies the child element "ns1:name" (which is invalid according to the schema). The respo

Re: WSDL generation using AXIS - newbie help

2007-09-18 Thread Anne Thomas Manes
This WSDL is an example of how not to build an interoperable web service in .NET. This service returns a .NET DataSet data type -- hence the schema included in the response message. I know of no Java-based SOAP framework that can process one of these automatically. Your best option is too toss the

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-18 Thread Demetris G
So hold on a sec - Amila, are you saying that Axis2 is not considered a stable and reliable enough standalone web service container and it should always be deployed within other proven containers (i.e. Tomcat etc.)? Is this the case only for Axis2 or also Axis? Where is this documented? Amil

[axis2 , rampart] When using Username Token password is hashed by default?

2007-09-18 Thread Nencho Lupanov
Hello, I am using a security policy with Usernametoken enabled. I expected to have a clean text password because all i used in my poolicy is: http://schemas.xmlsoap.org/ws/2005/07/securitypolicy";> http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient

Re: Calling Webservice by JSP

2007-09-18 Thread Philipp Leitner
The code you are using is Axis 1, not Axis 2. Either switch your code to Axis 2 or deploy the old Axis 1.4 (?) jars instead of the Axis 2 ones. In general it is desirable to use the newer Axis 2. For a tutorial on how to do stubless invocations look at http://today.java.net/pub/a/today/2006/12

Re: InvocationTargetException when importing WSDL

2007-09-18 Thread ktzanet
Please sb answer. I have the same problem and trying to solve it 2 days now. Thank you -- View this message in context: http://www.nabble.com/InvocationTargetException-when-importing-WSDL-tf4473650.html#a12758692 Sent from the Axis - User mailing list archive at Nabble.com. -

RE: Axis Webservice question again

2007-09-18 Thread Walker, Jeff
This looks suspiciously like an IBM product problem. I don't know the answer, but here is an email chain that mentions other people that have a similar issue. I recommend you send them an email to see if any of them found a solution. http://www.ibm.com/developerworks/forums/dw_thread.jsp?message=41

single package WS backend POJO cannot see other same package classes? Howto debug WS CLASSPATH?

2007-09-18 Thread david
Hello axis folks, I will not bother you with exception logs or output. I know I have some type of CLASSPATH problem. It escapes me as to why my WS backend POJO issues a NoClassDefFoundError. The issuing class is the commons configuration exception class. Why the previously stated class is compla

Throwing an exception from handleResponse() in a JAX-RPC handler class

2007-09-18 Thread Walker, Jeff
Ok, I have a strange problem. I am writing a response handler on the serverside. The class extends javax.xml.rpc.handler.GenericHandler, so I am using JAX-RPC handlers, not Axis-based handlers. Now, in my handleResponse() I am hand-crafting a response using various calls to objects like: ... Try

Axis Webservice question again

2007-09-18 Thread mr.knowledge
Hello, maybe my question is out of topic. I send it two times before but don't get an answer until now. Please let me know if this is the wrong mailinglist. But If someone can help me I would be very happy. I have deployed some small example webservices in Axis and the services work, i.e. if

WSDL generation using AXIS - newbie help

2007-09-18 Thread Dean Pullen
Hi all. Maybe I'm in need of further reading, maybe someone can point me in the right direction. I've used Axis to generate client side stubs before, but I've never worked with a) a .NET service and b) a service that wasn't our own, and I'm having a few issues understanding what I need to d

Make axis client use cache

2007-09-18 Thread Luís Miguel Silva
Hello everybody, Does anybody know how to force an axis client to use cache on its requests? I used the WSDL2Java tool to generate the axis code but all the requests ask for "NO-CACHE". Thanks in advance, + | Luís Miguel Ferreira da Silva | Instituto Super

RE: Axis2/jaxws on jdk 1.4

2007-09-18 Thread Gennady Shumakher
To everybody who was concerned: the core of axis2 supports jdk 1.4, but some of add-on modules require jdk 1.5; in case of axis2-jaxws it is dictated by the jax-ws spec. -Original Message- From: Gennady Shumakher [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 07:06 To: axis-u

Re: Axis 2: How to pass WS-Addressing EPRs

2007-09-18 Thread Thomas Leonard
Hi Deepal, Thanks for the answer. The trouble is, we have a number of other special types (e.g. X509Certificate, Document) which will also require special treatment. Perhaps I can patch Axis to allow custom type mappings to be specified as in Axis 1. Where would I do that - in the Axis kernel its

Re: Rampart sample/tutorial

2007-09-18 Thread Ruchith Fernando
Please see this : http://wso2.org/library/240 Thanks, Ruchith On 8/31/07, Todd Allen <[EMAIL PROTECTED]> wrote: > I need to implement user name/password authentication in an Axis2 1.1 > web service. Can someone point me to a useful set of samples or a > good tutorial on Rampart and the user nam

RE: ADBException: Unexpected subelement Code

2007-09-18 Thread Erwin Reinhoud
Dear Amila, Thanks for the time. I added the complete wsdl and log, response and request as attachment. Mind you, the fault of this service differs from before, but i still have trouble creating a working service of this ws-i compliant wsdl. Hope you can help. Thanks in advance. Kind regards

Re: [Axis2-1.3] Compilation errors "... is not abstract and does not override abstract method serialize( ..."

2007-09-18 Thread Rainer Menzner
the problem turned out to be that wsdl2java (Axis2-1.3) created a different directory structure than the older version. Because of this, a number of obsolete source files were still lying around in my project. So, actually it was my fault. I cleaned up and everything went smooth. Thanks, -Rain

InvocationTargetException when importing WSDL

2007-09-18 Thread Ralf Kaiser
Hello, When importing a WSDL from the TomCat server to create client code i often get the error message: An error occurred while completing process - java.lang.InteruptedException Java.lang.RuntimeException: java.lang.Reflect.InvocationTargetException No source is generated in that case. I have

Re: Please help with sending objects array

2007-09-18 Thread Bartłomiej Zdanowski
Hello Deepal Jayasinghe pisze: Hi Bartlomiej , Will you able to post your client code. I can't - it's too complicated because it's a part of whole framework. I've resolved problem today in the morning. All required arrays should be packed in other array type. It should be done like this:

Re: Repeat: MessageContext.TRANSPORT_IN

2007-09-18 Thread Deepal Jayasinghe
Did you invoke a in-only operation using sendReceive method ? Thanks Deepal Eric Nygma wrote: > Please , can someone answer my query : > > I would like to know what the > org.apache.axis2.context.MessageContext.TRANSPORT_IN property signifies. > I have been getting an exception > org.apache.axis2

Repeat: MessageContext.TRANSPORT_IN

2007-09-18 Thread Eric Nygma
Please , can someone answer my query : I would like to know what the org.apache.axis2.context.MessageContext.TRANSPORT_IN property signifies. I have been getting an exception org.apache.axis2.AxisFault: The input stream for an incoming message is null. at org.apache.axis2.transport.Transpo

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-18 Thread Marko Simic
K...thanks for advise. Regards, Marko Simic Amila Suriarachchi wrote: > > On 9/18/07, Marko Simic <[EMAIL PROTECTED]> wrote: >> >> >> Since the only "remote part" of application is single web service I >> thought >> it would be much easer for deployment/management to deploy preconfigured >> st

Re: Fast Webservices with Axis?

2007-09-18 Thread Dennis Sosnoski
Sun's "Fast Web Services" are really not all that fast, considering that it's using binary data rather than text. I have a comparison I did back around the same time as the Sun article was written which compares the speed of my earlier JibxSoap project to both other SOAP stacks and RMI. JibxSoap ac