as far as i know it should be there, here's the chunk of the schema
(this is from interopDocLitParams)

<element name="echoStruct">
 <complexType>
  <sequence>
   <element name="param0" type="xsd1:SOAPStruct" /> 
  </sequence>
 </complexType>
</element>

Cheers
Simon

On Tue, 5 Mar 2002 13:17:13 -0500 , in soap you wrote:

>Hi Simon!
>
>Haven't taken a close look at this yet, but <param0>?  Should that be in there?
>
>> -----Original Message-----
>> From: Simon Fell [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, March 05, 2002 12:43 PM
>> To: [EMAIL PROTECTED]
>> Subject: Group D doc/lit tests
>> 
>> 
>> I'm seeing failures on all the group D doc/lit tests currently
>> 
>> full wire dumps linked off
>> http://www.pocketsoap.com/weblog/soapInterop/r3/groupD.html
>> 
>> Cheers
>> Simon
>> www.pocketsoap.com
>> 
>> <S:Envelope
>>      S:encodingStyle=''
>>      xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
>>      xmlns:a='http://soapinterop.org/xsd'
>>      xmlns:XS='http://www.w3.org/2001/XMLSchema'
>>      xmlns:XI='http://www.w3.org/2001/XMLSchema-instance'>
>> <S:Body><a:echoStruct><param0><varFloat
>> XI:type='XS:float'>42.42</varFloat>
>> <varInt XI:type='XS:int'>42</varInt>
>> <varString XI:type='XS:string'></varString>
>> </param0>
>> </a:echoStruct>
>> </S:Body></S:Envelope>
>> 
>> <?xml version="1.0" encoding="UTF-8"?>
>> <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/";
>> xmlns:a="http://soapinterop.org/xsd";
>> xmlns:XS="http://www.w3.org/2001/XMLSchema";
>> xmlns:XI="http://www.w3.org/2001/XMLSchema-instance";>
>>  <S:Body>
>>   <S:Fault>
>>    <faultcode
>> xmlns:ns1="http://xml.apache.org/axis/";>ns1:Server.userExcepti
>> on</faultcode>
>>    <faultstring>java.lang.NoSuchMethodException: tried class:
>> test.wsdl.interop3.docLitParam.WSDLInteropTestDocLitPortBindin
>> gSkeleton,
>> method name:  echoString echoStringArray echoStruct
>> echoVoid.</faultstring>
>>    <detail>
>>     <ns2:stackTrace
>> xmlns:ns2="http://xml.apache.org/axis/";>java.lang.NoSuchMethod
>> Exception:
>> tried class:
>> test.wsdl.interop3.docLitParam.WSDLInteropTestDocLitPortBindin
>> gSkeleton,
>> method name:  echoString echoStringArray echoStruct echoVoid.
>>      at
>> org.apache.axis.providers.java.MsgProvider.processMessage(Unknown
>> Source)
>>      at org.apache.axis.providers.java.JavaProvider.invoke(Unknown
>> Source)
>>      at org.apache.axis.strategies.InvocationStrategy.visit(Unknown
>> Source)
>> [sniped rest of trace]
>> 

Reply via email to