DeserializationExcpetion for xsd:list types in the SOAP Response

2009-09-10 Thread Archu04
Hi, I have a SOAP Response which was sent from the WS Server: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:tem=http://tempuri.org/; soapenv:Header / - soapenv:Body - tem:GetEmployeeByAccountResponse - !-- Optional: -- - tem:GetEmployeeByAccountResult

How to run postgesql under axis2 in Eclipse

2009-09-10 Thread John Wilkinson
Hi, I am struggling here, as I m new to Axis2/Tomcat and Eclipse. I have a POJO that I am running under Avis2 inside Eclipse. In it I call up the org.postgresql,Driver class. I have included the postgres .jar file in Eclipse, I can see it in the libraries. When I run the object in

RE: How to run postgesql under axis2 in Eclipse

2009-09-10 Thread Caristi, Joe
Assuming you have a standard dynamic web application that will be published as a war file, you should have the library jars in the WEB-INF/lib folder. Eclipse usually handles this for you. Since it doesn't seem to be doing so, you might have a classpath dependency validator warning saying

RE: problem with returning array of objects

2009-09-10 Thread Pär Malmqvist
Hello! Thanks Amila för your reply. I changed the row element maxOccurs=unbounded minOccurs=0 name=return type=tns:Atc/ into complexType maxOccurs=unbounded minOccurs=0 name=return type=tns:Atc/ as you suggested. When I check the generated file GetAtcsByAtcCodeResponse.java this time I see

Is the new Rampart release suitable for SSO and Federation?

2009-09-10 Thread Francesco Stampacchia
Hello everyone, we're setting up a WSC-WSP scenario on 2 machines. Machine A acts as IdP and as WSC, Machine B is federated with A and acts as WSP. Our WSC is a simple ws client (ejb-client) and the WSP is a ws server (ejb-server). We're trying to create a library (used by both WSC and WSP)

Re: Help! Error when testing Axis2 client

2009-09-10 Thread Deepal Jayasinghe
As I can see this is due to some version mis-match, so could you please check whether you are using right version of Axis2 and addressing module. Thanks, Deepal Clara wrote: Hi , It's been a while since I posted this error. anybody can help me please? thanks. --- On *Mon, 8/24/09, Clara

Re: Is the new Rampart release suitable for SSO and Federation?

2009-09-10 Thread Prabath Siriwardena
Hi; Yes - this use case can be built on top of Rampart. Thanks regards. -Prabath Francesco Stampacchia wrote: Hello everyone, we're setting up a WSC-WSP scenario on 2 machines. Machine A acts as IdP and as WSC, Machine B is federated with A and acts as WSP. Our WSC is a simple ws client

Axis2 and XML-RPC

2009-09-10 Thread Student21
hello everyone, how do i implement an xml-rpc client in axis2? which libraries and classes do i need? can someone post an example please i don't find any information about this subject. regards -- View this message in context: http://www.nabble.com/Axis2-and-XML-RPC-tp25388853p25388853.html

unsubscribe

2009-09-10 Thread Fernando Cesar Silva

Axis Soap Client using Kerberos System Credentials or NTLM using Current logged on user

2009-09-10 Thread Henning Groß
Hi! I need a Soap Client in Java to access WebServices on a SharePoint Server using Active Directory with Kerberos. We definately do not want the software to pop up for user:password and cannot specify it because the software is going to be used on many different accounts with different

RE: Axis Soap Client using Kerberos System Credentials or NTLM using Current logged on user

2009-09-10 Thread Martin Gainty
can you supply a barebones Sharepoint WSDL which has one operation and one parameter returned? could you supply minimal set of NT credentials from your AD server that can access the Sharepoint Service? thanks, Martin Gainty __ Verzicht und

[axis2] problem dropping war file into our servlet container

2009-09-10 Thread WEBER Arlene
Hello, I have downloaded the axis2.war and dropped it into the webapps directory - restarted our tomcat application and the war file was expanded. When I try to go to the http://localhost:8080/axis2 page, I get this exception (which doesn't tell me enough to figure out where I went wrong)

Re: [axis2] problem dropping war file into our servlet container

2009-09-10 Thread Amila Suriarachchi
On Fri, Sep 11, 2009 at 3:31 AM, WEBER Arlene arlene.we...@alcatel-lucent.com wrote: Hello, I have downloaded the axis2.war and dropped it into the webapps directory - restarted our tomcat application and the war file was expanded. When I try to go to the http://localhost:8080/axis2

Re: Axis2 and XML-RPC

2009-09-10 Thread Amila Suriarachchi
On Fri, Sep 11, 2009 at 12:13 AM, Student21 nuffresp...@gmx.de wrote: hello everyone, how do i implement an xml-rpc client in axis2? which libraries and classes do i need? can someone post an example please i don't find any information about this subject. Axis2 does not support xml-rpc.

Re: problem with returning array of objects

2009-09-10 Thread Amila Suriarachchi
change the element into a complex type. complexType name=Atc sequence element name=atcCode type=xsd:string/ element name=lev type=xsd:int/ element name=textSv type=xsd:string/

Re: Help! Error when testing Axis2 client

2009-09-10 Thread Amila Suriarachchi
On Mon, Aug 24, 2009 at 3:26 PM, Clara claire_l...@yahoo.com wrote: Hi Andreas, Thank you for the valuable inputs. The below error has been resolved by putting the schema files (schemaorg_apache_xmlbeans) in my classes directory. However, I am getting the below error now: INFO: Deploying

Re: axis2 1.3 - jdk1.6 generates wrong argument sequence in soap message

2009-09-10 Thread Amila Suriarachchi
On Wed, Sep 9, 2009 at 10:27 PM, BENDALE, Yogiraj (Yogiraj) yogi...@alcatel-lucent.com wrote: Amila, The wsdl file I used are same only difference is we started using JDK1.6 from JDK1.5 and now any client compiled from JDK1.5 does not work. It gives