A Java Axis consumed by .Net C# client, it built and executed the WS method from the WSDL gotten from OK, the response object is NULL.
Is there any more thing more should be done on Java server?
You need to trace the request and response, using a tool like proxytrace or
similar.
It is most likely a namespace disagreement. Search the archives of this
group (google can do it) and you will find hints.
-D
> A Java Axis consumed by .Net C# client, it built and executed the WS method from the WSDL gotten from OK, the response object is NULL.
>
> Is there any more thing more should be done on Java server?