User Profile

Collapse

Profile Sidebar

Collapse
adrya1984
adrya1984
Last Activity: Sep 17 '10, 11:45 AM
Joined: Dec 3 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • adrya1984
    started a topic Find network service address

    Find network service address

    Hi,

    I have a WCF service listening on a dynamic allocated port in windows Service Registry. How can i find the listening address of this service from another c# application? Or at least the port of this service?

    Thanks, Adriana
    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

  • 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
No activity results to display
Show More
Working...