Martin,

Do you have a link to some documentation, or do I have to download it to see
the contents of the package?

I just looked through the DSMLv2 spec. It defines a SOAP binding, but it
doesn't provide a WSDL portType or binding description (too bad). But it
does provide XML Schemas for all the messages. It's not too hard to create
the WSDL from that. Once you have a WSDL file, you ought to be able to just
generate your client proxy.

DSML requires that you use document/literal mode.

Anne

> -----Original Message-----
> From: Martin Smith [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 01, 2003 9:32 PM
> To: [EMAIL PROTECTED]
> Subject: Re: DSML activity?
>
>
> Anne--
>
> Here's the link to the Sun EA product:
> http://developer.java.sun.com/developer/earlyAccess/jndi/
>
> I'm just starting to look at the Sun provider docs, but haven't
> definitely got figured out whether they provide a ready-to-go SOAP
> message or not.  Even if they do, I'm not sure how Axis would deal with
> that: it seems to be set up to do the serialization itself (but limited
> to basic types, arrays and javabeans unless you get into "custom"
> serializers.)
>
> Anyhow, just trying to see if  the work has been done before I try to
> re-invent the wheel. (Plus I'm not a black-belt programmer anyhow <g>.)
>
> Let me know if you hear of something, will you?
>
> Martin
>
> Anne Thomas Manes wrote:
>
> >Axis is a SOAP implementation.
> >DSMLv2 defines an XML-based LDAP interface. The XML interface can be
> >implemented using a variety of XML protocols, including SOAP. You might
> >think of it as a standard SOAP interface definition for an LDAP
> directory.
> >
> >I'm not familiar with Sun's EA DSMLv2 provider. Does it provide a SOAP
> >interface? Does it supply you with a WSDL file? If so, you ought
> to be able
> >to generate an Axis client from the WSDL file.
> >
> >If it doesn't provide a SOAP interface, perhaps you'd like to
> volunteer to
> >build one.
> >
> >Anne
> >
> >
> >
> >>-----Original Message-----
> >>From: Martin Smith [mailto:[EMAIL PROTECTED]]
> >>Sent: Wednesday, January 01, 2003 7:03 PM
> >>To: [EMAIL PROTECTED]
> >>Subject: DSML activity?
> >>
> >>
> >>Does Axis know about DSMLv2?  Does it recognize BatchRequests, etc?
> >> Serialize and de-serialize to corresponding JNDI objects?  Is anyone
> >>planning to do this?
> >>
> >>I'm trying to make a web service from an existing LDAP directory, and
> >>between the Sun DSMLv2 JNDI provider and the Axis handlers I thought it
> >>might be mostly out-of-the-box.
> >>
> >>TIA,
> >>
> >>Martin
> >>
> >>
> >>
> >>
> >
> >
> >
> >
>
>
>
>

Reply via email to