Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi, I got the following error: sam@sam-PC /cygdrive/c/work/ixsystems-workspace/Axis2WSImplementation/resources $ ant generate.wsdl Buildfile: C:\work\ixsystems-workspace\Axis2WSImplementation\resources\build.xml compile.service: [javac] C:\work\ixsystems-workspace\Axis2WSImplementation\resources\build.xml:21: warning: ‘includeantruntime’ was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds BUILD FAILED C:\work\ixsystems-workspace\Axis2WSImplementation\resources\build.xml:21: srcdir “C:\work\ixsystems-workspace\Axis2WSImplementation\resources\src” does not exist! Total time: 0 seconds I think it is my project setup having some problem. Can you please pinpoint what is it? Thanks Sam
- Sam
Now I got the following error: BUILD FAILED C:\work\ixsystems-workspace\Axis2WSImplementation\build.xml:28: taskdef class org.apache.ws.java2wsdl.Java2WSDLTask cannot be found using the classloader AntClassLoader[] Total time: 0 seconds
- Sam
Suppose I have a class say MyBanSubClass that extends MyBean and I want to send it to the getObjectData() service function . But the issue I am facing is i dont see the MyBanSubClass in the generated WSDL. So is it that whatever is exposed in Service only that is generated or shown as part of WSDL ? If yes then how should I make MyBanSubClass visible to the client?
- chatting_enabled
Hello, Do we need to run the Axis2ClientUsingStubsFromAnt as JAVA APPLICATION?
- Sushil
Hey Pankaj… Really nice article… Do you have any material on maven?
- Shiva
Nice article! I have question regarding defining occurances(minOccurs and maxOccurs) for elements (name, id in your example). I was able to set maxOccurs to unbounded by making it an array but no idea how to limit to some numbers. Also, whats the way to set nillable=false for elements. Thanks, Swarndeep
- Swarndeep Singh Tomar
Nice article! I have question regarding defining occurances(minOccurs and maxOccurs) for elements (name, id in your example). I was able to set maxOccurs to unbounded by making it an array but no idea how to limit to some numbers. Also, whats the way to set nillable=false for elements. I found that @XmlElement(required=true) seems not to work with axis2. Is that correct? Thanks, Swarndeep
- Swarndeep Singh Tomar