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
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
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
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
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
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
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
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