Please open a JIRA issue and upload your wsdl and state all the problems you are having.

thanks,
dims

On 8/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Yes I did.

Yesterday I was wondering why is wsaw getting added. It did not on the normal download version of Axis2. I had to revert back to that to solve this problem.

I believe the nightly build was based upon WSDL2.0 and that is why it adds the wsaw.

The reason I downloaded the nightly build was because I was not able to avoid some classpath/classloader issues. I remember you suggested to get the nightly build since you had put some fix. But with that I am not able to run Hello world also. Offcourse I am missing something

-Debasish

___________________________________________________
Debasish Dutta Roy
NITAS
Ph: 617-871-3033




"Davanum Srinivas" <[EMAIL PROTECTED]>

08/04/2006 12:55 PM


Please respond to axis-user
       
        To:        axis-user@ws.apache.org
        cc:        (bcc: Debasish DuttaRoy/X/PH/Novartis)
        Subject:        Re: Totally messed after downloading 2nd august nightly build - URGENT



Debasish,

Did you run codegen (ie wsdl2java) again with the latest nightly?

-- dims

On 8/4/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
>
> But why is this wsaw getting added. I do not have that in my hello.wsdl which I attached in the previous email?
>
> I got the 08/04 nightly build today. I still have the same problem. It appears in the wsdl that axis2 is generating.
>
> Also, can anyone tell me why I get this, this is related to the same...
>
> Aug 4, 2006 10:40:51 AM org.apache.axis2.transport.http.AxisServlet doPost
> SEVERE: java.lang.NoSuchMethodError: org.apache.axis2.databinding.utils.ConverterUtil.convertTostring(Ljava/lang/String;)Ljava/lang/String;
> org.apache.axis2.AxisFault: java.lang.NoSuchMethodError: org.apache.axis2.databinding.utils.ConverterUtil.convertTostring(Ljava/lang/String;)Ljava/lang/String;
>         at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
>         at com.novartis.phoenix.webservices.hello.HelloWSStub.sayHello(HelloWSStub.java:105)
>         at com.novartis.phoenix.web.test.TestServlet.doGet(TestServlet.java:36)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
>         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
>         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
>         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
>         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
>         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
>         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
>         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
>         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
>         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
>         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
>         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
>         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
>         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
>         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
>         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
>         at java.lang.Thread.run(Thread.java:534)
>
> Do I need to put some jar files in the web-inf lib of axis2?
>
>  ___________________________________________________
>  Debasish Dutta Roy
>  NITAS
>  Ph: 617-871-3033
>
>
>
>
>
> "Martin Gainty" <[EMAIL PROTECTED]>
>
> 08/04/2006 10:36 AM
> Please respond to axis-user
>
>
>         To:        axis-user@ws.apache.org
>
>         cc:        (bcc: Debasish DuttaRoy/X/PH/Novartis)
>         Subject:        RE: Totally messed after downloading 2nd august nightly build - URGENT
>
>
>
> Regarding your wsaw namespace identifier

>
>  I could locate
>  http://www.w3.org/2006/03/addressing/ws-addr.xsd
>  where 'Action' is defined as
>  <xs:element name="Action" type="tns:AttributedURIType" />
>
>  where AttributedURIType is defined-
>  <xs:complexType name="AttributedURIType" mixed="false">
>      <xs:simpleContent>
>          <xs:extension base="xs:anyURI">
>              <xs:anyAttribute namespace="##other" processContents="lax"/>
>          </xs:extension>
>      </xs:simpleContent>
>  </xs:complexType>
>
>  where anyURI is defined as
>  <xs:simpleType name="anyURI" id="anyURI">
>      <xs:annotation>
>          <xs:appinfo>
>              <hfp:hasFacet name="length"/>
>              <hfp:hasFacet name="minLength"/>
>              <hfp:hasFacet name="maxLength"/>
>              <hfp:hasFacet name="pattern"/>
>              <hfp:hasFacet name="enumeration"/>
>              <hfp:hasFacet name="whiteSpace"/>
>              <hfp:hasProperty name="ordered" value="false"/>
>              <hfp:hasProperty name="bounded" value="false"/>
>              <hfp:hasProperty name="cardinality" value="countably infinite"/>
>              <hfp:hasProperty name="numeric" value="false"/>
>          </xs:appinfo>
>          <xs:documentation
>  source="http://www.w3.org/TR/xmlschema-2/#anyURI"/>
>      </xs:annotation>
>      <xs:restriction base="xs:anySimpleType">
>          <xs:whiteSpace value="collapse" fixed="true"
>  id="anyURI.whiteSpace"/>
>      </xs:restriction>
>  </xs:simpleType>
>
>  I see a restriction on the anyURI being non-numeric which may cause the
>  problem
>
>  Anyone else ??
>  Martin Gainty
>  ______________________________________________
>  Disclaimer and confidentiality note
>  Everything in this e-mail and any attachments relates to the official
>  business of Sender. This transmission is of a confidential nature and Sender
>  does not endorse distribution to any party other than intended recipient.
>  Sender does not necessarily endorse content contained within this
>  transmission.
>  (mobile) 001-603-438-5053
>
>
>
>
>
>  >From: [EMAIL PROTECTED]
>  >Reply-To: axis-user@ws.apache.org
>  >To: axis-user@ws.apache.org
>  >Subject: Totally messed after downloading 2nd august nightly build - URGENT
>  >Date: Thu, 3 Aug 2006 16:15:52 -0400
>  >MIME-Version: 1.0
>  >X-Originating-IP: [160.62.1.174]
>  >Received: from mail.apache.org ([ 209.237.227.199]) by
>  >bay0-mc11-f13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Thu,
>  >3 Aug 2006 13:16:34 -0700
>  >Received: (qmail 16738 invoked by uid 500); 3 Aug 2006 20:16:24 -0000
>  >Received: (qmail 16724 invoked by uid 99); 3 Aug 2006 20:16:24 -0000
>  >Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49)    by
>  >apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 13:16:23 -0700
>  >Received: pass (asf.osuosl.org: local policy)
>  >Received: from [195.245.231.99] (HELO mail84.messagelabs.com)
>  >(195.245.231.99)    by apache.org (qpsmtpd/0.29) with SMTP; Thu, 03 Aug
>  >2006 13:16:23 -0700
>  >Received: (qmail 17301 invoked from network); 3 Aug 2006 20:15:59 -0000
>  >Received: from ch2ssaenov01.novartis.com (HELO ch2ssaenov01.novartis.com)
>  >(160.62.1.174)  by server-7.tower-84.messagelabs.com with AES256-SHA
>  >encrypted SMTP; 3 Aug 2006 20:15:59 -0000
>  >Received: from mtap2.is.chbs ([192.37.33.19])by ch2ssaenov01.novartis.com
>  >(8.13.6/8.13.6) with ESMTP id k73KC4ak000398for <axis-user@ws.apache.org>;
>  >Thu, 3 Aug 2006 22:12:04 +0200
> >Received: from phchbs-s3025.EU.novartis.net ( phchbs-s3025.eu.novartis.net
>  >[192.37.31.249])by mtap2.is.chbs (Switch-3.1.6/Switch-3.1.6) with ESMTP id
>  >k73KFx6i10313972for <axis-user@ws.apache.org>; Thu, 3 Aug 2006 22:15:59
>  >+0200
>  >X-Message-Info: LsUYwwHHNt3z8JSzfP19dV0ZPBwnSjpMAAsU1hQITUU=
>  >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>  >Precedence: bulk
>  >list-help: <mailto:[EMAIL PROTECTED]>
>  >list-unsubscribe: <mailto:[EMAIL PROTECTED]>
>  >List-Post: <mailto:axis-user@ws.apache.org>
>  >List-Id: <axis-user.ws.apache.org>

>  >Delivered-To: mailing list axis-user@ws.apache.org
>  >X-ASF-Spam-Status: No, hits=1.0
>  >required=10.0tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,NO_REAL_NAME
>  >X-Spam-Check-By: apache.org
>  >X-VirusChecked: Checked
>  >X-Env-Sender: [EMAIL PROTECTED]
>  >X-Msg-Ref: server-7.tower-84.messagelabs.com!1154636159!23850202!1
>  >X-StarScan-Version: 5.5.10.7; banners=-,-,-
>  >X-Mailer: Lotus Notes Release 5.0.12   February 13, 2003
>  >X-MIMETrack: S/MIME Sign by Notes Client on Debasish
>  >DuttaRoy/X/PH/Novartis(Release 5.0.12  |February 13, 2003) at 08/03/2006
>  >04:15:53 PM,Serialize by Notes Client on Debasish
>  >DuttaRoy/X/PH/Novartis(Release 5.0.12  |February 13, 2003) at 08/03/2006
>  >04:15:53 PM,Serialize complete at 08/03/2006 04:15:53 PM,S/MIME Sign failed
>  >at 08/03/2006 04:15:53 PM: The cryptographic key was not found,Serialize by
>  >Router on CHBSSPH0/PH/Novartis(5012HF433 | October 14, 2003) at 03.08.2006
>  >22:15:59
>  >X-Virus-Checked: Checked by ClamAV on apache.org
>  >Return-Path: axis-user-return-48657-mgainty=[EMAIL PROTECTED]
>  >X-OriginalArrivalTime: 03 Aug 2006 20:16:34.0581 (UTC)
>  >FILETIME=[B778E450:01C6B739]
>  >
>  >I downloaded nightly build of 2nd august as I was facing some class loader
>  >issues. Now things are so screwed up I cannot even run a hello world
>  >service.
>  >
>  >Here is my hand written hello wsdl. This used to work fine.
>  >
>  >Now I can upload the service. And when I browse to see the wsdl in the
>  >browser (I suppose generated by Axis2) it is very different from my
>  >written wsdl. Now it has added something like
>  >
>  >- <wsdl:portType xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>  >name="HelloWSPortType">
>  >- <wsdl:operation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>  >name="sayHello">
>  >   <wsdl:input xmlns:wsaw="http://www.w3.org/2005/08/addressing/wsdl"
>  >xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" message="ns0:name"
>  >wsaw:Action="" />
>  >   <wsdl:output xmlns:wsaw="http://www.w3.org/2005/08/addressing/wsdl"
>  >xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" message="ns0:helloSuccess"
>  >wsaw:Action="" href="http://webservices.phoenix.novartis.com/hello/HelloServicePortType/sayHelloResponse" target="_blank" >http://webservices.phoenix.novartis.com/hello/HelloServicePortType/sayHelloResponse "
>  >/>
>  >   </wsdl:operation>
>  >   </wsdl:portType>
>  >
>  >wsaw:Action attribute and named it sayHelloResponse. Now the client code
>  >gives an exception saying unexpected element sayHelloResponse found.
>  >
>  >Should I download next build. How do I get back to scratch and write a
>  >hello world successfully.
>  >
>  >
>  >
>  >
>  >___________________________________________________
>  >Debasish Dutta Roy
>  >NITAS
>  >Ph: 617-871-3033
>  >_________________________
>  >
>  >CONFIDENTIALITY NOTICE
>  >
> >The information contained in this e-mail message is intended only for the
>  >exclusive use of the individual or entity named above and may contain
>  >information that is privileged, confidential or exempt from disclosure
>  >under applicable law. If the reader of this message is not the intended
>  >recipient, or the employee or agent responsible for delivery of the
>  >message to the intended recipient, you are hereby notified that any
>  >dissemination, distribution or copying of this communication is strictly
>  >prohibited. If you have received this communication in error, please
>  >notify the sender immediately by e-mail and delete the material from any
>  >computer.  Thank you.
>
>
>  ><< services.xml >>
>
>
>  ><< hello.wsdl >>
>
>
>  ><< helloAxis2.wsdl >>
>
>

>  >---------------------------------------------------------------------
>  >To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>  _________________________
>
>  CONFIDENTIALITY NOTICE
>
>  The information contained in this e-mail message is intended only for the exclusive use of the individual or entity named above and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivery of the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail and delete the material from any computer.  Thank you.
>



--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




_________________________

CONFIDENTIALITY NOTICE

The information contained in this e-mail message is intended only for the exclusive use of the individual or entity named above and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivery of the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail and delete the material from any computer.  Thank you.



--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

Reply via email to