Re: AXIS2 Auto-WSDL generation incompatible (when including ?WSDL in the endpoint)

2006-11-21 Thread Andrew P.
Hi Deepal! Thank you for your asnwer! I got that! It worked fine now, with 2 parameters! :) So, when I want to parse the WSDL to get the input parameters (for example, parse the wsdl to get the 2 inputs of a sum), I cannot use the OMElement? Because even if I have for example 4 parameters, the

AXIS2 Auto-WSDL generation incompatible (when including ?WSDL in the endpoint)

2006-11-21 Thread Andrew P.
Hello list! I'm using the Axis2 1.1, and I have a sample add service that has 2 input parameters as input. But when I auto-generate the wsdl, including an ?WSDL in the end of the endpoint, it generates my WSDL fine. *BUT* the weird thing is that my WSDL has only *ONE* input parameter of "anyTyp

Re: Dynamic Invocation Problem (Axis works, but .NET...)

2006-10-25 Thread Andrew P.
d that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: Andrew P. To: axis-user@ws.apache.org Sent: Tuesday, October 24, 2006 4:12 PM Subject: Dynamic Invocation Problem (Axis works, b

Dynamic Invocation Problem (Axis works, but .NET...)

2006-10-24 Thread Andrew P.
Hello! I'm trying to invoke a service dynamically using DII - without previsouly generating any proxy. With Axis (which is rpc/encoded style) is working fine, but with a .NET (document/literal) is not working. Anybody has worked with something similar, and have any idea? I have attached the