Re: "ADBException: Unexpected subelement " - error caused by space after element name in schema

2009-11-08 Thread Ellecer Valencia
ema with any other schema tools? It'd be interesting > to see if they treated the space as an error, or just ignore it. > >  - Dennis > > -- > Dennis M. Sosnoski > Java XML and Web Services > Axis2 Training and Consulting > http://www.sosnoski.com - http://www.sosnos

"ADBException: Unexpected subelement " - error caused by space after element name in schema

2009-11-08 Thread Ellecer Valencia
Hi, What's wrong with this schema fragment?

Re: Using base64Binary instead of hexBinary for binary fields - when and why?

2009-11-03 Thread Ellecer Valencia
ning and Consulting > http://www.sosnoski.com - http://www.sosnoski.co.nz > Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 > > > > Ellecer Valencia wrote: >> >> Hi, >> >> I've been working on a web service that will be receiving binary >> files, and

Using base64Binary instead of hexBinary for binary fields - when and why?

2009-11-02 Thread Ellecer Valencia
Hi, I've been working on a web service that will be receiving binary files, and I've been researching MTOM. Most of the documents I've seen state that in the WSDL, your binary field should be of type xs:base64Binary or xs:hexBinary, and that either of these two will result in a byte[] when the pro

PasswordDigest not being displayed in WS-Policy in generated WSDL - bug or not bug?

2009-10-29 Thread Ellecer Valencia
Hi, I've set up a webservice with Rampart and WS-Policy to use Password Digest for authentication. However, I've noticed that when the WSDL is generated by Axis, the WS-Policy doesn't actually make any mention of this. Is this how it's supposed to work? The Ws Policy shown in the WSDL is this:

Re: Problems setting up WS-Security with Rampart and Password Digest

2009-10-28 Thread Ellecer Valencia
led"); } } I just changed the above to fail when plaintext is being sent. So the only question I have is the one about the PasswordDigest not being indicated as requried in the WS-Policy part of the WSDL. Ellecer On Wed, Oct 28, 2009 at 4:30 PM, Ellecer Val

Problems setting up WS-Security with Rampart and Password Digest

2009-10-27 Thread Ellecer Valencia
Hi, I've been able to set up WS-Security using username + Password in plaintext using Rampart on one the sample Version webservice. However, I've been stuck all day trying to get authentication using Password Digest. Now from the examples I've seen, it seems that the only difference between the t

Re: Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-22 Thread Ellecer Valencia
RA. If you are getting the same > error using latest code please comment on that JIRA entry. > > Chinmoy > > On Thu, Oct 22, 2009 at 12:06 PM, Ellecer Valencia > wrote: >> >> Thanks for that Chinmoy. However, I continued to get the HTML error >> pages, even using t

Re: Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-21 Thread Ellecer Valencia
1, 2009 at 10:08 PM, Chinmoy Chakraborty wrote: > I saw this error and I suppose this is fixed in 1.5..you can look at [1]. > > [1]. [ > https://issues.apache.org/jira/browse/RAMPART-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12

Error page returned instead of Soap Exception when WS-Security Authentication fails in Rampart

2009-10-20 Thread Ellecer Valencia
Hi, I'm trying to set up WS-Security (just username/password-clear-text) and I'm trying to get the service to return a Soap Exception when the user logs in with the wrong details. Should be easy, right? However, I keep getting HTTP 500 error pages instead of Soap Exceptions, like this one: Apache

Re: Axis and .NET interop with dates

2005-03-25 Thread Ellecer Valencia
I would add that .Net has a problem with dates that are defined in your schema as nillable="true". Might be safer to just pass around strings and tell your client what is the format to use - ie, dates in UCT, in mmddhhss format. references: http://wiki.apache.org/ws/FrontPage/Axis/DotNetInte

Re: Help about Array and WSDL

2005-03-13 Thread Ellecer Valencia
hi dino, you might need to do something about that domain...:) On Fri, 11 Mar 2005 14:42:37 -0800, Dino Chiesa <[EMAIL PROTECTED]> wrote: > Ana, My recommendation here is (hold onto your hat) to > Start With WSDL First (tm). > > If you go to > http://dinoch-8:7070/axis1.2/AboutCtService.jsp >

in my .wsdd - 1.2RC3 overrides specified soapLocation?

2005-03-09 Thread Ellecer Valencia
Hi, I was trying to do some debugging using a customised WSDL and I noticed the section in the WSDL where the soap endpoint is specified is now being overriden by axis. Bug or feature? Is there a way to get axis to just return the entire contents of the WSDL without trying to second guess the u