java.lang.RuntimeException: Unexpected subelement
-------------------------------------------------

                 Key: AXIS2-1264
                 URL: http://issues.apache.org/jira/browse/AXIS2-1264
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: Linux 2.6.9, x86-64
java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_08-b03, mixed mode)
            Reporter: Jake Goulding


Used WSDL2Java.sh on the attached wsdl file. Created a simple client with the 
attached code. Request envelope appears fine, response parsing fails with:

Exception in thread "main" java.lang.RuntimeException: 
java.lang.RuntimeException: Unexpected subelement Lists
        at 
com.vivisimo.connector.sharepoint.ListsStub.fromOM(ListsStub.java:16602)
        at 
com.vivisimo.connector.sharepoint.ListsStub.GetListCollection(ListsStub.java:672)
        at Test.main(Test.java:24)
Caused by: java.lang.RuntimeException: Unexpected subelement Lists
        at 
com.vivisimo.connector.sharepoint.ListsStub$GetListCollectionResult_type16$Factory.parse(ListsStub.java:9338)
        at 
com.vivisimo.connector.sharepoint.ListsStub$GetListCollectionResponse$Factory.parse(ListsStub.java:14294)
        at 
com.vivisimo.connector.sharepoint.ListsStub.fromOM(ListsStub.java:16498)
        ... 2 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to