error while loading axis2/c module The specified module could not be found

2009-02-23 Thread sasanka pusapati
Hi Axis2/c Users, I am new to Axis2/c. I am trying to configure apache 2.2.9 with axis2/c module but i am unable to load the axis2/c module. I downloaded the binary of axis 1.5 and copied the mod_axis2.dll as mod_axis2.so into modules directory. I also modified the

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread Supun Kamburugamuva
These are not matching Location /axis2 SetHandler axis2_module /Location and LoadModule axis_2module modules/mod_axis2.so Supun.. On Mon, Feb 23, 2009 at 3:26 PM, sasanka pusapati spusapati...@gmail.comwrote: Hi Axis2/c Users, I am new to

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread sasanka pusapati
Hi , The original text that i have added in httpd.conf after copying mod_axis2.so into modules directory was LoadModule axis2_module modules/mod_axis2.so Axis2RepoPath c:/axis2c-bin-1.5.0-win32/axis2c Axis2LogFile c:/axis2c-bin-1.5.0-win32/axis2c/axis2.log Axis2ServiceURLPrefix

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread S Balaji
Hi Sasank, I had same problem with Apache 2.2 server and axis axis-c-1.6b-Win32-trace-bin on my windows 2000 Advanced server laptop. Here are some things I can think of : *) Take latest Axis cpp source and build it ? I am yet to locate this. I was told axis-c-1.6b-Win32-trace-bin is

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread S Balaji
Sorry perhaps I am confusing Axis2/C with Axis C++. My apologies. --- On Mon, 2/23/09, S Balaji ija...@yahoo.com wrote: From: S Balaji ija...@yahoo.com Subject: Re: error while loading axis2/c module The specified module could not be found To: Apache AXIS C User List

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread Supun Kamburugamuva
Did you add the axis2/c libraries to the Windows PATH? On Mon, Feb 23, 2009 at 4:52 PM, sasanka pusapati spusapati...@gmail.comwrote: Hi , The original text that i have added in httpd.conf after copying mod_axis2.so into modules directory was LoadModule axis2_module modules/mod_axis2.so

Re: error while loading axis2/c module The specified module could not be found

2009-02-23 Thread sasanka pusapati
Hi , I also added the lib directory c:/axis2c-bin-1.5.0-win32/axis2c/lib to windows path. The original text that i have added in httpd.conf after copying mod_axis2.so into modules directory was LoadModule axis2_module modules/mod_axis2.so Axis2RepoPath c:/axis2c-bin-1.5.0-win32/axis2c

Re: rampart/c compilation error related to openSSL

2009-02-23 Thread Uthaiyashankar
Hi, It is a known problem in openssl (NOT in Rampart/C :D ) . Have a look at [1] to solve it. Regards, Shankar [1] http://wso2.org/forum/thread/3861 On Tue, Feb 24, 2009 at 6:37 AM, Raymond Zhou raywang...@yahoo.com wrote: Hi All, I am using open source axis2/c and rampart/c to build a

Re: Axis C/C++ client : basic questions

2009-02-23 Thread Uthaiyashankar
Hi Balaji, See my comments.. On Mon, Feb 23, 2009 at 11:46 PM, S Balaji ija...@yahoo.com wrote: Hi All, I work for a commercial software company. Our product is a business software that is developed in C++ and runs on various platforms : Solaris, Linux, WIndows-32-bit, AIX,

Re: Some quick Axis2C help required

2009-02-23 Thread ramesh Gopal
Hi All, I have stuck with a few issues against Apache Axis2C. 1) I have deployed the service using Apache Axis, (Deploying to me is only copying the .so, .xml and .wsdl files to the services directory). I do not know if I need to do something more than this. Now I want to be able to

SCOPE=SOAPSESSION

2009-02-23 Thread Stadelmann Josef
Dear axis2/Java community my Java Client calls an axis2 service. The server runs in scope=soapsession returning a ServicegroupId up on a initial call to init() login(). I can launch several Java Clients, which reach in a 1 to 1 correspondence each his own instance of a service; call it a

Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-23 Thread Car Toper
I am reading through the book Developing Web Services with Apache Axis2 and it talked about the Code Generator Wizard - Eclipse Plug-in. When I try to run v1.4.1 of the plug-in I am getting a error, some exception is being thrown when you click on finish. I should have posted this Q last night

Re: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-23 Thread TomazM
Look hare for solution: http://blogiterox.wordpress.com/2008/10/24/exploring-apache-axis2-and-eclipse-plug-in-development/ Regards, Tomaz Car Toper wrote: I am reading through the book Developing Web Services with Apache Axis2 and it talked about the Code Generator Wizard - Eclipse Plug-in.

Re: Axis2: how to skip namespace prefixes ?

2009-02-23 Thread GKGT80
Hello keith , I am also facing problem in SOAP response. SOAP Response I am getting (TCP Monitor trace):- * HTTP/1.1 200 OK Server: OSP 2.4 BPEL engine Content-Type: text/xml; charset=ISO-8859-1 Content-Length: 1965 Connection: close ?xml version=1.0

Re: Axis2: how to skip namespace prefixes ?

2009-02-23 Thread keith chapman
Hi Gaurav, Your Response is not valid XML, That is the reason for this error. xmlns:urn:=urn:Alcatel_Lucent_OSP_BPEL should have been xmlns:urn=urn:Alcatel_Lucent_OSP_BPEL This looks to be a bug in the server (OSP 2.4 BPEL engine) Thanks, Keith. On Mon, Feb 23, 2009 at 10:11 PM, GKGT80

service cannot be found for the endpoint reference (EPR)

2009-02-23 Thread Davis, Christopher (Baltimore)
I get the above error while trying to consume a web service embedded in my Tomcat webapp. I'm looking for ideas. The error is occurring in the Dispatch Phase. I generated the Axis2 server and client code using the code generator in Eclipse. 1) Modified web.xml to add servlet and mapping

Invalid QName with default databinding (Adds a : in front)

2009-02-23 Thread Thiaga
Hi, I generated a client jar using wsdl2java with default databinding and wrote a test client. (Axis2.1.1 version) In the SOAP request a : is added in front of the QNAME for a complex type. This does not happen when the binding is XMLBeans. xsi:type=:StringCriterionType and due to this i get an

Policy configuration for a signed Request and unsigned Response?

2009-02-23 Thread Wally Dennis
Hello, Is it possible to use the Policy configuration mechanism in Axis2/Rampart to configure a client to send a signed request and get back an unsigned response? If so, any examples or reference material would be most appreciated. Thanks, Wally The information contained in this e-mail

AXIS2 - property file locations when creating aar file

2009-02-23 Thread RickCromer
When I build an aar file and I need to deploy files that support the web services. For example, general site configuration *.properties file and files that the customer receiving the packaged web service will need to configure. Where do these files go and is there a recommended technique to

Re: AXIS2 - property file locations when creating aar file

2009-02-23 Thread Deepal jayasinghe
have a look at http://www.developer.com/open/article.php/10930_3557741_2 You just need to add your property file into your aar file, and you can access them as you access from a jar file. Thank you! Deepal When I build an aar file and I need to deploy files that support the web services. For

Pub\Sub Web Service

2009-02-23 Thread Michael
I am developing a publish\subscribe engine and have exposed both the publish and subscribe services with web services. I am looking for advice on how I might implement a push notification. Since the occurrence of some event will trigger notification of all users that subscribed to the

Re: Pub\Sub Web Service

2009-02-23 Thread Doug Davis
checkout ws-baseNotification: http://docs.oasis-open.org/wsn/wsn-ws_base_notification-1.3-spec-os.pdf thanks -Doug __ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | d...@us.ibm.com Michael

Re: Pub\Sub Web Service

2009-02-23 Thread Michael
Doug I looked at this before I started my design. As a standards document it did not provide much help with how I might implement the standard in a bottom-up Java web service implementation. The only thing I could get out of it is that one other option I did not list in my original email was

Axis2 Code Generator Problem

2009-02-23 Thread Michael
I'm developing a bottom up web service and now that I have got it working using the code I developed and the client stub generated when I created the web service from Eclipse I now want to create a WSDL file. When I launch the Axis2 Code Generator (v1.3.0) Wizard, enter the fully qualified

Re: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-23 Thread Car Toper
2009/2/23 TomazM tomaz.majerh...@arnes.si: Look hare for solution: http://blogiterox.wordpress.com/2008/10/24/exploring-apache-axis2-and-eclipse-plug-in-development/ Yep, That is the bug! I don't follow the fix, exactly. Partly due to the fact that Java is not my primary language, I am a

RE: Axis2 Code Generator Problem

2009-02-23 Thread Richard Hu
This is a known bug. Here is the solution with explanation: http://blogiterox.wordpress.com/2008/10/24/exploring-apache-axis2-and-ec lipse-plug-in-development/ Solution: Copy the jar for stax and for backport to the plug-in directory (Eclipse\plug-ins\Axis2 code generator\lib) and then add

RE: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-23 Thread Richard Hu
Put the stax jar in Eclipse dir\plug-ins\Axis2 Code generator dir\lib. Also, I'm not sure changing the extension to jar is the right solution. It's probably better to just download the jar from findjar.com. This is the link I used:

Axis2 SOAP XML response question

2009-02-23 Thread Shaon, ABS (Arif)
Hi Everyone, I am running a AXIS4 1.4.1 SOAP service that returns an XML document encoded in the SOAP Body. The response I get is the following: soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope; soapenv:Body ns:GetCapabilitiesResponse

Re: service cannot be found for the endpoint reference (EPR)

2009-02-23 Thread keith chapman
Hi Davis, In your case Axis2 was unable to find the service. The only method that Axis2 looks up the service is using the URL. So that URL should have enough information on what the serviceName is. I'm sure this is a problem in your mapping somewhere. Did you set the contextRoot in the axis2.xml?

Re: Axis2 SOAP XML response question

2009-02-23 Thread keith chapman
Well you could do this by doing a contract first web service. It looks like you are using the POJO approach and when u do that you have to live with the schema that Axis2 would give you. Alternatively you could just stick an ESB in front and run the response through an XSLT and format it to the

Re: Bug in Code Generator Wizard - Eclipse Plug-in

2009-02-23 Thread Saminda Wijeratne
Did you follow whats in http://www.mail-archive.com/axis-user@ws.apache.org/msg43620.html ?? Car Toper wrote: On Mon, Feb 23, 2009 at 9:55 PM, Richard Hu richard...@jda.com wrote: Put the stax jar in Eclipse dir\plug-ins\Axis2 Code generator dir\lib. Ok, I put both the stax and