Re: Document literal with complex data types

2004-12-26 Thread Frank Cohen
Thanks for your reply Dennis. I appreciate the pointers and watch-out-for-these things. Ok, it's off to Castor I go. I'll let you and the Axis list know how it goes. Is there anything in the Axis project that shows how to interoperate with .NET services? In my experience it's .NET tools that u

Re: Document literal with complex data types

2004-12-26 Thread Frank Cohen
.apache.wsif.schema.Schema and org.apache.wsif.schema.Parser will help to process. Jeff - Original Message - From: "Frank Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 24, 2004 7:25 AM Subject: Document literal with complex data types It

Re: Document literal with complex data types

2004-12-24 Thread Dennis Sosnoski
You've actually got three different types of special operations to deal with. First off, WSDL has it's own , which is available for constructing modular WSDLs. I haven't seen it used much, though. Second and third, XML Schema defines (for making use of components from another namespace) and (

Re: Document literal with complex data types

2004-12-24 Thread Jeff Greif
to process. Jeff - Original Message - From: "Frank Cohen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 24, 2004 7:25 AM Subject: Document literal with complex data types > It suprises me how little knowledge is out there for a Java de

Document literal with complex data types

2004-12-24 Thread Frank Cohen
It suprises me how little knowledge is out there for a Java developer to learn how to write Web Service consumers (clients) that can handle document-literal encoding of complex data types. I found a very good article on this topic at: http://www.sys-con.com/webservices/article.cfm?id=674 I man