Re: cvs commit: xml-axis/java/lib commons-discovery.jar

2002-10-11 Thread Bob Cotton
> "Richard" == Richard Sitze <[EMAIL PROTECTED]> writes: Richard> Umm... somehow I got entirely confused over version Richard> #s...  and prereqs.  So let me try again: There are NO Richard> supported solution for AXIS 1.0.  It MAY BE that the Richard> following (unsupported)

Re: cvs commit: xml-axis/java/lib commons-discovery.jar

2002-10-11 Thread Bob Cotton
> "Richard" == Richard Sitze <[EMAIL PROTECTED]> writes: Richard> The 'supported' solution will be in last night's build of Richard> AXIS. You can 'mod' axis 1.0 as follows: I'm not comfortable with taking a nightly build, or HEAD, because of all the changes of late. Richard>

Re: cvs commit: xml-axis/java/lib commons-discovery.jar

2002-10-11 Thread Bob Cotton
> "rsitze" == rsitze <[EMAIL PROTECTED]> writes: rsitze> rsitze 2002/10/10 14:21:58 rsitze> Modified: java/lib commons-discovery.jar Log: Backed out rsitze> last change, correct fix was in axis. ok, I'm confused. WHERE is the Servlet loading problem fixed for JDK 1.4? Thank

Re: anyType support fixed

2002-09-27 Thread Bob Cotton
> "Glen" == Glen Daniels <[EMAIL PROTECTED]> writes: Glen> How could that possibly make any sense? If you have a type Glen> which you are never going to be able to receive, what good Glen> does it do to put an "anyType" placeholder there? >> >> We've registered a custom s

Re: anyType support fixed

2002-09-26 Thread Bob Cotton
> "Glen" == Glen Daniels <[EMAIL PROTECTED]> writes: Glen> Wow. I apparently missed that change. Glen> How could that possibly make any sense? If you have a type Glen> which you are never going to be able to receive, what good Glen> does it do to put an "anyType" placeholde

Re: Help! A WSDL2Java bug? How to assign WSDL2Java type classes to custom namespace?

2002-05-06 Thread Bob Cotton
> "Sheri" == Sheri Gish <[EMAIL PROTECTED]> writes: Sheri> Hi, I really need some guidance here. I'm creating a web Sheri> service from a legacy distributed interface. My legacy Sheri> code already has a complex package structure and we have Sheri> automated build scripts ba

User Exception Handling in Axis

2002-03-25 Thread Bob Cotton
I'm using Axis to put a web service in front of a stateless session EJB. This EJB throws user exceptions as part of it's interface. One of these exceptions encodes an integer fault code. Let's call this exception com.synxis.srms.exception.SrmsException. To consume this web service from a java c

PATCH Java2WSDL ignoring -P/--portTypeName not used

2002-03-08 Thread Bob Cotton
cvs server: Diffing xml-axis/java/src/org/apache/axis/wsdl Index: xml-axis/java/src/org/apache/axis/wsdl/Java2WSDL.java === RCS file: /home/cvspublic/xml-axis/java/src/org/apache/axis/wsdl/Java2WSDL.java,vretrieving revision 1.9 di