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
User Profile
Collapse
-
Find network service address
-
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;
-
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;
No activity results to display
Show More