You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Simon Fell <so...@zaks.demon.co.uk> on 2002/03/05 18:42:58 UTC

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.userException</faultcode>
   <faultstring>java.lang.NoSuchMethodException: tried class:
test.wsdl.interop3.docLitParam.WSDLInteropTestDocLitPortBindingSkeleton,
method name:  echoString echoStringArray echoStruct
echoVoid.</faultstring>
   <detail>
    <ns2:stackTrace
xmlns:ns2="http://xml.apache.org/axis/">java.lang.NoSuchMethodException:
tried class:
test.wsdl.interop3.docLitParam.WSDLInteropTestDocLitPortBindingSkeleton,
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]