Usually this is to allow "anything" to be passed--another approach is to use
<part name="param" type="xsd:anyType" /> which usually translates into an XML node of some form (SOAPElement in JAXRPC, I forget what in .NET). It essentially means "you're on your own to parse and consume this thing", because the tools aren't being given information on how to do so. :-) Ted Neward Architect, UCDavis Account & Financial Services http://www.javageeks.com http://www.clrgeeks.com -----Original Message----- From: Sam Ewing [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 14:08 To: [EMAIL PROTECTED] Subject: Axis <-> .NET; document style Hi, I have to interact with a .NET Document style WSDL that has stuff like this in it for the input message. <part name="strXML" type="s:string" /> The problem is, that is not really a string, but an XML document, as defined by a external XML schema. As a result, the client stub generated looks (naturally) like this: "String methodcall (String strXML)"... Do you have any experience with this? Is it a common thing in Document style SOAP/.NET ? Thanks! __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com
