Hey everyone, I am trying to consume an Axis webservice in .Net and I am getting the following error..
"Types must be declared at the top level in the schema" It appears that the webserice may not be setup correctly to allow other clients other than Java to access it based on the way the types are defined (rpc instead of doc/lit??). I would like to know if there is a way to change Axis to send a wsdl that may interop better with .Net or if there is a way to manually change the wsdl so that it will work in .Net. There are other Java users that use this webservice, but none that use .Net. Here is a link to the current webservice. http://fssdev.servicepower.com:40223/axis/services/callStatusEnquiry?wsdl Thanks in advance, Tim -- View this message in context: http://www.nabble.com/Types-must-be-declared-at-the-top-level-in-the-schema-t1608831.html#a4361506 Sent from the Axis - User forum at Nabble.com.
