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 bu...@apache.org on 2003/03/18 20:08:50 UTC

DO NOT REPLY [Bug 18119] New: - test.wsdl.wrapped_holders.Wrapped_holdersTestCase fails on "Input argument did not match expected string..."

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18119>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18119

test.wsdl.wrapped_holders.Wrapped_holdersTestCase fails on "Input argument did not match expected string..."

           Summary: test.wsdl.wrapped_holders.Wrapped_holdersTestCase fails
                    on "Input argument did not match expected string..."
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: dan@envoisolutions.com


The test.wsdl.wrapped_holders.Wrapped_holdersTestCase fails.  I have no fix yet.
 It fails on this exception:

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: java.rmi.RemoteException: Input argument did not match expected
string, got: &apos;&apos; Expected: &apos;This is a test&apos;
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}stackTrace: java.rmi.RemoteException: Input
argument did not match expected string, got: &apos;&apos; Expected: &apos;This
is a test&apos;
	at test.wsdl.wrapped_holders.ThingImpl.find_aThing(ThingImpl.java:29)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:401)
	at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:309)
	at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
	at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:479)
	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:323)
	at org.apache.axis.transport.http.SimpleAxisWorker.run(SimpleAxisWorker.java:430)
	at org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:173)
	at org.apache.axis.transport.http.SimpleAxisServer.start(SimpleAxisServer.java:212)
	at org.apache.axis.transport.http.SimpleAxisServer.start(SimpleAxisServer.java:220)
	at org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:283)