[Axis2] Problem in WSDL2java conversion

2011-10-10 Thread Kalpana Prakasam
I am trying to convert the following wsdl file ( https://api.yieldmanager.com/api-1.33/adjustment.php?wsdl) to java. It throws the following error under axis2-1.6.1, but the same file works fine under axis-1_4. What change should I do in order to resolve this error. *Caused by: org.apache.axis2.A

[AXIS2] JSON support Flex client for Axis2 Webservice

2011-10-10 Thread Hans De Clercq
Hi, I've added JSON support to my axis2 webservice. When I create a java client, I can set the content type to something like 'application/json', and this works perfectly for my Java client. I'm now looking for a way to create a client in Flex for my axis2 w

Re: [Axis2] Problem in WSDL2java conversion

2011-10-10 Thread Fahad cv
Provided link https://api.yieldmanager.com/api-1.33/adjustment.php?wsdl is not accessible, kindly provide the wsdl file to provide the fix. Also try to replace attribute "*type*" with "*element" *if you using "*type* ". Thanks Fahad On Mon, Oct 10, 2011 at 4:45 PM, Kalpana Prakasam < gkalpanapr

Re: [AXIS2] JSON support Flex client for Axis2 Webservice

2011-10-10 Thread Charles Galpin
On Oct 10, 2011, at 7:52 AM, Hans De Clercq wrote: > Hi, > > I've added JSON support to my axis2 webservice. > When I create a java client, I can set the content type to something like > 'application/json', and this works perfectly for my Java client. > I'm now looking for a way to create a cl

Re: [Axis2] Problem in WSDL2java conversion

2011-10-10 Thread Kalpana Prakasam
I can able to access the provided link Fahad. Ok, I attached the adjustment.wsdl file which has the link content. http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:wsdl="http://schemas.xmlsoap.org

Optionally engage WS-Security in the service code

2011-10-10 Thread Sriram Vaidyanathan
Hello Axis community, I am trying to see what options are there to optionally engage WS-Security to the service code, where based on the business partner we can turn on/off the WS-Security module. Please let me know if this is possible programmatically. Thanks Sriram Vaidyanathan Software En

Axis2 Stubs generate invalid SOAP Request

2011-10-10 Thread Andreas Brunner
I am using ADB databinding. The object "MyObject" is wrapped because in the original WSDL the element MyRequest also contains other objects. I am using the so called "Document/literal wrapped" style. Here are the lines of the message section from the wsdl: -Ursprüngliche N

Axis2 Stubs generate invalid SOAP Request

2011-10-10 Thread Andreas Brunner
Original-Nachricht Datum: Tue, 11 Oct 2011 08:37:25 +0200 Von: "Andreas Brunner" An: [email protected] Betreff: Axis2 Stubs generate invalid SOAP Request I am using ADB databinding. The object "MyObject" is wrapped because in the original WSDL the element MyRequest als