Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
interoperability
  •  

  • C# generated proxy method different than original Java service method

    Hi,

    I have a Java service that has the following method signature:

    Code:
           @WebMethod(operationName = "getContactList")
            public MyListClass getContactList(@WebParam(name = "myList") MyListClass myList) throws IllegalArgumentException {
                    return myList;
            }
    
    public class MyListClass implements Serializable{
    List<ContactOD> innerList;
    ...
    See more | Go to post

  • C# generated proxy method different than original Java service method

    Hi,

    I have a Java service that has the following method signature:

    Code:
           @WebMethod(operationName = "getContactList")
            public MyListClass getContactList(@WebParam(name = "myList") MyListClass myList) throws IllegalArgumentException {
                    return myList;
            }
    
    public class MyListClass implements Serializable{
    List<ContactOD> innerList;
    ...
    See more | Go to post
Working...