xml schema document (xsd) details the schema for each referenced feature
the wsdl provides the layout for the input and output messages and references 
the elements from the provided xsd's 
The layout of each message adheres to a known Message Exchange Pattern or MEP

without the wsdl there really isnt much anyone can do to suggest a change since
changing one side (server) either xsd or wsdl will not accurately reflect what 
the client is calling

we can be of further assistance if you can flesh out a wsdl 
from the wsdl we can use wsdl2java to regenerate both the service and client 
stub classes

for attributes optional="true"
for elements minOccurs="0"
for arrays nillable="true"

more information is available from russ butek article at
http://www.ibm.com/developerworks/webservices/library/ws-tip-null.html

does this help?
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Sat, 29 Aug 2009 05:45:38 -0700
> From: newtondav...@hotmail.com
> To: axis-dev@ws.apache.org
> Subject: RE: CFX Header Security Configurations
> 
> 
> Martin,
> 
> Many thanks for your reply - I fear the first part of your reply was removed
> because it was interprated as java script by Nabble.
> 
> Couple of questions 
>          1. is minOccurs=0 used in the header, I noticed its use in the body
> but when I hit the wsdl I don't see the header.
>          2. I am looking for a way to make the timestamp optional via a
> configuration file(on the server side) not a code change. Is your suggestion
> possible without code changes and if so how.
> 
> Thanks again David. 
>   
> 
> mgainty wrote:
> > 
> > 
> > the list is correct
> > 
> > try setting attribute 
> > minOccurs=0 
> > for the element you do not wish to render
> > 
> > usually starting with operator supplied wsdl (and any accompanying xsds..)
> > 
> > Martin 
> > ______________________________________________ 
> > Note de déni et de confidentialité
> > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> > destinataire prévu, nous te demandons avec bonté que pour satisfaire
> > informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> > copie de ceci est interdite. Ce message sert à l'information seulement et
> > n'aura pas n'importe quel effet légalement obligatoire. Étant donné que
> > les email peuvent facilement être sujets à la manipulation, nous ne
> > pouvons accepter aucune responsabilité pour le contenu fourni.
> > 
> > 
> > 
> > 
> >> Date: Fri, 28 Aug 2009 13:18:13 -0700
> >> From: newtondav...@hotmail.com
> >> To: axis-dev@ws.apache.org
> >> Subject: CFX Header Security Configurations
> >> 
> >> 
> >> Our developers have developed webservices using Apache CFX. The problem I
> >> have is that the application I am using can not construct the timestamp
> >> part
> >> for the security header. Is there a simple configuration change that I
> >> can
> >> make on the application side to ignore the timestamp. Below is an example
> >> of
> >> the header my webservices is expecting. I need to call it with timestamp
> >> removed.
> >> 
> >> If there is a better list to post these types of questions - please let
> >> know
> >> that as well. 
> >> 
> >> 
> >>  <soapenv:Header>
> >>       <wsse:Security soapenv:mustUnderstand="1"
> >> xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";>
> >>          <wsu:Timestamp wsu:Id="Timestamp-20874988"
> >> xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";>
> >>             <wsu:Created>2009-05-20T20:50:03.317Z</wsu:Created>
> >>             <wsu:Expires>2009-05-21T13:30:03.317Z</wsu:Expires>
> >>          </wsu:Timestamp>         <wsse:UsernameToken
> >> wsu:Id="UsernameToken-30892496"
> >> xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";>
> >>             <wsse:Username>PortalAdmin</wsse:Username>
> >>             <wsse:Password
> >> Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText";>PortalAdmin</wsse:Password>
> >>          </wsse:UsernameToken>
> >>       </wsse:Security>
> >> </soapenv:Header>
> >> 
> >> -- 
> >> View this message in context:
> >> http://www.nabble.com/CFX-Header-Security-Configurations-tp25196332p25196332.html
> >> Sent from the Axis - Dev mailing list archive at Nabble.com.
> >> 
> > 
> > _________________________________________________________________
> > With Windows Live, you can organize, edit, and share your photos.
> > http://www.windowslive.com/Desktop/PhotoGallery
> > 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/CFX-Header-Security-Configurations-tp25196332p25202598.html
> Sent from the Axis - Dev mailing list archive at Nabble.com.
> 

_________________________________________________________________
Get back to school stuff for them and cashback for you.
http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1

Reply via email to