[axis2] Disable service web-interface

2006-06-08 Thread Bram Biesbrouck
Hi all, Is there a way to disable the web-interface to a webservice, so it is only accessible from a client (xml, soap)? I searched the docs, but nothing.. b. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [Axis2] stop reporting wsdl

2006-06-08 Thread Bram Biesbrouck
Thanks. Is there any other way the (perhaps autogenerated) wsdl file can be extracted from a service? b. Op donderdag 8 juni 2006 13:14, schreef Deepal Jayasinghe: > Just remove wsdl file from the service archive file. > > Bram Biesbrouck wrote: > >Hi all, > > > >Is t

[Axis2] stop reporting wsdl

2006-06-08 Thread Bram Biesbrouck
Hi all, Is there a way to prevent axis2 from reporting WSDL in listServices? Bram - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

root context config

2006-05-24 Thread Bram Biesbrouck
Hi all, Can someone tell me how I configure tomcat and axis so that the root context can be used to point to my (single) webservice? Eg. I'd like http://myserver.com/MyService to point to that service's endpoint. Everything is set up correctly (tomcat server.xml etc), but currently, I have to u

Re: Axis2 1.0 upgrade error

2006-05-18 Thread Bram Biesbrouck
to compile, here's my task - tweak liberally ;-) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > HTH, > Robert > http://www.braziloutsource.com/ > > On 5/18/06, Bram Biesbrouck <[EMAIL PROTECTED]> wrote: > > Well, actuall

Re: Axis2 security flaw?

2006-05-18 Thread Bram Biesbrouck
eem to be using - all the files under conf are > > already set to 600. Could you file a jira? > > > > > > Robert > > http://www.braziloutsource.com/ > > > > On 5/12/06, Bram Biesbrouck <[EMAIL PROTECTED]> wrote: > > > I know, but why doesn't the defa

Re: Axis2 1.0 upgrade error

2006-05-18 Thread Bram Biesbrouck
eef robert lazarski: > You could try one of the wsdl validation tools on the market. Don't know of > an open source one. Trial maybe. I use the cape clear soa editor, but its > no longer available for free download. > > HTH, > Robert > http://www.braziloutsource.com/ >

Axis2 1.0 upgrade error

2006-05-18 Thread Bram Biesbrouck
Hi all, I used Axis2 0.94 to produce some of the Java-code in my webservice-project. I decided to upgrade the framework to version 1.0, but WSDL2Java is complaining: Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL at org.apache.axis2.wsdl.

Re: Axis2 security flaw?

2006-05-12 Thread Bram Biesbrouck
f/axis2.xml > > That'll make the file read / writable by only the owner. Other accounts > won't be able to access it. > > To make it read-only by only the ownew: > > chmod 400 /var/lib/tomcat4/webapps/axis2 > > > /WEB-INF/conf/axis2.xml > > HTH, > Rob

Axis2 security flaw?

2006-05-12 Thread Bram Biesbrouck
Hi all, When I deploy axis2.war in Tomcat, the file /var/lib/tomcat4/webapps/axis2/WEB-INF/conf/axis2.xml (where the admin-pass is stored) is readable by all users on the system. I'm using Debian sarge (stable). Am I missing something or is this a serious security issue? Bram

[axis2] security manager error

2006-03-16 Thread Bram Biesbrouck
Hi all, I'm deploying axis2 (war) in a Tomcat5 container (on Debian Sarge), and the Java security manager presents me with read/write permission errors when accessing the validation page. They are fixed by adding following lines to /etc/tomcat5/policy.d/04webapps.policy : permission java.util.P

Re: [Axis2] ArrayIndexOutOfBounds driving me crazy

2006-02-26 Thread Bram Biesbrouck
t; 1. Change all to sequence. However the sequence requires the elements > to be properly ordered! > 2. Try using XMLBeans.(it should handle all these schema constructs > properly!). > > > Ajith > > On 2/25/06, Bram Biesbrouck <[EMAIL PROTECTED]> wrote: > > Hi all,

[Axis2] ArrayIndexOutOfBounds driving me crazy

2006-02-25 Thread Bram Biesbrouck
Hi all, I'm having a problem with an Axis2 webservice and it's driving me nuts for all day now, please help me out. Basically, it comes down to this: My webservice returns an array of categories to my client program and when no categories are found, a zero-sized array is returned to indicate th

Re: [Axis2] aar/jar file path

2006-01-21 Thread Bram Biesbrouck
Op vrijdag 20 januari 2006 05:14, schreef Deepal Jayasinghe: > Hi Bram; > > well the right way of doing is take service class loader and load the > resurces. > > You can package your aar file putting your resources , and say that when a > requst come you want to acess your resources from service im

[Axis2] aar/jar file path

2006-01-19 Thread Bram Biesbrouck
Hi all, If a class in my .aar file wants to read from a resource in that .aar file (via File, InputStream), how do I set/get the path that is searched for by Axis? Bram

MTOM, XOP and WSDL

2006-01-12 Thread Bram Biesbrouck
Hi all, I'm struggling with this for a few days now, and can't seem to find a solution. Please help me out. How do I design a schema in my wsdl file that uses mtom/xop to transfer a (large) file to my webservice? My latest schema looks like this: http://ws.bpower2.com/screenkas

[Axis2-0.94] Skeleton changes

2006-01-12 Thread Bram Biesbrouck
Hi all, Could sombody write some sample code to use the generated Request/Response xsd-classes of Axis2 0.94, since I don't see any Factory-classes anymore... Btw, the API looks much cleaner now, thanks ! Bram

[axis2] mtom wsdl definition

2006-01-09 Thread Bram Biesbrouck
Hi all, Could someone explain to me the different WSDL-options to using MTOM? I stumbled upon this example: If it's the right way to go, can someone explain it please? Bram

Re: my wsdl flaw

2006-01-05 Thread Bram Biesbrouck
> > > > > On 1/5/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Doc/literal messages must reference 0 or 1 body parts, so > > getAvailablePlatforms is not ill-formed, but I recommend that you supply > > an input message anyway (define an

Re: my wsdl flaw

2006-01-05 Thread Bram Biesbrouck
Op donderdag 5 januari 2006 15:29, schreef Ted Jones: > This looks like a problem: > > The following operations were ill-formed or referenced ill-formed schema > constructs: > getAvailablePlatforms : Doc/Lit operation's soap:body referenced 0 > parts, must reference exactly 1 part > getAvailableOsV

my wsdl flaw

2006-01-05 Thread Bram Biesbrouck
Hi everybody, Here I am again (it's driving me crazy, though). After a lot of testing and validating, my wsdl file still doesn't get parsed well by WSDL2java (NullPointerException). I tried two validators and they both tell me everything is fine, so perhaps, I'm thinking the flaw may be in WSDL

Re: wsdl java error

2006-01-04 Thread Bram Biesbrouck
. You need to define those elements, e.g.: > > > > Anne > > (surprisingly, the Cape Clear SOA Editor did not pick up this error) > > On 1/4/06, Bram Biesbrouck <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Could someone point me the error in my WSDL file th

wsdl java error

2006-01-04 Thread Bram Biesbrouck
Hi, Could someone point me the error in my WSDL file that causes WSDL2java to throw a NullPointerException? I'm looking for that error for over a day now... thanks in advance. Bram http://ws.test.com/screenkast/ScreenkastMetaOptionQuery"; xmlns="http://schemas.xmlsoap.org/wsdl/