WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread Dushshantha Chandradasa
Hi All, WSDL2Ws gives the following exception when I try to generate codes for the wsdl attached here. generateServerStubs: [echo] C:\axiscpp\ws-axis\c/../../../obj/test/generated/server/cpp/SimpleAr ray [java] java.io.IOException: Type {http://soapinterop.org/xsd}intItem is

Re: WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread John Hawkins
I think Adrian made some changes to fix choice and this might be a side-effect. He's not here until january now. Dushshantha Chandradasa [EMAIL PROTECTED] 22/12/2005 08:02 Please respond to Apache AXIS C Developers List To Apache AXIS C Developers List axis-c-dev@ws.apache.org

RE: WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread Dushshantha Chandradasa
Oopse, then we have to find the place to fix L My understanding is that the tool doesnt understand the definition of intItem in the following part of the wsdl. types schema xmlns=http://www.w3.org/2001/XMLSchema targetNamespace=http://soapinterop.org/xsd import namespace =

[jira] Created: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

2005-12-22 Thread James Jose (JIRA)
Code generated by WSDL2Ws tool shows compilation error -- Key: AXISCPP-895 URL: http://issues.apache.org/jira/browse/AXISCPP-895 Project: Axis-C++ Type: Bug Components: Client - Stub Reporter: James Jose

[jira] Commented: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

2005-12-22 Thread Dushshantha Chandradasa (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-895?page=comments#action_12361098 ] Dushshantha Chandradasa commented on AXISCPP-895: - Hi James, did you generate codes using the file inquire_v2.wsdl in the svn?? i tried to generate codes

Re: [jira] Commented: (AXISCPP-895) Code generated by WSDL2Ws tool shows compilation error

2005-12-22 Thread James Jose
Dushshantha, We are having UDDI.wsdl in svn which imports inquire_v2.wsdl. So we can generate code using UDDI.wsdl file . Regards James -- James Jose Messaging Clients Team, WMQDDC IBM Software Labs, India Direct: 91-80- 25094331 Ext :2331

[jira] Created: (AXISCPP-896) WSDL2Ws creates class without having set/get methods for its member variables.

2005-12-22 Thread James Jose (JIRA)
WSDL2Ws creates class without having set/get methods for its member variables. -- Key: AXISCPP-896 URL: http://issues.apache.org/jira/browse/AXISCPP-896 Project: Axis-C++ Type: Bug

RE: WSDL2Ws gives an exception in code generation for SimpleArray.wsdl

2005-12-22 Thread John Hawkins
I think I can find out what he changed later today. Dushshantha Chandradasa [EMAIL PROTECTED] 22/12/2005 10:03 Please respond to Apache AXIS C Developers List To Apache AXIS C Developers List axis-c-dev@ws.apache.org cc Subject RE: WSDL2Ws gives an exception in code

[jira] Resolved: (AXISCPP-753) WSDL2Ws can't handle complexTypes?

2005-12-22 Thread John Hawkins (JIRA)
[ http://issues.apache.org/jira/browse/AXISCPP-753?page=all ] John Hawkins resolved AXISCPP-753: -- Resolution: Fixed The issue was that messages that use hidden (anonymous) types fail. So, we had to expose these messages in new classes and then

Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

2005-12-22 Thread John Hawkins
Hi, OK, I've just fixed the AXIS-CPP 753 issue. You can take the source from svn or wait for binaries from the overnight build. regards, John. Franz Fehringer [EMAIL PROTECTED] 20/12/2005 17:34 Please respond to axis-dev To Apache AXIS C User List axis-c-user@ws.apache.org, John

[Axis2] build failed of axis2c-src-M0.2-linux on mac os x 10.3.9

2005-12-22 Thread Lee Provoost
Hi! I try to build the axis2c-src-M0.2-linux on my mac os x 10.3.9 I installed the required versions of autoconf and automake as required and i applied the patch to get rid of cdecl as earlier suggested in one of the mails (http://www.mail-archive.com/axis-c-dev@ws.apache.org/msg04747.html)

RE: compile failure of test CombinedChoice.xml

2005-12-22 Thread Nadir Amra
CombinedChoice seems to work now. But InteropTestRound1 fails. When compiling InteropTestRound1Client.cpp, I get the following errors: [cc] /home/amra/axis/L051222/obj/test/generated/cpp/UnitTest_InteropTestRound1/InteropTestRound1Client.cpp, line 67.26: CZP0216(30) An expression

Re: [Axis2] build failed of axis2c-src-M0.2-linux on mac os x 10.3.9

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lee Provoost wrote: Hi! I try to build the axis2c-src-M0.2-linux on my mac os x 10.3.9 I installed the required versions of autoconf and automake as required and i applied the patch to get rid of cdecl as earlier suggested in one of the mails

Re: [Axis2] build failed of axis2c-src-M0.2-linux on mac os x 10.3.9

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sahan Gamage wrote: Lee Provoost wrote: Hi! I try to build the axis2c-src-M0.2-linux on my mac os x 10.3.9 I installed the required versions of autoconf and automake as required and i applied the patch to get rid of cdecl as earlier

[Axis2] added axis2_http_transport_sender, axis2_soap_over_http_sender

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have added axis2_http_transport_sender, axis2_soap_over_http_sender to the axis2_core_transport_http module. Please commit them. - - Sahan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora -

[Axis2] changes to axis2_http_transport_utils axis2_http_worker

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have added some functionality to the axis2_http_transport_utils and axis2_http_worker. Please apply the patches and commit the code. - - Sahan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora -

[Axis2] more patches for axis2_http_transport

2005-12-22 Thread Sahan Gamage
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Please apply the following patches as well. These are the small changes made to the http_transport module headers. - - Sahan -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora -

RE: compile failure of test CombinedChoice.xml

2005-12-22 Thread Dushshantha Chandradasa
Hi Nadir, The problem is with the Client implementation. It was not suit to the new memory model. I fixed some of these problems and committed the changes. I commented out the SOAPStruct array part in the file. Have to correct that as well. Regards, Dushshantha -Original Message- From:

[AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Afkham Azeez
Hi Folks, I'm curently implementing SAAJ over DOOM. I am facing the following issue; In one of my unit tests, I have the following method: public void testEnvelope() throws Exception { String msg = ?xml version='1.0' encoding='UTF-8'?\n + soapenv:Envelope

Re: [AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Ruchith Fernando
Hi Azeez, This is a known issue in serializing *unqualified* xml elements. org.apache.axis2.om.impl.llom.OMSerializerUtil was originally written to only work with LLOM OM implementation. And it uses getLocalName() of OMElement to get the local part of a qualified element OR the 'tag name' of a

Re: AW: AXISCPP-753 status (also relevant for Java Axis)?

2005-12-22 Thread John Hawkins
Hi, OK, I've just fixed the AXIS-CPP 753 issue. You can take the source from svn or wait for binaries from the overnight build. regards, John. Franz Fehringer [EMAIL PROTECTED] 20/12/2005 17:34 Please respond to axis-dev To Apache AXIS C User List axis-c-user@ws.apache.org, John

Committing the patch for AXIS-2351

2005-12-22 Thread Parikh,Pratik
Title: Committing the patch for AXIS-2351 Hi Axis Developers, I can't get hold of Dims. So is there any body else who can commit the fix for AXIS-2351. I have test it and it work, the fix patch is attached in attachments. I need someone to commit, I am stuck with out a build. And yes if

[jira] Commented: (AXIS-2351) Serialization does not eliminate the elements with no value when they are nillable, Serialization add empty xml namespace (xmlns = ) for the namespace with no prefix

2005-12-22 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2351?page=comments#action_1236 ] Davanum Srinivas commented on AXIS-2351: did you run ant clean all-tests? did all the tests pass? Can we have a test case for this? thanks, dims Serialization does

RE: [jira] Commented: (AXIS-2351) Serialization does not eliminate the elements with no value when they are nillable, Serialization add empty xml namespace (xmlns = ) for the namespace with no prefi

2005-12-22 Thread Parikh,Pratik
The Test Case for this is: 1) Just gernerate the code with only namespace as default 2) Just have some nilable element and don't fill it out. Thanks Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com -Original Message-

Re: [axis2] [Fwd: AXIS2: Holding Policy information in AxisConfiguration object]

2005-12-22 Thread Sanka Samaranayake
On 12/22/05, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: Hi Sanka, I would like to propose the following patch which allow the AxisConfiguration to hold policy information define in axis2.xml Thoughts ? Can you send a brief explanation of how this is integrated and how it works

[Axis2] Error with wrong QName

2005-12-22 Thread Srinath Perera
Hi Guys; Both the svn head and 0.93 relase throw the following exception. Same thing happens when I try http://127.0.0.1:8080/axis2/HappyAxis.jsp Surely this is wrong a QName loaded? anybody get this? Srinath java.lang.NoSuchMethodError:

Re: [Axis2] Error with wrong QName

2005-12-22 Thread Davanum Srinivas
which JDK? On 12/22/05, Srinath Perera [EMAIL PROTECTED] wrote: Hi Guys; Both the svn head and 0.93 relase throw the following exception. Same thing happens when I try http://127.0.0.1:8080/axis2/HappyAxis.jsp Surely this is wrong a QName loaded? anybody get this? Srinath

Re: [Axis2] Error with wrong QName

2005-12-22 Thread Srinath Perera
Hi Dims; java version 1.4.2_09 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05) Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode) On Gentoo Linux Chatura said his one is working .. So I will check aginst the my laptop too and get back (it is not with me right

Re: [Axis2] Error with wrong QName

2005-12-22 Thread Srinath Perera
it worked on the lap.. Something to do with the tomcat installation on the workstation. Sorry for the false call Thanks Srinath On 12/22/05, Srinath Perera [EMAIL PROTECTED] wrote: Hi Dims; java version 1.4.2_09 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05) Java

[axis2] latest wsdl2java produces retrun instead of return in skeleton

2005-12-22 Thread iksrazal
Hope that helps, iksrazal

Fwd: [axis2] latest wsdl2java produces retrun instead of return in skeleton

2005-12-22 Thread iksrazal
I meant to say *MessageReceiver.java - happens on ' retrun null;' iksrazal -- Mensagem Reencaminhada -- Subject: [axis2] latest wsdl2java produces retrun instead of return in skeleton Date: Quinta 22 Dezembro 2005 19:37 From: iksrazal [EMAIL PROTECTED] To:

[axis2] wsdl2java - missing stub and callback

2005-12-22 Thread iksrazal
Latest wsdl2java also no longer produces a stub or callback, using the same wsdl and ant task. iksrazal

Re: [AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Sanjiva Weerawarana
On Thu, 2005-12-22 at 16:50 +0600, Ruchith Fernando wrote: Hi Azeez, This is a known issue in serializing *unqualified* xml elements. First of all, IIRC the test envelope is wrong: children of soap:Body *must* be qualified. However, that does not excuse the NPE behavior :).

Re: [axis2] latest wsdl2java produces retrun instead of return in skeleton

2005-12-22 Thread Davanum Srinivas
Got it. fixed. Looks like we need additional test cases for databinding stuff. On 12/22/05, iksrazal [EMAIL PROTECTED] wrote: I meant to say *MessageReceiver.java - happens on ' retrun null;' iksrazal -- Mensagem Reencaminhada -- Subject: [axis2] latest wsdl2java

Re: [AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hmm, interesting discussion. Let me add something too. I wrote a sample code using DOM and it seems the current DomImpl is returning null for any element.getLocalName() call, irrespective of whether it is qualified or not. This is bit of

Re: [AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Eran Chinthaka
Ok, one small mistake I have done. Once u make the parser, namespaceAware, I get the correct behaviour for the localname. BUT, at the same time, getLocalName returns the correct value, irrespective of whether the element has a namespace or not. Meaning the current Dom RI is correct, once you

Re: [AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Ruchith Fernando
Hi All, Seems like the trick with the sample code that Chinthaka and I posted is in the DocumentBuilderFactory of the default DOM impl. If we make the DocumentBuilderFactory instance namespace aware we have a behaviour similar to OM default behaviour.

Re: [AXIS2] Issue with writing SOAPMessage to stream in SAAJ over DOOM

2005-12-22 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ruchith Fernando wrote: Hi All, Seems like the trick with the sample code that Chinthaka and I posted is in the DocumentBuilderFactory of the default DOM impl. If we make the DocumentBuilderFactory instance namespace aware we have a

[jira] Updated: (AXIS2-306) SAAJ over our DOM

2005-12-22 Thread Afkham Azeez (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-306?page=all ] Afkham Azeez updated AXIS2-306: --- Attachment: axis.jpg saaj2.patch axis2-doom.patch SAAJ over our DOM - Key: AXIS2-306 URL:

[jira] Commented: (AXIS2-306) SAAJ over our DOM

2005-12-22 Thread Afkham Azeez (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-306?page=comments#action_12361164 ] Afkham Azeez commented on AXIS2-306: SAAJ over DOOM is currently work-in.progress. Please apply the attached patches to the following repositories: apply saaj2.patch to