How to descibe Element in wsdl?

2003-07-31 Thread Yang, Guang
Dear all: I got a soap service take org.w3c.dom.Element as parameter And return org.w3c.dom.Element. My question is: how to describe the parameter and return value in wsdl of this service. any response will be appriciated! Sincerely, Yang Guang Keynes Tower 5/13 University of Essex Wivenhoe P

Re: How to descibe Element in wsdl?

2003-07-31 Thread Scott Nichol
Did you write your own serializer or use literal XML encoding? If you used the latter, to my knowledge, Apache SOAP is the only implementation that supports this, so there is no sense trying to write WSDL. If you wrote your own serializer, you can write WSDL, although if you truly send arbitra