Re: WS-Security Question

2008-07-11 Thread Brennan Spies
Are you referring to WebSphere 6.1 or WebSphere 6.1 + the Web Services pack (http://www-1.ibm.com/support/docview.wss?rs=180uid=swg21264563)? - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Friday, July 11, 2008 12:50 PM Subject: Re:

Re: JAX-WS in Axis2

2008-07-08 Thread Brennan Spies
This article on REST invocation might be helpful: http://wso2.org/library/175 For JAX-WS, I believe the main difference here is that you use Sun's tools to do the code generation, not Axis2's; if you use JAX-WS, then by default you are also using JAXB to do the XML binding. More documentation

Re: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Brennan Spies
I downloaded the Eclipse plugins, but I've noticed though the zip files are named *-1.4.zip, the versions on the plugin folder are all *_1.3.0. - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: Axis developer list [EMAIL PROTECTED]; axis-user@ws.apache.org; [EMAIL

Re: The WS Crazy Train!

2008-04-29 Thread Brennan Spies
Scott, That's a tall order. There's lots to say about this space, and it won't be contained in one web page. Can't help you with the Xanax, but I can give you the brief tour of WS in Java. Here goes... 1. At the high level, your first decision is SOAP vs. REST. REST implies POX (plain old

Re: The WS Crazy Train!

2008-04-29 Thread Brennan Spies
for? :-) I certainly spent a lot of time looking for one and didn't find it. __ Steve Gruverman, Programmer IntelliCare, Inc. | A Medco Health Solutions Company 500 Southborough Drive | South Portland ME 04106 Brennan Spies [EMAIL PROTECTED] wrote on 04/29

Re: Client Jars conflicting - Work around

2008-04-23 Thread Brennan Spies
Hari, If using prefer-web-inf-classes is not working, then (assuming you have Weblogic v. 9.2 or later) you might want to try using a filtering classloader http://edocs.bea.com/wls/docs92/programming/classloading.html#wp1097187 - Original Message - From: Hari C To:

Re: Sample Webservices to test NTLM and SOAP Attachements.

2008-04-03 Thread Brennan Spies
A Java sub-project of Samba called JCIFS (http://jcifs.samba.org/) has NTLM authentication as one of its features. Never used it for NTLM, but the Windows fileshare piece is solid. There is also another lib, but it's a bit old: http://www.luigidragone.com/networking/ntlm.html Regards,

Re: Possible classloader issue - help needed

2007-10-26 Thread Brennan Spies
://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html. Note that the web application classloaders are child-first classloaders, so classes loaded by these won't be visible to parent classloaders in the tree. Not sure if the Axis 2.0 classloaders are the same way. Hope this helps, Brennan Spies Sr

Re: Possible classloader issue - help needed

2007-10-26 Thread Brennan Spies
Oh yes, there is also the /lib folder in the root of the Axis2 install (rather than in the .aar). - Original Message - From: Brennan Spies [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, October 25, 2007 11:46 PM Subject: Re: Possible classloader issue - help needed

Re: UnsupportedClassVersionError- BouncyCastleProvider

2007-10-01 Thread Brennan Spies
RE: UnsupportedClassVersionError- BouncyCastleProviderhttp://www.bouncycastle.org/latest_releases.html - Original Message - From: Rajesh, Peter (CLAIMS, WIP) To: Rajesh, Peter (CLAIMS, WIP) ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Cc: axis-user@ws.apache.org Sent: Tuesday,

RE: aggregating several generated service.xml files into one file

2007-05-21 Thread Brennan Spies
You can write an XSLT, and then run it from ant using xslt or style (depending on your version of Ant). _ From: Josh [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 8:11 AM To: axis-user Subject: aggregating several generated service.xml files into one file All, I run

RE: How to convert wsdl:message's from WSDL 1.1 to WSDL 2.0?

2007-04-03 Thread Brennan Spies
It becomes an interface message reference: http://www.w3.org/TR/wsdl20/#InterfaceMessageReference You might want to try this XSLT to aid in converting your WSDL: http://www.w3.org/2006/02/WSDLConvert.html -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: No implementation defined for org.apache.commons.logging.LogFactory

2007-03-06 Thread Brennan Spies
Try -Dorg.apache.commons.logging.LogFactory= org.apache.commons.logging.impl.LogFactoryImpl (or a more specific factory, if you wish) _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 3:48 AM To: axis-user@ws.apache.org Subject: No

RE: Accessing variables outside AXIS war file

2007-01-16 Thread Brennan Spies
You can use SOAP connectors with JMX, if you have a JSR-160 compliant implementation. If you need to have it from a non-server such as a Swing client, you should consider using MX4J. http://mx4j.sourceforge.net/docs/ch03s20.html -Original Message- From: Franck Coppola [mailto:[EMAIL

RE: Soap Over JMS using Embedded Axis2 Engine

2006-12-29 Thread Brennan Spies
Ted, Did you uncomment/configure the appropriate entries in your axis2.xml as well as your .aar's service.xml? http://ws.apache.org/axis2/1_1/jms-transport.html _ From: Ted Jones [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 3:36 PM To: axis-user@ws.apache.org

RE: [Axis2] How to build web service that is invoked via HTTP Post ?

2006-12-07 Thread Brennan Spies
appreciated. Thanks, -Saladin --- Spies, Brennan [EMAIL PROTECTED] wrote: Have you looked at the REST examples? http://ws.apache.org/axis2/1_1/rest-ws.html Brennan Spies Sr. Programmer Analyst Shared Application Services -Original Message- From: S. Sharif [mailto:[EMAIL PROTECTED

RE: How to configure axis2-1.1 to support JAXB-RI

2006-12-01 Thread Brennan Spies
release ? Jim On 11/30/06, Brennan Spies mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Jim, Your best bet is to generate databinding using some other supported tech (i.e., XmlBeans). Then alter the generated classes (the MessageReceiver and Skeleton) so that you use JAXB-RI. This generally

RE: how to get soap header from stub in axis2

2006-12-01 Thread Brennan Spies
working with or do I need to look elsewhere? Thanks so much for your help Brennan! Hoy On 11/30/06, Brennan Spies [EMAIL PROTECTED] wrote: The SOAPEnvelope (which you create on the client or receive from the service) has a getHeader() method for getting the SOAPHeader axiom class that has

RE: how to get soap header from stub in axis2

2006-11-30 Thread Brennan Spies
The SOAPEnvelope (which you create on the client or receive from the service) has a getHeader() method for getting the SOAPHeader axiom class that has the appropriate methods. The ServiceClient (class member in the Stub) also has helper methods for adding SOAP headers. _ From: hoy hoy

RE: [Axis2] Problem reading own xml file inside aar archive

2006-11-29 Thread Brennan Spies
Try getResourceAsStream() instead. That has the ability to read files within a zip file. -Original Message- From: Subash Devkota [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 9:45 PM To: axis-user@ws.apache.org Subject: [Axis2] Problem reading own xml file inside aar

RE: [AXIS2] WSDL2JAVA produces unformatted (pretty printed) java code

2006-11-29 Thread Brennan Spies
I believe if you have either Jalopy or JTidy on your classpath, Axis2 will use them. -Original Message- From: Ulf Heyder [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 2:54 AM To: axis-user ws.apache.org Subject: [AXIS2] WSDL2JAVA produces unformatted (pretty printed) java

RE: How to configure axis2-1.1 to support JAXB-RI

2006-11-29 Thread Brennan Spies
Jim, Your best bet is to generate databinding using some other supported tech (i.e., XmlBeans). Then alter the generated classes (the MessageReceiver and Skeleton) so that you use JAXB-RI. This generally involves going to and from Axiom (OMElement) as the information is passed from and back to

RE: Re: RE: [Axis2] JMS client H ow

2006-11-21 Thread Brennan Spies
1.25in 1.0in 1.25in;}div.Section1 {}-- You can use the generated client that the Axis 2.0 code generator supplies. The default endpoint in the generated stub/unit test and the generated WSDL won’t be correct, but you can modify them to fit pretty easily. Brennan Spies Sr

RE: Converting from UTF-8 to ISO-8859-I with Axis2 and Java

2006-10-31 Thread Brennan Spies
Sorry, misread your post. Revert. From: Brennan Spies [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 9:27 PM To: axis-user@ws.apache.org Subject: RE: Converting from UTF-8 to ISO-8859-I with Axis2 and Java Bruno, ISO-8859-1 is a superset of ASCII, and does

RE: JMS Transport Best Practices

2006-10-30 Thread Brennan Spies
Frans, The post here explains a simple walk-through of how to do it with Tibco EMS, but ActiveMQ will be very similar: http://www.mail-archive.com/axis-user@ws.apache.org/msg20494.html Also notice the link to the official documentation at the top. The main benefits of JMS are 1) reliable

RE: Axis2-std.1.0 WSDL2Java returning No service element found in the WSDL

2006-10-27 Thread Brennan Spies
Stephen, Try using the nightly build (1.1) and see if it works: http://people.apache.org/dist/axis2/nightly/ -Original Message- From: Stephen Milne [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 8:38 AM To: axis-user@ws.apache.org Subject: Axis2-std.1.0 WSDL2Java returning No

RE: Compilation error with WSDL2Java and XmlBeans

2006-10-17 Thread Brennan Spies
Jerome, You should file a JIRA for this and include your files. -Original Message- From: Jerome Magnet [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 6:39 PM To: axis-user@ws.apache.org Subject: RE: Compilation error with WSDL2Java and XmlBeans That's the nightly package I