Hello
Vivek,
I tried the latest nightly
of JAXWS 2.0 RI as you indicated, however the problem still remains.
The .NET endpoint still doesn't get its one-way operation invoked.
I then tried the JAXWS
2.0.1 M1 release as you suggested, however now I'm seeing a different
problem when I attempt to invoke the one-way operation with the JAXWS
client.
The following exception is
thrown when the operation is invoked:
java.lang.RuntimeException:
javax.xml.ws.WebServiceException: No Content-Type in the header!
at com.example.ExampleStub.foo(ExampleStub.java:73)
I didn't change anything in the .NET 2.0 endpoint
implementation.