R
Roland
Hello Folks,
Have any of you links or samples how Java Client should call .NET 2.0 Web
Service when .NET Web Service has a Class as parameter?
Parameter like:
public class WSCallParams
{
public string field1;
public string field2;
public string field3;
}
Java client can use Axis 2.0 or JAX-WS that comes with JDK 6.0
Cheers.
Have any of you links or samples how Java Client should call .NET 2.0 Web
Service when .NET Web Service has a Class as parameter?
Parameter like:
public class WSCallParams
{
public string field1;
public string field2;
public string field3;
}
Java client can use Axis 2.0 or JAX-WS that comes with JDK 6.0
Cheers.