Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-18 Thread Michael Fryars
Thanks for your help, Andreas. JIRA issue created: AXIS2-4468 Michael On Tue, Aug 18, 2009 at 10:17 PM, Andreas Veithen wrote: > Michael, > > The following log message is interesting: > > org.apache.axiom.om.impl.MTOMXMLStreamWriter - Returning access to > the original output stream: java.io.

Re: Adding WSS Headers to the WSDL

2009-08-18 Thread Steve Karlovitz
Thanks for everyones help. Sent from my iPhone On Aug 18, 2009, at 5:53 PM, Dennis Sosnoski wrote: If you're using Axis2 and WS-Policy configuration of the security the policy information should be automatically added to the generated WSDL. Try a browser request to your service endpoint +

JAR Files to Package with Clients

2009-08-18 Thread Richard Plana
Hi, I am using Axis2 to write a web services application. I just need to know how to determine what the desired JAR packages are to add to the application classpath in order for it to use the web services client functionality. I can't seem to find it in the documents that come with it and the s

Re: Adding WSS Headers to the WSDL

2009-08-18 Thread Dennis Sosnoski
Oh, and set the "useOriginalwsdl" parameter "false" in your services.xml so that Axis2 will generate the WSDL, rather than just using the one you supplied originally. - Dennis Dennis Sosnoski wrote: If you're using Axis2 and WS-Policy configuration of the security the policy information sho

Re: Adding WSS Headers to the WSDL

2009-08-18 Thread Dennis Sosnoski
If you're using Axis2 and WS-Policy configuration of the security the policy information should be automatically added to the generated WSDL. Try a browser request to your service endpoint + "?wsdl" (e.g. "http://localhost:8080/axis2/services/myservice?wsdl";) and see if the policy is present.

Re: AxisAdminServlet in .jar

2009-08-18 Thread Asen
Andreas, I have created https://issues.apache.org/jira/browse/AXIS2-4467 and linked it to https://issues.apache.org/jira/browse/AXIS2-4321 Please review my issue description and feel free to edit it if needed. On Tue, Aug 18, 2009 at 3:52 PM, Andreas Veithen wrote: > That makes sense. Bundling

Re: AxisAdminServlet in .jar

2009-08-18 Thread Andreas Veithen
That makes sense. Bundling these classes into a separate Maven artifact would indeed give users more options when assembling a custom WAR file. Please open a JIRA for this. Andreas On Tue, Aug 18, 2009 at 22:41, Asen wrote: > Hi there- > > Is there a way to get the AxisAdminServlet for 1.5 releas

AxisAdminServlet in .jar

2009-08-18 Thread Asen
Hi there- Is there a way to get the AxisAdminServlet for 1.5 release into a .jar file. The current .war distribution comes with webapp/WEB-INF/classes and there is the .class file, but I really do not want to put this into my application in which I have integrated axis. I know that I can create my

Re: Greater than's not being escaped in content of element in response

2009-08-18 Thread Andreas Veithen
Axis2 always creates XMLStreamReader/Writer objects using org.apache.axiom.om.util.StAXUtils and this class manages the factories. In version 1.2.9 of Axiom (currently under development) there is a new mechanism that allows to set properties on these factories, as described in [1]. Unfortunately th

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-18 Thread Andreas Veithen
Michael, The following log message is interesting: org.apache.axiom.om.impl.MTOMXMLStreamWriter - Returning access to the original output stream: java.io.bufferedoutputstr...@14181418 It means that the xmlbeans databinding bypasses the normal StAX XMLStreamWriter and writes part of the output d

Re: Sandesha2 and WS-RM questions

2009-08-18 Thread Deepal Jayasinghe
Please ignore, replying to wrong thread. Thanks, Deepal > I have class on Tuesday and Thursday after 1.30 till 6. > > Thanks, > Deepal > >> Hi Alexandros, >> >> Sandesha is still being maintained. The Sandesha developer mailing >> list is a lot quieter than the axis2 mailing lists so you'd pr

Re: Sandesha2 and WS-RM questions

2009-08-18 Thread Deepal jayasinghe
I have class on Tuesday and Thursday after 1.30 till 6. Thanks, Deepal > > Hi Alexandros, > > Sandesha is still being maintained. The Sandesha developer mailing > list is a lot quieter than the axis2 mailing lists so you'd probably > get a better response to your question there. > > Thanks, > Ka

Re: Sandesha2 and WS-RM questions

2009-08-18 Thread Katherine Sanders
Hi Alexandros, Sandesha is still being maintained. The Sandesha developer mailing list is a lot quieter than the axis2 mailing lists so you'd probably get a better response to your question there. Thanks, Katherine From: Alexandros Karypidis To: axis-user@ws.apache.org Date: 18/08/2009 17:

Re: Sandesha2 and WS-RM questions

2009-08-18 Thread Alexandros Karypidis
Hello again, Is Sandesha2 no longer maintained or is this the wrong list to post questions? On its web site, I found only a developer's list, so I assumed "user" questions are posted here. Should I try the developer list? Hi, I'm interested in WS-RM and Sandesha2. I've followed the tutorial

Re: Adding WSS Headers to the WSDL

2009-08-18 Thread Chinmoy Chakraborty
Are you using policy based WS-Security? You may look at [1].. [1] - https://www.wso2.org/library/3190 Chinmoy On Tue, Aug 18, 2009 at 7:50 PM, Steve Karlovitz < steve.karlov...@synegen.com> wrote: > I was wondering if somebody could help, I have written a web-service that > is to be consumed by

Question about WSDL

2009-08-18 Thread Chinmoy Chakraborty
Hi All, I have a service called ABS and the operation name is 'invoke'. The operation has two parameters, one is String another one is a Float. These are basic data type but why In the WSDL these data types show as complex type? We have customers and they are having problems for the complex types

Adding WSS Headers to the WSDL

2009-08-18 Thread Steve Karlovitz
I was wondering if somebody could help, I have written a web-service that is to be consumed by SalesForce.com. The web service utilizes WS- Security, I have been told that in order for SalesForce.com to consume and utilize this web-service I have to add the WSS definition to the WSDL. Does

Re: Help! Error when testing Axis2 client

2009-08-18 Thread Andreas Veithen
This probably means that you have a mix of JARs from different Axis2 versions (maybe at different locations in the class loader hierarchy). Andreas On Tue, Aug 18, 2009 at 11:30, Maria Claribelle M. Loto wrote: > > > > > Hi, > I am currently developing a webservice using axis2 and Resin 3.1.9. I

Help! Error when testing Axis2 client

2009-08-18 Thread Maria Claribelle M. Loto
Hi, I am currently developing a webservice using axis2 and Resin 3.1.9. I successfully generated the .aar file, dropped it on C:\resin\webapps\axis2\WEB-INF\services. I was able to get to the axis2 happy page. However, when I tried calling my service by accessing it through the url like h

Re: Possibility to marshal the request-Parameter to XML?

2009-08-18 Thread Martin Fernau
Hello Andreas, sorry for my late answer. This helped my a lot. Thanks for your help! Sometimes the answer is easier as I think Martin Am Samstag 08 August 2009 schrieb Andreas Veithen: > Martin, > > You can do this using RawXMLINOutMessageReceiver. It should be easy to > find examples on t