axis wsdl2java newbie

2004-04-14 Thread Pyatt, Adam
For the life of me, I cannot get the binding Stub file created, to compile for this wsdl.  I am fairly new with developing web services, but I have got this wsdl to work with Glues’ wsdl2java tool.   One of the clients trying to use this wsdl is running cold fusion mx, which uses Axis.  

WSDL2JAVA - Binding Stub Problem

2004-04-07 Thread Pyatt, Adam
Hey all, having a problem and I'm stumped. I use PHP NuSOAP to create a Soap Server. I have one function that is causing a compilation error whenever WSDL2JAVA is run with Apache Axis 1.1. I get the error when I run it locally with java, and when we try to use the web services via Cold Fus