Rampart/C Fails to build on Ubuntu 9.04

2009-08-27 Thread Jay Sullivan
Hi. I am trying to install Axis/C 1.6.0 and Rampart/C 1.3.0 together on a i386/Linux Ubuntu-9.04 system. I can build and install Rampart/C, but the samples will not work. The first sign that there is a problem is when I try to build the client/sec_echo sample. I've written a verbose explanation

Re: setting server cert from the api

2009-08-27 Thread Kevin Steves
On Thu, Aug 27, 2009 at 09:26:32PM +0530, Selvaratnam Uthaiyashankar wrote: : Can you try whether following works for you? : : axis2_options_set_property(options, env, AXIS2_SSL_SERVER_CERT, property); thanks. tried that. it crashes in openssl now. some kind of pointer issue. any ideas?

Re: Where's wsgen and wsimport?

2009-08-27 Thread Isuru Suriarachchi
Hi Aaron, I've written a blog post on deploying JAXWS service in Axis2 at [1]. Most of the details including download links for jaxws-rt.jar and jaxws-tools.jar are there in this post. Thanks, ~Isuru [1] http://isurues.wordpress.com/2009/08/27/how-to-deploy-your-jaxws-web-service-in-axis2/ On

Axis 1.4: not doing correct deployment wsdl for specific classes

2009-08-27 Thread Olmo León Cadahía
Hi all, I hope somebody can help me with this issue.. I'm using Axis 1.4. When I create the wsdd deployment document I specified the beanmappings I want axis to published in the wsdl *[1]*. But when generating the wsdl they are not included as *complexType*, and just putting the classes that are

Re: Problem with ns qualified attribute of a client message

2009-08-27 Thread error3
No one ? - err...@free.fr a écrit : This is why the client should send the type. Server has said it is anyType so client has to send the type as the xsi type. As you have told your server does not process the runtime type, then it may have assume it as string. thanks,

Re: Problem with ns qualified attribute of a client message

2009-08-27 Thread Amila Suriarachchi
How your value element looks like element name=value type=xs:anyType/ if so what you send is not according to the schema. Then I think there is not proper solution thanks, Amila. On Thu, Aug 27, 2009 at 1:37 PM, err...@free.fr wrote: No one ? - err...@free.fr a écrit : This is

Re: Problem with ns qualified attribute of a client message

2009-08-27 Thread error3
The xsd tells me : xsd:complexType name=QueryParam xsd:sequence xsd:element name=name type=xsd:string/ !-- See note in EPCIS spec text regarding the value for this element -- xsd:element name=value

Re: Problem with ns qualified attribute of a client message

2009-08-27 Thread Andreas Veithen
Is the string element defined in the schema? Andreas On Thu, Aug 27, 2009 at 11:23, err...@free.fr wrote: The xsd tells me :        xsd:complexType name=QueryParam                xsd:sequence                        xsd:element name=name type=xsd:string/                        !-- See

Re: Problem with ns qualified attribute of a client message

2009-08-27 Thread error3
no I don't think (I'm not very used to read xsd, but it seems that no). I've just understand that I've probably made a mistake. xsd:element name=value type=xsd:anyType can contains (according to the specs) xsd:integer, xsd:double, xsd:dateTime, xsd:string, epcisq:ArrayOfString,

Re: Problem with ns qualified attribute of a client message

2009-08-27 Thread Amila Suriarachchi
On Thu, Aug 27, 2009 at 2:53 PM, err...@free.fr wrote: The xsd tells me : xsd:complexType name=QueryParam xsd:sequence xsd:element name=name type=xsd:string/ !-- See note in EPCIS spec text regarding the value for this

Axis 1.5 compile problem

2009-08-27 Thread Simon Steinacker
Hello, I just changed my software from Axis2 1.4.1 to Axis2 1.5. So I linked the libraries, exchanged the new axis2.xml and the axis2-web directory. I noticed that in the viewphases.jsp there are compile errors. PhaseInfo.getGlobalInFlow() returns a java.util.List, but the variable it is

unsubscribe-axis-user

2009-08-27 Thread Kenneth W. Meehan
unsubscribe-axis-user

[axis-users] Re: Newbie question

2009-08-27 Thread Arvind Narayan
Thanks, strangely enough, the issue was resolved after I enabled the -b flag in WSDL2C. ( generate backwards compatible code ). Although why that might be the case still confounds me. thanks arvind. On Wed, Aug 26, 2009 at 11:58 PM, Chinmoy Chakrabortycch...@gmail.com wrote: Instead of using

Re: unsubscribe-axis-user

2009-08-27 Thread Larry Meadors
You'll have better luck sending that to axis-user-unsubscr...@ws.apache.org Larry On Thu, Aug 27, 2009 at 6:43 AM, Kenneth W. Meehanmee...@progress.com wrote: unsubscribe-axis-user

unsubscribe-axis-user

2009-08-27 Thread trevor.baden

unsubscribe-axis-user

2009-08-27 Thread MIKE WIESEMANN, BLOOMBERG/ 731 LEXIN

RE: Where's wsgen and wsimport?

2009-08-27 Thread Meyer, Aaron L.
Isuru, I'm impressed! Based on the date it looks like you just did this for me (and others) today. I have to start working on something else so I don't know when I will have a chance to try this, but I definitely plan to when I get a chance. It looks like the kind of information Axis needs

create MessageElement from a XML file (Problem with blank namespace)

2009-08-27 Thread A.H
Hello, I have to create a MessageElement from a XML-file. I used following programm-code to open and parse the XML-file. After that initialize the MessageElement attribute with the content of the XML- File. // Code /// File xmlfile = new

Unable to get Header tags in custom module's inflow handler

2009-08-27 Thread soni swapna
Hi Axis Team, In a client class we have our custom module and rampart engaged. While sending the request, we are setting some header tags in outflow handler of custom module. while request going out, first custom module's outflow handler is executing then rampart module's outflow handler is

Question about xsd:any

2009-08-27 Thread error3
Hello again, I have a xsd with an extension, I mean something like that : [...] xsd:sequence xsd:element name=begin type=xsd:string / xsd:element name=end type=xsd:string / xsd:any namespace=##other processContents=lax minOccurs=0 maxOccurs=unbounded / /xsd:sequence [...] I have a axis2

Can axis2-1.5 use rampart-1.4

2009-08-27 Thread Asen
Hi there- When I am trying to engage rampart module, the module does not exist in the axis configuration. The rahas is loaded but not the rampart. This was not the case when I was using 1.4.1 release. Is axis2-1.5 add the rampart 1.4 module into the faultModuleList and ignoring it? Asen-

Re: Can axis2-1.5 use rampart-1.4

2009-08-27 Thread Asen
Please ignore this. I was missing some required .jar on the classpath. On Thu, Aug 27, 2009 at 12:50 PM, Asen asen.m.ase...@gmail.com wrote: Hi there- When I am trying to engage rampart module, the module does not exist in the axis configuration. The rahas is loaded but not the rampart.

adding MTOM/SwA functionality

2009-08-27 Thread Jeff Ramin
Hi folks. I have an existing SOAP service, and I want to add the ability to receive binary data (an audio file). The code is hand written; not auto-generated. So, if I have an existing method such as: public void doSomething(String someParam) and I want to also receive an audio file, what

send soap attachment via AXIS2

2009-08-27 Thread sean . flannery
Hello, I'm struggling to send a soap attachment with AXIS2. Most of the documentation I'm finding online is on receiving, rather than sending attachments. Here's the closest I've gathered to what the code should sort of look like (which is surely wrong):

RE: adding MTOM/SwA functionality

2009-08-27 Thread McCullough, Ryan
Jeff, I just found this website: http://www.w3.org/2000/xp/Group/4/08/implementation.html Which has implantation examples for MTOM. It shows what the request and response look like. Hope this helps. -Ryan -Original Message- From: Jeff Ramin [mailto:jeff.ra...@singlewire.com] Sent:

Re: Can axis2-1.5 use rampart-1.4

2009-08-27 Thread v2cg4ss
What miss jar, I have just tried to use axis2 1.5 inside of tomcat 6.0.20 with ramart 1.4 and I get a class not found error. I copy the rampart modules to the axis2 modules folder and then copied the rampart jars to the axis2 lib folder and I get the error. So which jar(s) did you have to place

Re: Can axis2-1.5 use rampart-1.4

2009-08-27 Thread Nandana Mihindukulasooriya
Did you copy all the required jars to axis2 lib ? The jars in the Rampart binary distribution and the bouncy castle / backport-util-concurrent jars. Anyway Rampart 1.5 will be released soon, it will be the compatible version with Axis2 1.5. opensaml-1.1.jar rampart-core-1.4.jar

Re: Unable to get Header tags in custom module's inflow handler

2009-08-27 Thread Nandana Mihindukulasooriya
Hi, I have done a very similar thing for testing encrypted/signed headers and I didn't face any issues. In this test, I used a module [1] which inserts some headers to the SOAP messages in the out flow and used the same module to log them in the in flow. And I encrypted/signed those custom

Re: Unable to get Header tags in custom module's inflow handler

2009-08-27 Thread Amila Suriarachchi
hi, Have you engage Addressing? if so try without it. Amila. On Fri, Aug 28, 2009 at 4:58 AM, Nandana Mihindukulasooriya nandana@gmail.com wrote: Hi, I have done a very similar thing for testing encrypted/signed headers and I didn't face any issues. In this test, I used a module

Re: Question about xsd:any

2009-08-27 Thread Amila Suriarachchi
On Thu, Aug 27, 2009 at 10:31 PM, err...@free.fr wrote: Hello again, I have a xsd with an extension, I mean something like that : [...] xsd:sequence xsd:element name=begin type=xsd:string / xsd:element name=end type=xsd:string / xsd:any namespace=##other processContents=lax

Re: adding MTOM/SwA functionality

2009-08-27 Thread prabath
Please have a look at [1]. Thanks regards. -Prabath [1]:https://svn.apache.org/repos/asf/webservices/axis2/site/1_1/mtom-guide.html Jeff Ramin wrote: Hi folks. I have an existing SOAP service, and I want to add the ability to receive binary data (an audio file). The code is hand written;

Re: send soap attachment via AXIS2

2009-08-27 Thread prabath
Please have a look at [1]. Thanks regards. -Prabath [1]:https://svn.apache.org/repos/asf/webservices/axis2/site/1_1/mtom-guide.html sean.flann...@jwt.com wrote: Hello, I'm struggling to send a soap attachment with AXIS2. Most of the documentation I'm finding online is on receiving, rather

Re: Where's wsgen and wsimport?

2009-08-27 Thread Isuru Suriarachchi
Hi Aaron, Yes I wrote it yesterday. Thought it will be helpful for many people like you. Therefore made it bit more public rather than explaining everything in the mail itself. Yes I know we are lacking a proper documentation on JAXWS in the Axis2 user guide. Thanks, ~Isuru On Thu, Aug 27, 2009

Eclipse Plugin with MTOM support

2009-08-27 Thread Partha Pal
Hi all, I need to write an Eclipse plugin which internally will call web services with attachments. I need to provide support for Eclipse 3.3 , 3.4 and 3.5 . Could anybody please point me to any axis2 plugin / jar file so that I could use it, because with the axis plug-ins already included in

Re: send soap attachment via AXIS2

2009-08-27 Thread Chinmoy Chakraborty
you can try this, MessageContext mc = new MessageContext(); FileDataSource dataSource = new FileDataSource(c:\\myImageAttachment.jpg); DataHandler dataHandler = new DataHandler(dataSource); mc.addAttachment(dataHandler .getName(), dataHandler); then add this message context to