Re: Axis2 generates invalid parameters in WSDL for simple service

2006-06-17 Thread Ajith Ranabahu
Hi, Can you post the full WSDL that was generated please ? I suppose you used Java2WSDL ? Ajith On 6/18/06, John Pletka <[EMAIL PROTECTED]> wrote: Perhaps I am doing something wrong, but the WSDL that Axis2 v1.0 is generating is unusable because it adds message parts that are not in the class.

Axis2 generates invalid parameters in WSDL for simple service

2006-06-17 Thread John Pletka
Perhaps I am doing something wrong, but the WSDL that Axis2 v1.0 is generating is unusable because it adds message parts that are not in the class. The same class in Axis 1.4 generates it clean. For example, for the sample class: public class TestAxis { public String getDate(){ retu

Is there an Axis2 provider="java:EJB" equilivent?

2006-06-17 Thread John Pletka
Under Axis1.x, publishing j2ee stateless session beans was fairly trivial. All you had to do was create a wsdd file with the provider of "java:EJB" and a few parameters pointing to the jndi name, home and remote interfaces. Where is the equilivent for Axis2? The only option I've found involves

Re: [AXIS2] J2EE Support

2006-06-17 Thread Dennis Sosnoski
Okay, so I guess what you're after is automatic deployment of EJBs as web services. The alternative of making regular calls to the actual EJB just involves using a proxy class which handles the EJB lookup and forwards all calls on to the EJB. It should be fairly easy to just write a code gener

Re: [AXIS2] J2EE Support

2006-06-17 Thread Chathura Herath
JSR 109 tries to do exacly this, i.e. adding the web services stack to the J2ee applications. I was part of the JSR109/ AXIS1/Geronimo integration effort. There is a summer of code project listed on doing the same for Axis2. http://wiki.apache.org/general/SummerOfCode2006 No idea whether there is

[Axis2] Proxy Service within samples

2006-06-17 Thread Soactive Inc
Does anyone know if the following service that was provided as a sample within the Axis 1.x samples is also shipped with Axis 2? http://genome.jouy.inra.fr/doc/web/axis-1_2_1/samples/proxy/ProxyService.javaI found that this code does not work on Axis 2 since the Context classes have changed. I woul

Re: Integration of axis2 for invoking webservices

2006-06-17 Thread Wishing Carebear
Thanks for your reply. I will look into it.I have some more question in general. If you feel these are silly questions, I'm very sorry for taking your time.a. If there are complex types in the webservice call, does the ServiceClient takes care of the regsitering the complex type or I have to do it

Re: unknown certificate error.

2006-06-17 Thread Cyrille Le Clerc
Hello siddbob, Have you looked at http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration/Ssl ? This page explains you how to use the SunFakeTrustSocketFactory that truts all the certificates. Hope this helps, Cyrille -- Cyrille Le Clerc [EMAIL PROTECTED] [EMAIL PROTECTED] +33

axis error on loading: Error listenerStart

2006-06-17 Thread Giedrius Stanevičius
hello, i am trying to install axis 1.2.1 on tomcat5, but i get the following error: 2006-06-17 18:09:40 StandardContext[/axis]Error configuring application listener of class org.apache.axis.transport.http.AxisHTTPSessionListener java.lang.ExceptionInInitializerError what could be wrong? 2006-06

Re: Integration of axis2 for invoking webservices

2006-06-17 Thread Eran Chinthaka
Hi, Its Axis2's client api. In other words that the api client use to invoke web services with Axis2. I strongly recommend you to read our user guide. -- Chinthaka Wishing Carebear wrote: > Chinthaka: > Thanks for your reply. > Could you please explain a little bit about ServiceClient. Is this a

[ANN][Axis2] Apache Axis2/C 0.92 Released

2006-06-17 Thread Samisa Abeysinghe
Hi All, We are pleased to announce the release of Apache Axis2/C version 0.92. You can download this release from http://ws.apache.org/axis2/c/download.cgi We welcome your early feedback on this implementation. Please send your feedback to [EMAIL PROTECTED] Major Changes Since Last Release

Re: Integration of axis2 for invoking webservices

2006-06-17 Thread Wishing Carebear
Chinthaka:Thanks for your reply. Could you please explain a little bit about ServiceClient. Is this a different opensource or art of axis2.Thanks,cbearOn 6/17/06, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: Hi,if you are looking into a totally dynamic case also look into thepossibility of using the

ref to Multiref

2006-06-17 Thread Riadh Ben Halima
Hi,How to resolve "ref" in order to reach data in multiref using Handler?Thanks in advance.

Re: [AXIS2] J2EE Support

2006-06-17 Thread robert lazarski
On 6/16/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: robert lazarski wrote:> > Currently I'm integrating an EJB app with Axis2 - thankfully as any> tomcat / servlet container web layer would. However, I came very close> to having to implement these services as EJB, which would have > required eit

Re: [axis2] ServiceClient question

2006-06-17 Thread Deepal Jayasinghe
No , you need to use operation client to access and modify SOAP headers , using service client you can add headers. Michele Mazzucco wrote: >Hi all, > >is it possible to access/modify the message SOAP header by using a >ServiceClient only (i.e. without creating an OperationClient object)? > >Than

Re: Integration of axis2 for invoking webservices

2006-06-17 Thread Ajith Ranabahu
Hi, if you are looking into a totally dynamic case also look into the possibility of using the serviceClient since there is a mode where you can pass in a WSDL to the constructor and get it fully configured! Ajith On 6/17/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote: Wishing Carebear wrote: > H

[Axis2] Raw Xml provider supports only the methods bearing the signature public OMElement <method-name>(OMElement) where the method name can be anything

2006-06-17 Thread nancy
  Hi ,   I have deployed a webservice 'ProcessService' using Axis2 version0.95.It consists a method  createProcess(String businessObjectId) . This method returns void .In services.xml I use:-  “”  for this operation .  When I invoke this method following exception are displa

Re: Integration of axis2 for invoking webservices

2006-06-17 Thread Eran Chinthaka
Wishing Carebear wrote: > Hello: > I want to build a tool that has to talk to different webservices by taking > in the wsdl and invoke the webservcie by getting the relevant inputs. > You can easily do this by creating stubs using Axis2 code generation. Read Axis2 User guide and code generation g

Re: Possible Axiom Bug: base64 encoding

2006-06-17 Thread Eran Chinthaka
Hi Carlos, Thanks for digging in to the problem. Can you please create a patch and attach it to a JIRA (http://issues.apache.org/jira/browse/AXIS2)? -- Chinthaka Carlos Perez wrote: > Hi, > > I have been trying to consume an Axis2 web service that returns binary > data in base64 from a .NET cl