users@jax-rpc.java.net

DII client accessing .NET web service

From: Ryan LeCompte <ryan.lecompte_at_pangonetworks.com>
Date: Wed, 27 Oct 2004 14:16:59 -0400

Hello,
 
I'm attempting to access a .NET web service using document/literal via a DII
client in JAX-RPC (JWSDP 1.4). I'm using the Call.invokeOneWay() method,
everything appears to be sent correctly (there are no exceptions thrown in
any of the DII client code). However, the request never seems to get to the
.NET side. Are there any known issues with DII and .NET? Note that the DII
client works fine when the web service is implemented with JAX-RPC and
running in the Tomcat 5.0 web container.
 
Thank you,
-- Ryan