Bryan,

Apache SOAP services can be exposed via WSDL; there's just no
WSDL-generating utilities in Apache SOAP that I know of.  I deployed a
service using Apache SOAP, then used the java2wsdl utility that's part of
the freeware GLUE toolkit to generate WSDL for my Apache SOAP service.  I
was then able to connect to my service using .NET, Java, and Delphi.

Rumor has it that AXIS (the follow-on project to Apache SOAP) will include
WSDL-generation utilities.  Until then, check out
http://www.themindelectric.com/products/glue/glue.html

Regards,
Mike  

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 18, 2002 3:54 PM
> To: [EMAIL PROTECTED]
> Subject: using XML Schemas with SOAP
> 
> 
> Hi:
> 
> I've been able to deploy my service which accepts an object 
> as a parameter.
> Now I want to relay that information to my client by 
> providing them with a
> descriptor of some sort. From the docs I know Apache SOAP (which I am
> using) cannot use WSDL. But I would at least like to describe 
> the structure
> of the parameter, so I was thinking XML Schema.
> 
> But I can't seem to find any examples of using an XML Schema with the
> Apache SOAP API's. If I were the client, how do I specify 
> that the object
> I'm passing should conform to a particular xml schema? I assume a SOAP
> payload can use XML Schema,  but how can I use it through the 
> Apache code?
> Or am I totally off on this concept?
> 
> Any guidance would be appreciated.
> 
> Thanks.
> Bryan
> 
> 
> This message is for the designated recipient only and may contain
> privileged, proprietary, or otherwise private information.  
> If you have
> received it in error, please notify the sender immediately 
> and delete the
> original.  Any other use of the email by you is prohibited.
> 

Reply via email to