|
I suggest that you run wsdl2java and use
the generated stub rather than using the DII call interface. The wrapped style (which automatically marshals
your parameters) doesn’t work with the call interface. It works only when
using the stub or dynamic proxy interface. You can’t use rpc/literal
with this WSDL because rpc/literal automatically
makes the parameters unqualified (per the WS-I Basic Profile rules). If you
want to use document/literal with the call interface then you have only one
parameter – the IsUserEntitled structure. Anne From: Peter S. Ng
[mailto:[EMAIL PROTECTED] Hi, I altered the operation style to
"document" in the Call object, but when the request shows up as: |
Title: RE: Axis client to .NET server problems
- Axis client to .NET server problems Peter S. Ng
- RE: Axis client to .NET server problems Sunkara, Jayachandra S
- RE: Axis client to .NET server problems Peter S. Ng
- RE: Axis client to .NET server problems Anne Thomas Manes
- RE: Axis client to .NET server problems Anne Thomas Manes
