Re: [Axis2] rampart problem using WS-SECURITY

2006-11-14 Thread Kaushalye Kapuruge
Dave Meier wrote: I have the rampart module hooked up and my password callback is called correctly. But after successful validation, my web service method does not get called. Instead I get back the following response: ?xml version=1.0 encoding=UTF-8 ? soapenv:Envelope

RE: [Axis2] rampart problem using WS-SECURITY

2006-11-14 Thread Dave Meier
Hi Kau, 1. I used the Inflow/Outflow parameters like what is in the samples: !--Rampart configurations START -- parameter name=OutflowSecurity action itemsUsernameToken Timestamp/items userBILL/user passwordTypepasswordText/passwordType

RE: [Axis2] rampart problem using WS-SECURITY

2006-11-14 Thread Dave Meier
Well it appears to be just a problem with my callback dll on outflow as I took out the outflow portion in my axis2.xml and now it works. I can't figure out why my server side method was not being called before, but at least it's working well now. Hope you didn't spend much time looking into it.

Re: [Axis2] rampart problem using WS-SECURITY

2006-11-14 Thread Kaushalye Kapuruge
Dave Meier wrote: Well it appears to be just a problem with my callback dll on outflow as I took out the outflow portion in my axis2.xml and now it works. I can't figure out why my server side method was not being called before, but at least it's working well now. Hope you didn't spend much

how to create a stub classes and write client

2006-11-14 Thread oslezka
*Gentlemens! Please advise me how Axis2 suggests to create a stub classes? Whether exists one standart method exists one standart method?* - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: null AxisFault reason

2006-11-14 Thread Eran Chinthaka
Hi Gul, Can you please create a JIRA issue from this and assigned to me. Will fix this after 1.1 Thanks, Chinthaka Gul Onural wrote: I am using following AxisFault constructor in Axis2 : * public * AxisFault(QName faultCode, String faultReason, String faultNode, String faultRole,

Re: Problem calling .NET WebService from Axis2 Java Client

2006-11-14 Thread Paul Fremantle
John It may be that because you are using the URL with the /Ping appended .NET assumes this is a pure XML req/resp (tho its pretty odd since its getting a SOAP message!). Why don't you try using the /NGLPTOServices_VS/InventoryServices.asmx URL and making sure you set the right Action in Axis2

Re: [Axis2] - WSDL2Java code generation using XMLBeans

2006-11-14 Thread Davanum Srinivas
Amila, google search does not support HTTP chunking. So u need to switch the http version to HTTP 1.0. Even after that there is another problem which is missing xsi:type's on the soap request... -- dims On 11/14/06, Amila Suriarachchi [EMAIL PROTECTED] wrote: please use Axis2 1.1 which will

[ANN] Apache AXIOM 1.2 Released !!

2006-11-14 Thread Eran Chinthaka
http://ws.apache.org/commons/axiom we are proud to announce the release of Version 1.2 of Apache AXIOM! (Download : http://ws.apache.org/commons/axiom/download.cgi ) Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. It

Re: axis2-1.1 + rampart

2006-11-14 Thread Philipp Perner
Thanks for the quick reply. BTW you're doing a good job - keep on working... kr, philipp Ruchith Fernando schrieb: Hi Philipp, Rampart 1.0 is not compatible with Axis2-1.1. We will be releasing Rampart 1.1 soon. Thanks, Ruchith On 11/14/06, Philipp Perner [EMAIL PROTECTED] wrote: Is

Re: axis2-1.1 + rampart

2006-11-14 Thread Ruchith Fernando
Hi Philipp, Rampart 1.0 is not compatible with Axis2-1.1. We will be releasing Rampart 1.1 soon. Thanks, Ruchith On 11/14/06, Philipp Perner [EMAIL PROTECTED] wrote: Is rampart1.0 or rampart 1.1 not available for axis2-1.1 at the moment? Or why has it been removed from

Re: InitialContext not found - again

2006-11-14 Thread Anni Hienola
Well well, for some reason 10. Nov nightly build still had this trouble, but yesterday's 1.1 release works splendidly. Thanks. Anni Anni wrote: Hello all, I'm new to this list, but I read through a discussion dealing with a similar problem to mine. I'm using axis2 as a SOAP server in

Re: client-side program for Axis2SampleDocLit.wsdl

2006-11-14 Thread adrian rutle
Martin Gainty skrev: go into your TestClient.java substitute all references of 'MyClient' to 'TestClient' Actually, I have called my class for MyClient.java, but since I wrote TestClient in the e-mail, I tried to change the class name also ;-) IT didn't work while the class name

Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread sentenza
Hi,I try to developp a php SOAP client write with php 5. I use an axis 2 as WS provider.To test I use Axis 2 sgccalculator sample and try to call AddService::add methode. I generated the wsdl file for AddService with Axis 2 Eclipse Wizzard (Java2WSDL) and I introducted it in META-IN directory of

RE: Problem calling .NET WebService from Axis2 Java Client

2006-11-14 Thread Urban, John
That was it exactly. Thank you! From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Tue 11/14/2006 3:23 AM To: axis-user@ws.apache.org Subject: Re: Problem calling .NET WebService from Axis2 Java Client John It may be that because you are using the URL with

Re: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL

2006-11-14 Thread Davanum Srinivas
Because we have a bug open, we are suggesting a work around for now. We will try to fix it before next release. thanks, dims On 11/14/06, Kedar, Shahar [EMAIL PROTECTED] wrote: Hi Dims, I'm not sure I understand. Let's say I have a certain Java class, and I want it to act as a web service. I

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread sentenza
I tried other sample services methodes who take on parameter, and I have always the same error in the php client code :(Is there a problem using the wdsl generated file with php soap ?I also check the Axis 2 echo sample service. I saw that the echo methode take one parameter and this parameter

axis2-1.1 + rampart

2006-11-14 Thread Philipp Perner
Is rampart1.0 or rampart 1.1 not available for axis2-1.1 at the moment? Or why has it been removed from http://ws.apache.org/axis2/modules/index.html ? Are there any known bugs? kr, Philipp - To unsubscribe, e-mail: [EMAIL

[ANN] [Axis2]Apache Axis2 1.1 Released

2006-11-14 Thread Thilina Gunarathne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just over 6 months since the original 1.0 release, we are very proud to announce the release of Apache Axis2 version 1.1. Downloads are available at: http://ws.apache.org/axis2/download.cgi Apache Axis2 is a complete re-design and re-write of the

Help needed in the skeleton classes

2006-11-14 Thread Mehar SVLN
Hai all,I am new to this community...I have a wsdl and i am generating skeletons to write the server side codeI want to know what is the difference between msgContext.getAxisOperation() and msgContext.getOperationContext ().getOperation()In my code these two are getting evaluated to differnt

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread sentenza
Someone can help me please, because I'm blocked !Thank's by advanceOn 11/14/06, sentenza [EMAIL PROTECTED] wrote:I tried other sample services methodes who take on parameter, and I have always the same error in the php client code :( Is there a problem using the wdsl generated file with php soap

Re: problem w. axis2-1.1\samples\soapwithattachments

2006-11-14 Thread Thilina Gunarathne
Hope you are using the axis2.war created using axis2 1.1 binary distro or downloaded from Axis2 1.1 release. Problem looks like a issue with old jars coming in the middle.. Thilina On 11/14/06, Philipp Perner [EMAIL PROTECTED] wrote: I'm trying to run the soapwithattachments example from the

Re: Axis2 - DIME support

2006-11-14 Thread sridhar vudutha
Martin, Thanks for the info. I will give it a try using globus toolkit. I'm still skeptical about the below code, since I'm having problem while receiving the SOAP response. The service is sending the DIME attachment which I don't have to read but just have to ignore it and read the response. I'm

Re: client-side program for Axis2SampleDocLit.wsdl

2006-11-14 Thread Martin Gainty
meget god! M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any

RE: null AxisFault reason

2006-11-14 Thread Gul Onural
I have created JIRA AXIS2-1703 for this issue. I couldn't figure out how to assign it to you though. Gul -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 10:20 AM To: axis-user@ws.apache.org Subject: Re: null AxisFault reason Hi Gul,

Re: client-side program for Axis2SampleDocLit.wsdl

2006-11-14 Thread adrian rutle
Martin Gainty skrev: meget god! Ja Martin, har noe forslag? M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you

Re: null AxisFault reason

2006-11-14 Thread Eran Chinthaka
Assigned to me now. Will work on this. Gul Onural wrote: I have created JIRA AXIS2-1703 for this issue. I couldn't figure out how to assign it to you though. Gul -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 10:20 AM To:

Array of Beans

2006-11-14 Thread namelesspirate
Hi, I'm an axis-newbie and I'm stuck trying to get an array of beans serialized. The wsdd on the server side looks like this: -- snip -- beanMapping qname=myNS:User languageSpecificType=java:org.some:User/ arrayMapping qname=myNS:UserArray innerType=myNS:User

How to force axis2 library to send out all pending requests?

2006-11-14 Thread Michael Moser
I just ran into some problem with fireAndForget(...)-requests. These obviously get buffered inside AxisEngine. Thus, if the application terminates immediately after posting the last request(s) these request get never sent. I stumbled over this, when experimenting with a command line code snippet

[ANN] Apache Axis2 1.1 Released

2006-11-14 Thread Thilina Gunarathne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just over 6 months since the original 1.0 release, we are very proud to announce the release of Apache Axis2 version 1.1. Downloads are available at: http://ws.apache.org/axis2/download.cgi Apache Axis2 is a complete re-design and re-write of the

[Axis2] Schema imports without namespaces

2006-11-14 Thread Brecht Yperman
Hi, I'm trying to connect to a webservice, deployed on Axis2, that has a wsdl with several imported XMLschemas. The result.xsd schema imports all elements from KlantDeleteID.xsd, which has no namespace. xs:import schemaLocation=KlantDeleteID.xsd / After deploying on Axis2, the generated

Re: [Axis2] Schema imports without namespaces

2006-11-14 Thread Davanum Srinivas
Please log a bug with your wsdl/xsd's. thanks, dims On 11/14/06, Brecht Yperman [EMAIL PROTECTED] wrote: Hi, I'm trying to connect to a webservice, deployed on Axis2, that has a wsdl with several imported XMLschemas. The result.xsd schema imports all elements from KlantDeleteID.xsd, which

Re: [ANN] Apache AXIOM 1.2 Released !!

2006-11-14 Thread Michael Moser
When searching the apache website for AXIOM I get: Search Apache Sites no results ??!!?? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Apache AXIOM 1.2 Released !!

2006-11-14 Thread Davanum Srinivas
http://www.google.com/search?hl=enq=apache+axiombtnG=Google+Search On 11/14/06, Michael Moser [EMAIL PROTECTED] wrote: When searching the apache website for AXIOM I get: Search Apache Sites no results ??!!?? Michael - To

RE: [Axis2] Schema imports without namespaces

2006-11-14 Thread Brecht Yperman
Sorry, but I'm new to the JIRA-system Should I create it on Axis2 or Ws-Commons or...? Thanks, Brecht -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 november 2006 16:46 To: axis-user@ws.apache.org Subject: Re: [Axis2] Schema imports without

Error while using Axis2 1.1, Method not found in DependencyManager

2006-11-14 Thread Mehar SVLN
Hai frnds,downloaded axis2.war from the website for 1.1versionI ve generated skeletons for my wsdl and deployed in apache tomcatI am getting this error while trying to invoke the operation from outside -- SEVERE: java.lang.NoSuchMethodError:

RE: Extending class to write new listener throws NoClassDefFoundError

2006-11-14 Thread Yadav, Yogendra \(IT\)
This is what I see: Nov 10, 2006 11:15:39 AM org.apache.axis2.deployment.AxisConfigBuilder processTransportReceivers INFO: Class Not found : org.apache.axis2.transport.tcp.TIAF2AXIS2Listener Nov 10, 2006 11:15:39 AM org.apache.axis2.transport.tcp.AXIS2TIAFBootstrap main SEVERE: Error bootstraping

org.apache.axiom.attachments.utils.ImageIO?

2006-11-14 Thread Michael Moser
Axis2 1.0 had a utility class org.apache.axiom.attachments.utils.ImageIO - what's the suggested replacement in V1.1? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Axis2 1.1 webapp deployed on tomcat 5.5 with a HTTPS connector

2006-11-14 Thread Sébastien Arod
Hi, Firstly thanks for the new Axis2 1.1 release. However there is an issue with Axis2 1.1 deployed on a tomcat 5.5 which is configured with a HTTPS connector: When I try to acces to the service WSDL I get : Etat HTTP 500 - type Rapport d'exception message description Le serveur a

Re: [ANN] Apache AXIOM 1.2 Released !!

2006-11-14 Thread Michael Moser
yeah - I know - but wouldn't one assume that apache's search also brings up a few pages? After all, it's an apache project - isn't it? Michael Davanum Srinivas [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] http://www.google.com/search?hl=enq=apache+axiombtnG=Google+Search ...

RE: [Axis2] Schema imports without namespaces

2006-11-14 Thread Brecht Yperman
I was trying to add an attachment, but the spam filter won't let it through. Please find the service on http://www.invenso.com/downloads/isbeurscentrumService.aar Thanks, Brecht -Original Message- From: Brecht Yperman [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 november 2006 16:47 To:

Re: [Axis2] Schema imports without namespaces

2006-11-14 Thread Davanum Srinivas
Axis2 please. On 11/14/06, Brecht Yperman [EMAIL PROTECTED] wrote: Sorry, but I'm new to the JIRA-system Should I create it on Axis2 or Ws-Commons or...? Thanks, Brecht -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 november 2006 16:46 To:

Re: Error while using Axis2 1.1, Method not found in DependencyManager

2006-11-14 Thread Thilina Gunarathne
Seems like you have old axis2 jars in the classpath... That method was removed from Axis2 [1] when fixing an issue with setOperationContext... ~Thilina [1] http://svn.apache.org/viewvc?view=revrevision=467258 [2]

NoSuchFieldError: DOCUMENT in axis 1.4

2006-11-14 Thread Will Boyd
hi, i'm working with axis 1.4. i generated a document/literal ws on a server machine from an existing class (using the java2wsdl + wsdl2java ant tasks). i deployed it on the server and it was good to go. then, on a different client machine, i generated the client stubs (again, using the wsdl2java

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread Manuel Ernstberger
Hello, unfortunately I don't know how web services work with php, but it looks to me that the web service only accepts one parameter ($part1) but you invoke it with two parameters ($a and $b). Could you or perhaps someone else check whether this is a possible reason for the error? Regards,

problem w. axis2-1.1\samples\soapwithattachments

2006-11-14 Thread Philipp Perner
I'm trying to run the soapwithattachments example from the axis2 1.1 release I'm deploying the aar in my existing servlet container. After ant run.client there's an error message: D:\development\axis2-1.1\samples\soapwithattachmentsant run.client -Dfile class10.pdf -Ddest test.pdf Buildfile:

RE: [Axis2] JIRA AXIS2-1580 -RPCMessageReceiver returns a subelement that doesn't conform to the WSDL

2006-11-14 Thread Kedar, Shahar
Hi Dims, I'm not sure I understand. Let's say I have a certain Java class, and I want it to act as a web service. I let Axis2 generate a WSDL or write my own WSDL in accordance to the Java class. So, in my case I do not generate code using the WSDL to create the service but the other way around.

axis2-wsdl2code-maven-plugin

2006-11-14 Thread Martin Strand
Hi all. I'm trying to use the m2 plugin as described here: http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-wsdl2code-plugin.html But Maven says it can't find the plugin. Is that plugin deployed anywhere? I couldn't find it in any of these repos: http://people.apache.org/repository/

client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
Hi D:\PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDocLitClient\build\classesjava - cp .:D:\PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDocLitClient\build\lib:D:\Ph D\MOD250-JWS\axis2-bin\lib:D:\PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDocLit Client\build\classes\org\apache\axis2\userguide

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread Thilina Gunarathne
Hi, Java2WSDL will map methods with single OMElement parameters to xsd:any, since an OMElement can carry any arbitary XML. But your service might be expecting some schema for the payload, even though it uses the OMElement (apparently there needs be a custom written WSDL in this case). So there's

Rampart 1.1 nightly with Axis2 1.1

2006-11-14 Thread Sriram Vaidyanathan
Hi Will the Rampart 1.1 SNAPSHOT be compatible on with the Axis21.1 release? Pls advice. Thanks Sriram

Adding web service in an existing web app

2006-11-14 Thread ying lcs
Hi, I have an existing web app running on Tomcat. Can you please tell me how can I export part of my web app as a web service? All the examples I found is running on a standalone server or running it as a war file itself. Thank you for any pointers.

Re: org.apache.axiom.attachments.utils.ImageIO?

2006-11-14 Thread robert lazarski
There was a jira axis2-1446, just fixed recently, to replace the docs that referenced ImageIO etc. Try looking at the diff here: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html?r1=473693r2=473692pathrev=473693 HTH, Robert On 11/14/06, Michael Moser

RE: client-side Axis2SampleDocLit

2006-11-14 Thread Spies, Brennan
Adrian, Your classpath is not set correctly: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/classpath.html That is, the classpath needs to reference the root folder of your classes directory or the .jar/.zip file explicitly. -Original Message- From: adrian rutle [mailto:[EMAIL

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
I am getting many emails on this list, but nobody answers my simple question. I am supposed to give a talk tomorrow about Axis2 and have used more than one week working with this technology. I am getting nowhere... If a release doesn't work, why do they release it?? Very bad documentation that

Re: client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
Spies, Brennan skrev: Adrian, Your classpath is not set correctly: http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/classpath.html That is, the classpath needs to reference the root folder of your classes directory or the .jar/.zip file explicitly. Thanks, but I have put all the jar

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread Paul Fremantle
Adrian What version are you using? Paul On 11/14/06, adrian rutle [EMAIL PROTECTED] wrote: I am getting many emails on this list, but nobody answers my simple question. I am supposed to give a talk tomorrow about Axis2 and have used more than one week working with this technology. I am

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
Paul Fremantle skrev: Adrian What version are you using? version 2, release 1.1 http://ws.apache.org/axis2/1_1/contents.html Paul On 11/14/06, adrian rutle [EMAIL PROTECTED] wrote: I am getting many emails on this list, but nobody answers my simple question. I am supposed to give a talk

RE: client-side Axis2SampleDocLit

2006-11-14 Thread Spies, Brennan
\PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDoc Lit Client\build\classes\org\apache\axis2\userguide should be: \PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDoc Lit Client\build\classes\ You are incorrectly referencing the actual folder where the class file is, so it is searching for the

Re: client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
Spies, Brennan skrev: \PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDoc Lit Client\build\classes\org\apache\axis2\userguide should be: \PhD\MOD250-JWS\axis2-bin\samples\Axis2SampleDoc Lit Client\build\classes\ Thank you, I will try this, but the location that you suggest

Re: client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
The script works, but now there are other annoying problems: When I use (copy/paste) the code listings from the documentations to implement the client code, I get compilor errors. This is because my ant script generates an additional package (axis2sampledoclit) and puts some classes under

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread Paul Fremantle
Adrian As far as I can see you are trying to persuade java to include every class in the lib directory by specifying -cp c:\axis2-1.1\lib Java's classpath doesn't work that way. You need to specify all the jars individually, or use this syntax: -Djava.ext.dirs=c:\axis2-1.1\lib which

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread Thilina Gunarathne
nowhere... If a release doesn't work, why do they release it?? Very ba documentation that says nothing about running clients and problems that one may run into ... Thanx for volunteering to write that doc ;-)... Problem seems to e with the way you set the classpath... Seems you are using the

Re: Axis2 1.1 webapp deployed on tomcat 5.5 with a HTTPS connector

2006-11-14 Thread Davanum Srinivas
Please log it as a bug for now. Let's see. -- dims On 11/14/06, Sébastien Arod [EMAIL PROTECTED] wrote: Hi, Firstly thanks for the new Axis2 1.1 release. However there is an issue with Axis2 1.1 deployed on a tomcat 5.5 which is configured with a HTTPS connector: When I try to acces to

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
Paul Fremantle skrev: Adrian As far as I can see you are trying to persuade java to include every class in the lib directory by specifying -cp c:\axis2-1.1\lib Thanks, I have now solved this issue. I have to say that it's been a while since the last time I progammed in Java... Now it's this

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
Thilina Gunarathne skrev: nowhere... If a release doesn't work, why do they release it?? Very ba documentation that says nothing about running clients and problems that one may run into ... Thanx for volunteering to write that doc ;-)... Yea ofcourse, I was so badly desparate... Problem

Re: PLEASE HELP client-side Axis2SampleDocLit

2006-11-14 Thread adrian rutle
The implementaion that is given in the docs here http://ws.apache.org/axis2/1_1/src/Axis2SampleDocLitServiceCode.html gives me some incompatibility problems. Here is the code that wsdl2java generates with my changes to make it work SERVER: /** * Axis2SampleDocLitServiceSkeleton.java

Problem Accessing Axis2 Client in Session Bean

2006-11-14 Thread sridhar vudutha
Hello All, I'm having trouble running Axis2 Client in a SessionBean. I'm using Axis2-1.1-SNAPSHOT, EJB3 on JBoss 4.0.4.GA. My Session Bean Method: public void test() { System.out.println(Hello World !); try { ConfigurationContext ctx =

Re: Adding web service in an existing web app

2006-11-14 Thread ying lcs
From the install guide, http://ws.apache.org/axis/java/install.html It said ' If you are experienced in web application development, and especially if you wish to add web services to an existing or complex webapp, you can take an alternate approach to running Axis. Instead of adding your

implemetation examples that does not match with ...

2006-11-14 Thread adrian rutle
If you look at http://ws.apache.org/axis2/1_1/src/Axis2SampleDocLitServiceCode.html and the implementations given there, you see that the codes don't match, any one wh oknows how to fix this? package org.apache.axis2.userguide; import org.apache.axis2.userguide.*; import

NullPointerException while array serialization (Axis2.1.1)

2006-11-14 Thread javaDev
Ladies and gentlemen, hi I tryed to check how do I expose service returning array with Axis2.1.1 (I'm a complitely newbie with Axis2.1.1). I changed a standard Axis sample sample.addressbook.service.AddressBookService service: public Entry findEntry(String name) to public Entry[]

implemetation examples that does not match with ...

2006-11-14 Thread adrian rutle
If you look at http://ws.apache.org/axis2/1_1/src/Axis2SampleDocLitServiceCode.html and the implementations given there, you see that the codes don't match, any one wh oknows how to fix this? package org.apache.axis2.userguide; import org.apache.axis2.userguide.*; import

RE: Standalone axis

2006-11-14 Thread Spies, Brennan
Title: Standalone axis Close to what I was doing. All I am doing in the class is configuring the runtime, then using the JMSListener class as my server (it uses the thread pool from Doug Leas lib to handle incoming requests). You do not actually need to create the service yourself. The

Re: Rampart 1.1 nightly with Axis2 1.1

2006-11-14 Thread Ruchith Fernando
Yes it is [1]. Thanks, Ruchith [1] http://ws.zones.apache.org/dist/rampart/nightly/rampart-1.1-SNAPSHOT.zip On 11/14/06, Sriram Vaidyanathan [EMAIL PROTECTED] wrote: Hi Will the Rampart 1.1 SNAPSHOT be compatible on with the Axis21.1 release? Pls advice. Thanks Sriram --

Re: Rampart 1.1 nightly with Axis2 1.1

2006-11-14 Thread Jhan Yuler
Hi, Do you know (approximately) when the rampart 1.1 will be released Thanks Solo conoce el vino bueno, aquel que probó el vino amargo From: Ruchith Fernando [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: Rampart 1.1 nightly with Axis2 1.1

Possibly missing wsdl file referenced in user guide example

2006-11-14 Thread Lenny Wintfeld
Axis2 User Guide Page 2: Writing Web Services by Code Generating Skeleton As far as I can tell, Axis2SampleDocLit.wsdl is not in any of the the axis2-1.1/samples/ directories. Can you tell me where to find this so I can do the Code Generating Skeleton example? Thanks, Lenny Wintfeld

ClassCastException on Factory.newInstance()

2006-11-14 Thread Meghana Joglekar
Hello, I generated code for the attached wsdl using wsdl2java and XmlBeans binding. Here is my code that is trying to invoke the webservice - File f = new File(D:\\dev\\ibs.trunk\\common\\tomcat5.5.17\\bpr-backup\\GetPropertiesFlow- works.bpr); AeDeployBPRSkeletonServiceStub serviceStub = new

Maven2 repository

2006-11-14 Thread YAMAMOTO, Rikiya
Hi, I want use Axis2 1.1 modules from Maven2 repository. Could anyone register 1.1 modules in Maven2 central repository? (http://repo1.maven.org/maven2/) Thanks, YAMAMOTO, Rikiya begin:vcard fn;quoted-printable:=E5=B1=B1=E6=9C=AC =E5=8A=9B=E4=B8=96

Custom WSSE EJB JBOSS Provider

2006-11-14 Thread Warren Crossing
After researching how to make a custom axis 1.4 provider which supports WSSE and passes the certificate to jboss here is a code level synopisis. notice the create is done with the standard username/assword login module META-INF/services/org.apache.axis.deployment.wsdd.Provider

Re: Possibly missing wsdl file referenced in user guide example

2006-11-14 Thread Davanum Srinivas
http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/wsdl/ On 11/14/06, Lenny Wintfeld [EMAIL PROTECTED] wrote: Axis2 User Guide Page 2: Writing Web Services by Code Generating Skeleton As far as I can tell, Axis2SampleDocLit.wsdl is not in any of the the

org.apache.axis2.AxisFault: null; nested exception is: java.lang.ClassCastException at org.apache.axis2.description.AxisService.getWSDL

2006-11-14 Thread bhaskar ramasamy
Hi Friends, I've downloaded the axis2.war (http://ws.apache.org/axis2/download/1_0/download.cgi ) and deployed it in Weblogic 8.1 after adding making the necessary modifications in weblogic.xml. container-descriptor prefer-web-inf-classestrue/prefer-web-inf-classes /container-descriptor Then

call.invoke() get 500 server error

2006-11-14 Thread Ren Wei
Dear all, I am new to web service and stuck by the following problem for a long time.I hope some warm-hearted people can help me out of it. I created a web service (TranslationService) using WSDL2Java (create its stub skeleton). The service is deployed under the following environment: Tomcat

Re: Help needed in the skeleton classes

2006-11-14 Thread Deepal Jayasinghe
Hi Mehar ; Hai all, I am new to this community... I have a wsdl and i am generating skeletons to write the server side code I want to know what is the difference between msgContext.getAxisOperation() and msgContext.getOperationContext ().getOperation() There is no any differnce , you will

SimpleAxisServer/Concurrent Connection

2006-11-14 Thread Sangal, Amit (STSD)
Hi, I have deployed my webservice(a java class) in SimpleAxisServer running with default options. Just wanted to know how many concurrent connection SimpleAxisServer can support? My requirement is that multiple(around 5) clients will be making a call to different methods of this webservice and

Re: Error while using Axis2 1.1, Method not found in DependencyManager

2006-11-14 Thread Mehar SVLN
Thanks Thilina,I ve replaced my old jars. it worksOnce again thanks a lotRgdsMehar On 11/14/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Seems like you have old axis2 jars in the classpath...That method was removed from Axis2 [1] when fixing an issue withsetOperationContext...~Thilina[1]