Re: Disable wsdl url

2009-10-08 Thread Amila Suriarachchi
hi, if you have deployed axis2 as a web app, try to put a servlet filter or define some url pattern in the web.xml thanks, Amila On Wed, Oct 7, 2009 at 3:50 PM, Darshana ® srdarsh...@gmail.com wrote: Hello, I want to disable people accessing the wsdl. Currently any one can access wsdl of

Re: HELP! Axis to .NET - RPC/Encoded style.

2009-10-08 Thread Joey Baghodoughnuts
Since I couldn't get any replies to my original post, I am going to post the URL where I finally found the solution: http://www.codeproject.com/KB/webservices/DOTNET_with_WS_APACHEAXIS.aspx Lots of manual work with serialization and using a generic Soap Client. -Joe

Re: Disable wsdl url

2009-10-08 Thread Darshana ®
Thanks amila, I'll try it and see. On Thu, Oct 8, 2009 at 11:53 AM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: hi, if you have deployed axis2 as a web app, try to put a servlet filter or define some url pattern in the web.xml thanks, Amila On Wed, Oct 7, 2009 at 3:50 PM,

Cannot load SchemaTypeSystem

2009-10-08 Thread Schalk
Hi there, I finally got Axis2 to generate the appropriate stubs etc for me, finally having to use the command line tool, and I chose XMLBeans as my data binding solution as I have worked with it before and found it real easy to use. After having to hunt around for some jar files I can finally

Re: Disable wsdl url

2009-10-08 Thread Suresh
Hi, Instead of disabling wsdl it is to put an empty wsdl. In the configuration file you can mention ur empty wsdl and then this wsdl will be displayed when users try to access wsdl from URL Thanks, Suresh Metla On Oct 8, 2009, at 5:09 AM, Darshana ® srdarsh...@gmail.com wrote: Thanks

RE: Cannot load SchemaTypeSystem

2009-10-08 Thread Christian Gosch
XMLbeans does not only generate classes, but lots of additional binaries, which must be presesnt on the classpath. Look through your output folder, and you will find an additional folder with this stuff. Add it to your runtime classpath, and you may be done :-) --cg -Original

RE: Cannot load SchemaTypeSystem

2009-10-08 Thread Schalk
Hi there Christian, I did find the resource folder with stacks of .xsb files on. I added this to the sources in the build path in Eclipse as well as to the Output... tab. However, I still get the problem, any ideas as to where else I need to set something? Maybe something to do with Tomcat?

Out of memory exception

2009-10-08 Thread Xessa
I'm trying to get an xml response as a client and i generally get an out of memory exception while trying to get the xml data. at org.apache.axis.message.SAX2EventRecorder$objArrayVector.add(SAX2EventRecorder.java:254) at

RE: Out of memory exception

2009-10-08 Thread Mary Hu
The message payload might be too large. You have to think of a way to break down the message from the source side -Original Message- From: Xessa [mailto:gkhn...@gmail.com] Sent: Thursday, October 08, 2009 9:56 AM To: axis-user@ws.apache.org Subject: Out of memory exception I'm trying

Re: Cannot load SchemaTypeSystem

2009-10-08 Thread FRYARS, Michael
In among all those .xsb files you'll find a single .class file, and this .class must be available at runtime. [Note: XMLBeans generates the .class directly, it doesn't generate a .java and then have it compiled] I saw the problem you describe when running JUnit tests which used an

Axis 1 (1.4) - Simple proof of concept client not working - SAXParserException: Content is not allowed in prolog

2009-10-08 Thread mule_user
I am new to Axis. I am using Axis 1 (not Axis2). I am trying to make a simple app work. I created a web project called Axis1 which has two modles namely Axis1(which only has META-INF\application.xml) and Axis1Web. Axis1Web has the source code. Axis1Web | ---META-INF |

Re: Axis 1 (1.4) - Simple proof of concept client not working - SAXParserException: Content is not allowed in prolog

2009-10-08 Thread mule_user
mule_user wrote: I am new to Axis. I am using Axis 1 (not Axis2). I am trying to make a simple app work. I created a web project called Axis1 which has two modles namely Axis1(which only has META-INF\application.xml) and Axis1Web. Axis1Web has the source code. Axis1Web |

unsubscribe

2009-10-08 Thread Gudikoti, Rajesh
Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude

RE: Cannot load SchemaTypeSystem

2009-10-08 Thread Schalk
Awesome Michael, That did the job, in my case I had to copy it to the build directory as it is a web app but it worked perfectly. Now though I encountered a lovely surprise, a NullPointerException thrown by one of the generated stubs, specifically this line: