Return-Path: Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: (qmail 20330 invoked from network); 26 Apr 2010 12:03:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 12:03:43 -0000 Received: (qmail 71103 invoked by uid 500); 26 Apr 2010 12:03:41 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 71039 invoked by uid 500); 26 Apr 2010 12:03:41 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 71031 invoked by uid 99); 26 Apr 2010 12:03:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 12:03:40 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=AWL,HTML_MESSAGE,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [82.198.136.225] (HELO mail.curamsoftware.com) (82.198.136.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 12:03:32 +0000 From: William Walsh To: "java-user@axis.apache.org" Date: Mon, 26 Apr 2010 13:03:06 +0100 Subject: RE: Axis2 cannot find endpoint on Weblogic 10 using exploded format Thread-Topic: Axis2 cannot find endpoint on Weblogic 10 using exploded format Thread-Index: Acrk5GvkO1JqPtT+SJGEwg6izb+cowAPukAA Message-ID: References: ,,, In-Reply-To: Accept-Language: en-US, en-IE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-IE Content-Type: multipart/alternative; boundary="_000_AC9BA14988527D4DA976E2ACB5660A37F4811FCD94MAIL06curamso_" MIME-Version: 1.0 --_000_AC9BA14988527D4DA976E2ACB5660A37F4811FCD94MAIL06curamso_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, This page: http://ws.apache.org/axis2/1_2/app_server.html mentions addi= ng prefer-web-inf-classes and everything else didn't seem to apply. Entrie= s on WSO2 didn't seem to give any further information or have any problems. Our weblogic.xml for the Axis2 war: true curamejb/EJBMethodHome curamejb/EJBMethodHome curamejb/LoginHome curamejb/LoginHome Thanks, William From: Martin Gainty [mailto:mgainty@hotmail.com] Sent: Monday, April 26, 2010 3:01 AM To: java-user@axis.apache.org Subject: RE: Axis2 cannot find endpoint on Weblogic 10 using exploded format please display weblogic.xml thanks, Martin Gainty ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de d=E9ni et de confidentialit= =E9 Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaeng= er sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterle= itung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient led= iglich dem Austausch von Informationen und entfaltet keine rechtliche Bindu= ngswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir= keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut =EAtre privil=E9gi=E9. Si vous n'=EAtes= pas le destinataire pr=E9vu, nous te demandons avec bont=E9 que pour satis= faire informez l'exp=E9diteur. N'importe quelle diffusion non autoris=E9e o= u la copie de ceci est interdite. Ce message sert =E0 l'information seuleme= nt et n'aura pas n'importe quel effet l=E9galement obligatoire. =C9tant don= n=E9 que les email peuvent facilement =EAtre sujets =E0 la manipulation, no= us ne pouvons accepter aucune responsabilit=E9 pour le contenu fourni. ________________________________ From: WWalsh@curamsoftware.com To: java-user@axis.apache.org Date: Sun, 25 Apr 2010 22:09:55 +0100 Subject: RE: Axis2 cannot find endpoint on Weblogic 10 using exploded format Amila, I don't detect any deployment errors. When I go to the listService= s page it lists nothing (but lists the service when I use .aar format). Th= e last entries in a debug trace are these: [DEBUG] loaded repository from /WEB-INF/ folder (URL) [DEBUG] loaded services from /WEB-INF/ folder (URL) When deployed as an aar the trace continues: [DEBUG] loaded repository from /WEB-INF/ folder (URL) [DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase [DEBUG] Builder is already complete. Using configured properties for logging. [WARN] Using configured properties for logging. [DEBUG] Get operation for simpleAdd ... INFO] Deploying Web service: Axis2DocWebServiceTestBPO - file:/C:/Exclude/W= LS10.3/user_projects/domains/MyNode/servers/server1/tmp/_WL_user/TestModelW= ebServices/8xuhiq/war/WEB-INF/services/Axis2DocWebServiceTestBPO.aar [DEBUG] loaded services from /WEB-INF/ folder (URL) William From: Amila Suriarachchi [mailto:amilasuriarachchi@gmail.com] Sent: Sunday, April 25, 2010 5:31 AM To: java-user@axis.apache.org Subject: Re: Axis2 cannot find endpoint on Weblogic 10 using exploded format On Mon, Apr 19, 2010 at 5:30 AM, William Walsh > wrote: Hi, We are finding that our Axis2 service is not working on WebLogic 10.3 if we= use exploded format; but, it does work in aar format. We're using explode= d format because of this recommendation: http://ws.apache.org/axis2/1_2/app= _server.html (works on WebSphere); and because if we try to use aar format = on WebSphere we get Java 2 security errors (even with Java 2 security turne= d off!). I've excerpted the working aar trace and failing exploded trace b= elow at the point they deviate. I notice this trace entry in the failing e= xploded trace: "Checking for Service using SOAPAction is a TODO item", soap action is used to find the operation not the service. Hence this is no= t an issue. Do you get deployment time exceptions? Can you check whether your service i= s deployed or not? http://localhost:7001/TestModelWS2/services/listServices thanks, Amila. is that significant or is this some other issue? Should exploded work on W= ebLogic 10, does anyone have it working there? Thanks, William Exploded trace: ... [DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase [DEBUG] Starting to process SOAP 1.1 message [DEBUG] Build the OMElement Envelope by the StaxSOAPModelBuilder [DEBUG] Build the OMElement Header by the StaxSOAPModelBuilder [DEBUG] Build the OMElement Body by the StaxSOAPModelBuilder [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking pre-condition for Phase "Transport" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking phase "Transport" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Transport' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using target endpoint address : http://localhost:7001/= TestModelWS2/services/Axis2DocWebServiceTestBPO [DEBUG] parseRequestURLForServiceAndOperation : [http://localhost:7001/Test= ModelWS2/services/Axis2DocWebServiceTestBPO][/TestModelWS2/services] [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Transport' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using SOAPAction is a TODO item [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking post-conditions for phase "Transport" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking pre-condition for Phase "Addressing" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking phase "Addressing" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using target endpoint address : http://localhost:7001/= TestModelWS2/services/Axis2DocWebServiceTestBPO [DEBUG] parseRequestURLForServiceAndOperation : [http://localhost:7001/Test= ModelWS2/services/Axis2DocWebServiceTestBPO][/TestModelWS2/services] [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking post-conditions for phase "Addressing" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking pre-condition for Phase "Security" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking phase "Security" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking post-conditions for phase "Security" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking pre-condition for Phase "PreDispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking phase "PreDispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking post-conditions for phase "PreDispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking pre-condition for Phase "Dispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking phase "Dispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using target endpoint address : http://localhost:7001/= TestModelWS2/services/Axis2DocWebServiceTestBPO [DEBUG] parseRequestURLForServiceAndOperation : [http://localhost:7001/Test= ModelWS2/services/Axis2DocWebServiceTestBPO][/TestModelWS2/services] [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using SOAPAction is a TODO item [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch' [DEBUG] Build the OMElement simpleAdd by the StaxSOAPModelBuilder [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using SOAP message body's first child's namespace : ht= tp://remote.testmodel.util.curam [DEBUG] parseRequestURLForServiceAndOperation : [http://remote.testmodel.ut= il.curam][/TestModelWS2/services] [DEBUG] Unable to parse request URL [http://remote.testmodel.util.curam][/T= estModelWS2/services] [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'GenericProviderDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'MustUnderstandValidationDispatcher' in Phase 'Dispatch' [DEBUG] JAXWS MustUnderstandValidationDispatcher.invoke on AxisService null= ; AxisOperation null [DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking post-conditions for phase "Dispatch" [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(servicenotfoundfore= pr) [ERROR] The service cannot be found for the endpoint reference (EPR) http:/= /localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO org.apache.axis2.AxisFault: The service cannot be found for the endpoint re= ference (EPR) http://localhost:7001/TestModelWS2/services/Axis2DocWebServic= eTestBPO at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase= .java:65) at org.apache.axis2.engine.Phase.invoke(Phase.java:334) at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251) at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160) at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReque= st(HTTPTransportUtils.java:167) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(S= tubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurity= Helper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:= 292) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java= :42) at curam.util.resources.WLSWebservicesFilter.doFilter(WLSWebservicesFilter= .java:58) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java= :42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.= run(WebAppServletContext.java:3496) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedS= ubject.java:321) at weblogic.security.service.SecurityManager.runAs(Unknown Source) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppSer= vletContext.java:2180) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletCon= text.java:2086) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.jav= a:1406) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) aar trace: ... [DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase [DEBUG] Builder is already complete. [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(addingnewmodule) [DEBUG] Adding new module [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(deployingmodule) [INFO] Deploying module: soapmonitor-1.5 - file:/C:/WLS10.3/user_projects/d= omains/MyNode/servers/server1/tmp/_WL_user/TestModelWebServices/8xuhiq/war/= WEB-INF/modules/soapmonitor-1.5.mar [DEBUG] loaded repository from /WEB-INF/ folder (URL) [DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase [DEBUG] Builder is already complete. Using configured properties for logging. [WARN] Using configured properties for logging. [DEBUG] Get operation for simpleAdd [DEBUG] Target namespace: http://ws.apache.org/axis2 [DEBUG] Operations aliases map: {} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= dRequest; operation: org.apache.axis2.description.InOutAxisOperation@6a435f= named: = simpleAdd [DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= dResponse; operation: org.apache.axis2.description.InOutAxisOperation@6a435= fnamed:= simpleAdd [DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= d; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleA= dd [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:simp= leAdd; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnam= ed: sim= pleAdd [DEBUG] Get operation for setSessionContext [DEBUG] Target namespace: http://ws.apache.org/axis2 [DEBUG] Operations aliases map: {simpleAddResponse=3Dorg.apache.axis2.descr= iption.InOutAxisOperation@6a435f, urn:simpleAdd=3Dorg.apache.axi= s2.description.InOutAxisOperation@6a435f, simpleAddRequest=3Dorg.apache.axi= s2.description.InOutAxisOperation@6a435f, simpleAdd=3Dorg.apache.axi= s2.description.InOutAxisOperation@6a435f} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessi= onContextRequest; operation: org.apache.axis2.description.InOnlyAxisOperati= on@6d1b6anamed: setSessionContext [DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessi= onContext; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b= 6anamed: setSessionContext [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:setS= essionContext; operation: org.apache.axis2.description.InOnlyAxisOperation@= 6d1b6anamed: setSessionContext [DEBUG] Get operation for simpleAdd [DEBUG] Found axis operation: org.apache.axis2.description.InOutAxisOperat= ion@6a435f [DEBUG] Handler MustUnderstandChecker added to Phase OperationInPhase [DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= dRequest; operation: org.apache.axis2.description.InOutAxisOperation@6a435f= named: = simpleAdd [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: simpleAddRequest; AxisOperation: org.apache.axis2.description.InOutAxis= Operation@6a435f named: simpleAdd [DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= dResponse; operation: org.apache.axis2.description.InOutAxisOperation@6a435= fnamed:= simpleAdd [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: simpleAddResponse; AxisOperation: org.apache.axis2.description.InOutAxi= sOperation@6a435f named: simpleAdd [DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= d; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleA= dd [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: simpleAdd; AxisOperation: org.apache.axis2.description.InOutAxisOperati= on@6a435f na= med: simpleAdd [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:simp= leAdd; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnam= ed: sim= pleAdd [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: urn:simpleAdd; AxisOperation: org.apache.axis2.description.InOutAxisOpe= ration@6a435f named: simpleAdd [DEBUG] Get operation for setSessionContext [DEBUG] Found axis operation: org.apache.axis2.description.InOnlyAxisOpera= tion@6d1b6a [DEBUG] Handler MustUnderstandChecker added to Phase OperationInPhase [DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessi= onContextRequest; operation: org.apache.axis2.description.InOnlyAxisOperati= on@6d1b6anamed: setSessionContext [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: setSessionContextRequest; AxisOperation: org.apache.axis2.description.I= nOnlyAxisOperation@6d1b6a named: setSessionContext [DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessi= onContext; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b= 6anamed: setSessionContext [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: setSessionContext; AxisOperation: org.apache.axis2.description.InOnlyAx= isOperation@6d1b6a named: setSessionContext [DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:setS= essionContext; operation: org.apache.axis2.description.InOnlyAxisOperation@= 6d1b6anamed: setSessionContext [DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: urn:setSessionContext; AxisOperation: org.apache.axis2.description.InOn= lyAxisOperation@6d1b6a named: setSessionContext [DEBUG] Get operation for init [DEBUG] Target namespace: http://remote.testmodel.util.curam [DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.descr= iption.InOnlyAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apac= he.axis2.description.InOutAxisOperation@6a435f, urn:simpleAdd=3Dorg= .apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextReque= st=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOperation@6a435= f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOp= eration@6d1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation= @6a435f} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] Get operation for setOperationContext [DEBUG] Target namespace: http://remote.testmodel.util.curam [DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.descr= iption.InOnlyAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apac= he.axis2.description.InOutAxisOperation@6a435f, urn:simpleAdd=3Dorg= .apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextReque= st=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOperation@6a435= f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOp= eration@6d1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation= @6a435f} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] Get operation for startUp [DEBUG] Target namespace: http://remote.testmodel.util.curam [DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.descr= iption.InOnlyAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apac= he.axis2.description.InOutAxisOperation@6a435f, urn:simpleAdd=3Dorg= .apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextReque= st=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOperation@6a435= f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOp= eration@6d1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation= @6a435f} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] Get operation for destroy [DEBUG] Target namespace: http://remote.testmodel.util.curam [DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.descr= iption.InOnlyAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apac= he.axis2.description.InOutAxisOperation@6a435f, urn:simpleAdd=3Dorg= .apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextReque= st=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOperation@6a435= f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOp= eration@6d1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation= @6a435f} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] Get operation for shutDown [DEBUG] Target namespace: http://remote.testmodel.util.curam [DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.descr= iption.InOnlyAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apac= he.axis2.description.InOutAxisOperation@6a435f, urn:simpleAdd=3Dorg= .apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextReque= st=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOperation@6a435= f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOp= eration@6d1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation= @6a435f} [DEBUG] Imported namespaces: null [DEBUG] Found axis operation: null [DEBUG] Adding service to allServices map: [Axis2DocWebServiceTestBPO] [DEBUG] Handler AddressingOutHandler added to Phase MessageOut [DEBUG] Handler AddressingOutHandler added to Phase MessageOut [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Handler null added to Phase soapmonitorPhase [DEBUG] Adding service to allEndpoints map: (Axis2DocWebServiceTestBPO,Axis= 2DocWebServiceTestBPOHttpEndpoint) [DEBUG] Adding service to allEndpoints map: (Axis2DocWebServiceTestBPO,Axis= 2DocWebServiceTestBPOHttpSoap12Endpoint) [DEBUG] Adding service to allEndpoints map: (Axis2DocWebServiceTestBPO,Axis= 2DocWebServiceTestBPOHttpSoap11Endpoint) [DEBUG] After adding to allEndpoints map, size is 3 [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(deployingws) [INFO] Deploying Web service: Axis2DocWebServiceTestBPO - file:/C:/WLS10.3/= user_projects/domains/MyNode/servers/server1/tmp/_WL_user/TestModelWebServi= ces/8xuhiq/war/WEB-INF/services/Axis2DocWebServiceTestBPO.aar [DEBUG] loaded services from /WEB-INF/ folder (URL) [DEBUG] Input contentType (text/xml;charset=3DUTF-8) [DEBUG] CharSetEncoding from content-type (UTF-8) [DEBUG] createSOAPEnvelope using Builder (class org.apache.axis2.builder.SO= APBuilder) selected from type (text/xml) [DEBUG] char set encoding set from default =3DUTF-8 [DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase [DEBUG] Starting to process SOAP 1.1 message [DEBUG] Build the OMElement Envelope by the StaxSOAPModelBuilder [DEBUG] Build the OMElement Header by the StaxSOAPModelBuilder [DEBUG] Build the OMElement Body by the StaxSOAPModelBuilder [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "Transport" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "Transport" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Transport' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking for Service using target endpoint address : http://localhost:7001/= TestModelWS2/services/Axis2DocWebServiceTestBPO [DEBUG] parseRequestURLForServiceAndOperation : [http://localhost:7001/Test= ModelWS2/services/Axis2DocWebServiceTestBPO][/TestModelWS2/services] [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(servicefound) [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Found AxisService : Axis2DocWebServiceTestBPO [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Transport' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking for Operation using Action : urn:simpleAdd [DEBUG] getOperationBySOAPAction: Operation (org.apache.axis2.description.I= nOutAxisOperation@6a435f,simpleAdd) for soapAction: urn:simpleAdd found in ac= tion map. [DEBUG] org.apache.axis2.i18n.resource::handleGetObject(operationfound) [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Found AxisOperation : simpleAdd [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking post-conditions for phase "Transport" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "Addressing" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "Addressing" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'AddressingInHandler' in Phase 'Addressing' [DEBUG] No headers present corresponding to http://www.w3.org/2005/08/addre= ssing [DEBUG] No headers present corresponding to http://schemas.xmlsoap.org/ws/2= 004/08/addressing [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking post-conditions for phase "Addressing" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "Security" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "Security" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking post-conditions for phase "Security" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "PreDispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "PreDispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking post-conditions for phase "PreDispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "Dispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "Dispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'AddressingValidationHandler' in Phase 'Dispatch' [DEBUG] getAddressingRequirementParemeterValue: value: 'null' [DEBUG] getInvocationPatternParameterValue: value: 'null' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'GenericProviderDispatcher' in Phase 'Dispatch' [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'MustUnderstandValidationDispatcher' in Phase 'Dispatch' [DEBUG] JAXWS MustUnderstandValidationDispatcher.invoke on AxisService Axis= 2DocWebServiceTestBPO; AxisOperation org.apache.axis2.description.InOutAxis= Operation@6a435f [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking post-conditions for phase "Dispatch" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = isReplyRedirected: ReplyTo is null. Returning false [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "RMPhase" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "RMPhase" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking post-conditions for phase "RMPhase" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Checking pre-condition for Phase "OperationInPhase" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "OperationInPhase" [DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking Handler 'MustUnderstandChecker' in Phase 'OperationInPhase' [DEBUG] Building list of understood headers for all operations under Axis2D= ocWebServiceTestBPO ... (successfully finds service) The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you are not the intended addressee please contact the sender and dispose of this e-mail. Thank you. -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/ The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you are not the intended addressee please contact the sender and dispose of this e-mail. Thank you. ________________________________ The New Busy is not the old busy. Search, chat and e-mail from your inbox. = Get started. The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you are not the intended addressee please contact the sender and dispose of this e-mail. Thank you. --_000_AC9BA14988527D4DA976E2ACB5660A37F4811FCD94MAIL06curamso_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi, This page: http://ws.apache.or= g/axis2/1_2/app_server.html mentions adding prefer-web-inf-classes and everything else didn’t see= m to apply.=A0 Entries on WSO2 didn’t seem to give any further information= or have any problems.

=A0

Our weblogic.xml for the Axis2 war:

<weblogic-web-app xmlns=3D"http://www.bea.com/ns/weblogic/90">=

=A0<container-descriptor>

=A0=A0=A0 <prefer-web-inf-classes>true</prefer-web-inf-classes>

=A0 </container-descriptor>

 

=A0=A0=A0 <ejb-reference-description>

=A0=A0=A0=A0=A0 <ejb-ref-name>curamejb/EJBMethodHome&l= t;/ejb-ref-name>

=A0=A0=A0=A0=A0 <jndi-name>curamejb/EJBMethodHome</= jndi-name>

=A0=A0=A0 </ejb-reference-description>

 

=A0=A0=A0 <ejb-reference-description>

=A0=A0=A0=A0=A0 <ejb-ref-name>curamejb/LoginHome</ejb-ref-name>

=A0=A0=A0=A0=A0 <jndi-name>curamejb/LoginHome</jndi= -name>

=A0=A0=A0 </ejb-reference-description>

</weblogic-web-app>

 

 

Thanks,

William

 

From: Martin Gainty [mailto:mgainty@hotmail.com]
Sent: Monday, April 26, 2010 3:01 AM
To: java-user@axis.apache.org
Subject: RE: Axis2 cannot find endpoint on Weblogic 10 using exploded format

 

please display weblogic.xml

thanks,
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de d=E9ni et de confidentialit= =E9

 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaeng= er sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitu= ng oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich= dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftu= ng fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut =EAtre privil=E9gi=E9. Si vous n'=
=EAtes pas le destinataire pr=E9vu, nous te demandons avec bont=E9 que pour=
 satisfaire informez l'exp=E9diteur. N'importe quelle diffusion non autoris=
=E9e ou la copie de ceci est interdite. Ce message sert =E0 l'information s=
eulement et n'aura pas n'importe quel effet l=E9galement obligatoire. =C9ta=
nt donn=E9 que les email peuvent facilement =EAtre sujets =E0 la manipulati=
on, nous ne pouvons accepter aucune responsabilit=E9 pour le contenu fourni=
.






From: WWalsh@curamsoftware.com
To: java-user@axis.apache.org
Date: Sun, 25 Apr 2010 22:09:55 +0100
Subject: RE: Axis2 cannot find endpoint on Weblogic 10 using exploded forma= t

Amila,  I don’t detect any deployment errors.&nbs= p; When I go to the listServices page it lists nothing (but lists the service = when I use .aar format).  The last entries in a debug trace are these:

[DEBUG] loaded repository from /WEB-INF/ folder (URL)

[DEBUG] loaded services from /WEB-INF/ folder (URL)

 

 

When deployed as an aar the trace continues:

[DEBUG] loaded repository from /WEB-INF/ folder (URL)=

[DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReader= Base

[DEBUG] Builder is already complete.

Using configured properties for logging.

[WARN] Using configured properties for logging.

[DEBUG] Get operation for simpleAdd

INFO] Deploying Web service: Axis2DocWebServiceTestBPO - file:/C:/Exclude/WLS10.3/user_projects/domains/MyNode/servers/server1/tmp/_= WL_user/TestModelWebServices/8xuhiq/war/WEB-INF/services/Axis2DocWebService= TestBPO.aar

[DEBUG] loaded services from /WEB-INF/ folder (URL)

 

William

 

 

 

From: Amila Suriara= chchi [mailto:amilasuriarachchi@gmail.com]
Sent: Sunday, April 25, 2010 5:31 AM
To: java-user@axis.apache.org
Subject: Re: Axis2 cannot find endpoint on Weblogic 10 using exploded format

 

 

On Mon, Apr 19, 2010 at 5:30 AM, William Walsh <WWalsh@curamsoftware.com> w= rote:

Hi,
 
We are finding that our Axis2 service is not working on WebLogic 10.3 if we use exploded format; but, it does work in aar format.  We’re using exploded format because of this recommendation: http://ws.apache.or= g/axis2/1_2/app_server.html (works on WebSphere); and because if we try to use aar format on WebSphere we get = Java 2 security errors (even with Java 2 security turned off!).  I've excer= pted the working aar trace and failing exploded trace below at the point they deviate.  I notice this trace entry in the failing exploded trace:&nbs= p; “Checking for Service using SOAPAction is a TODO item”,


soap action is used to find the operation not the service. Hence this is no= t an issue.

Do you get deployment time exceptions? Can you check whether your service is deployed or not?
http://localhost:7001/TestModelWS2/services/listServices

thanks,
Amila.

is that significant or is this some other issue?  Should exploded work on WebLogic 10, does anyone have it working there?
 
Thanks,
William
 
 
Exploded trace:

[DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase
[DEBUG] Starting to process SOAP 1.1 message
[DEBUG] Build the OMElement Envelope by the StaxSOAPModelBuilder
[DEBUG] Build the OMElement Header by the StaxSOAPModelBuilder
[DEBUG] Build the OMElement Body by the StaxSOAPModelBuilder
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking pre-condition for Phase "Transport"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking phase "Transport"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Transport'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking for Service using target endpoint address : http://localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO
[DEBUG] parseRequestURLForServiceAndOperation : [
http://localhost:7001/TestModelWS2/services= /Axis2DocWebServiceTestBPO][/TestModelWS2/services]
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking for Service using SOAPAction is a TODO item
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking post-conditions for phase "Transport"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking pre-condition for Phase "Addressing"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking phase "Addressing"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking for Service using target endpoint address : http://localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO
[DEBUG] parseRequestURLForServiceAndOperation : [
http://localhost:7001/TestModelWS2/services= /Axis2DocWebServiceTestBPO][/TestModelWS2/services]
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking post-conditions for phase "Addressing"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking pre-condition for Phase "Security"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking phase "Security"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking post-conditions for phase "Security"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking pre-condition for Phase "PreDispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking phase "PreDispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking post-conditions for phase "PreDispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking pre-condition for Phase "Dispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking phase "Dispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking for Service using target endpoint address : http://localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO
[DEBUG] parseRequestURLForServiceAndOperation : [
http://localhost:7001/TestModelWS2/services= /Axis2DocWebServiceTestBPO][/TestModelWS2/services]
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking for Service using SOAPAction is a TODO item
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
[DEBUG] Build the OMElement simpleAdd by the StaxSOAPModelBuilder
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] = Checking for Service using SOAP message body's first child's namespace : http://remote.testmodel.util.cu= ram
[DEBUG] parseRequestURLForServiceAndOperation : [http://remote.testmodel.util.cu= ram][/TestModelWS2/services]
[DEBUG] Unable to parse request URL [http://remote.testmodel.util.cu= ram][/TestModelWS2/services]
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'GenericProviderDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Invoking Handler 'MustUnderstandValidationDispatcher' in Phase 'Dispatch' [DEBUG] JAXWS MustUnderstandValidationDispatcher.invoke on AxisService null; AxisOperation null
[DEBUG] [MessageContext: logID=3Durn:uuid:8A0FA36BA49C420D471271464173635] Checking post-conditions for phase "Dispatch"
[DEBUG] org.apache.axis2.i18n.resource::handleGetObject(servicenotfoundfore= pr)
[ERROR] The service cannot be found for the endpoint reference (EPR) http://localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO
org.apache.axis2.AxisFault: The service cannot be found for the endpoint reference (EPR)
http://localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO
 at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.jav= a:65)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:334)
 at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
 at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(H= TTPTransportUtils.java:167)
 at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.jav= a:142)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
 at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.= run(StubSecurityHelper.java:227)
 at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelp= er.java:125)
 at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)=
 at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)<= br>  at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)=
 at curam.util.resources.WLSWebservicesFilter.doFilter(WLSWebservicesFilter.jav= a:58)
 at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl= .java:42)
 at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(= WebAppServletContext.java:3496)
 at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubje= ct.java:321)
 at weblogic.security.service.SecurityManager.runAs(Unknown Source)
 at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServlet= Context.java:2180)
 at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext= .java:2086)
 at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImp= l.java:1406)
 at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
 at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

aar trace:

[DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase
[DEBUG] Builder is already complete.
[DEBUG] org.apache.axis2.i18n.resource::handleGetObject(addingnewmodule)
[DEBUG] Adding new module
[DEBUG] org.apache.axis2.i18n.resource::handleGetObject(deployingmodule)
[INFO] Deploying module: soapmonitor-1.5 - file:/C:/WLS10.3/user_projects/d= omains/MyNode/servers/server1/tmp/_WL_user/TestModelWebServices/8xuhiq/war/= WEB-INF/modules/soapmonitor-1.5.mar
[DEBUG] loaded repository from /WEB-INF/ folder (URL)
[DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase
[DEBUG] Builder is already complete.
Using configured properties for logging.
[WARN] Using configured properties for logging.
[DEBUG] Get operation for simpleAdd
[DEBUG] Target namespace:
http://ws.= apache.org/axis2
[DEBUG] Operations aliases map: {}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAddRequest; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAddResponse; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= d; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:simpleAdd; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] Get operation for setSessionContext
[DEBUG] Target namespace: http://ws.= apache.org/axis2
[DEBUG] Operations aliases map: {simpleAddResponse=3Dorg.apache.axis2.description.InOutA= xisOperation@6a435f, urn:simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOpe= ration@6a435f, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f<= /a>}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessionContextRequest; operation:
org.apache.axis2.description.InOnlyAxisOperation@6d1b6anamed: setSessionContext
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessi= onContext; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b6anamed: setSessionContext
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:setS= essionContext; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b6anamed: setSessionContext
[DEBUG] Get operation for simpleAdd
[DEBUG] Found axis operation:  org.= apache.axis2.description.InOutAxisOperation@6a435f
[DEBUG] Handler MustUnderstandChecker added to Phase OperationInPhase
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAddRequest; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: simpleAddRequest; AxisOperation: org.= apache.axis2.description.InOutAxisOperation@6a435f named: simpleAdd
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAddResponse; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: simpleAddResponse; AxisOperation: org.= apache.axis2.description.InOutAxisOperation@6a435f named: simpleAdd
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: simpleAd= d; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: simpleAdd; AxisOperation: org.= apache.axis2.description.InOutAxisOperation@6a435f named: simpleAdd
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:simpleAdd; operation: org.apache.axis2.description.InOutAxisOperation@6a435fnamed: simpleAdd
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: urn:simpleAdd; AxisOperation: org.= apache.axis2.description.InOutAxisOperation@6a435f named: simpleAdd
[DEBUG] Get operation for setSessionContext
[DEBUG] Found axis operation:  org= .apache.axis2.description.InOnlyAxisOperation@6d1b6a
[DEBUG] Handler MustUnderstandChecker added to Phase OperationInPhase
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessionContextRequest; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b6anamed: setSessionContext
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: setSessionContextRequest; AxisOperation: org= .apache.axis2.description.InOnlyAxisOperation@6d1b6a named: setSessionContext
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: setSessionContext; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b6anamed: setSessionContext
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: setSessionContext; AxisOperation: org= .apache.axis2.description.InOnlyAxisOperation@6d1b6a named: setSessionContext
[DEBUG] mapActionToOperation: Mapping Action to Operation: action: urn:setSessionContext; operation: org.apache.axis2.description.InOnlyAxisOperation@6d1b6anamed: setSessionContext
[DEBUG] mapActionToOperation: This operation is already mapped to this acti= on: urn:setSessionContext; AxisOperation: org= .apache.axis2.description.InOnlyAxisOperation@6d1b6a named: setSessionContext
[DEBUG] Get operation for init
[DEBUG] Target namespace: ht= tp://remote.testmodel.util.curam
[DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.description.InOnl= yAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apache.axis2.description.InOutAxisO= peration@6a435f, urn:simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextRequest=3Dorg.apache.axis2.descrip= tion.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOpe= ration@6a435f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d= 1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f<= /a>}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] Get operation for setOperationContext
[DEBUG] Target namespace:
ht= tp://remote.testmodel.util.curam
[DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.description.InOnl= yAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apache.axis2.description.InOutAxisO= peration@6a435f, urn:simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextRequest=3Dorg.apache.axis2.descrip= tion.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOpe= ration@6a435f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d= 1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f<= /a>}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] Get operation for startUp
[DEBUG] Target namespace:
ht= tp://remote.testmodel.util.curam
[DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.description.InOnl= yAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apache.axis2.description.InOutAxisO= peration@6a435f, urn:simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextRequest=3Dorg.apache.axis2.descrip= tion.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOpe= ration@6a435f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d= 1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f<= /a>}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] Get operation for destroy
[DEBUG] Target namespace:
ht= tp://remote.testmodel.util.curam
[DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.description.InOnl= yAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apache.axis2.description.InOutAxisO= peration@6a435f, urn:simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextRequest=3Dorg.apache.axis2.descrip= tion.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOpe= ration@6a435f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d= 1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f<= /a>}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] Get operation for shutDown
[DEBUG] Target namespace:
ht= tp://remote.testmodel.util.curam
[DEBUG] Operations aliases map: {setSessionContext=3Dorg.apache.axis2.description.InOnl= yAxisOperation@6d1b6a, simpleAddResponse=3Dorg.apache.axis2.description.InOutAxisO= peration@6a435f, urn:simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f, setSessionContextRequest=3Dorg.apache.axis2.descrip= tion.InOnlyAxisOperation@6d1b6a, simpleAddRequest=3Dorg.apache.axis2.description.InOutAxisOpe= ration@6a435f, urn:setSessionContext=3Dorg.apache.axis2.description.InOnlyAxisOperation@6d= 1b6a, simpleAdd=3Dorg.apache.axis2.description.InOutAxisOperation@6a435f<= /a>}
[DEBUG] Imported namespaces: null
[DEBUG] Found axis operation:  null
[DEBUG] Adding service to allServices map: [Axis2DocWebServiceTestBPO]
[DEBUG] Handler AddressingOutHandler added to Phase MessageOut
[DEBUG] Handler AddressingOutHandler added to Phase MessageOut
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Handler null added to Phase soapmonitorPhase
[DEBUG] Adding service to allEndpoints map: (Axis2DocWebServiceTestBPO,Axis2DocWebServiceTestBPOHttpEndpoint)
[DEBUG] Adding service to allEndpoints map: (Axis2DocWebServiceTestBPO,Axis2DocWebServiceTestBPOHttpSoap12Endpoint)
[DEBUG] Adding service to allEndpoints map: (Axis2DocWebServiceTestBPO,Axis= 2DocWebServiceTestBPOHttpSoap11Endpoint)
[DEBUG] After adding to allEndpoints map, size is 3
[DEBUG] org.apache.axis2.i18n.resource::handleGetObject(deployingws)
[INFO] Deploying Web service: Axis2DocWebServiceTestBPO - file:/C:/WLS10.3/= user_projects/domains/MyNode/servers/server1/tmp/_WL_user/TestModelWebServi= ces/8xuhiq/war/WEB-INF/services/Axis2DocWebServiceTestBPO.aar
[DEBUG] loaded services from /WEB-INF/ folder (URL)
[DEBUG] Input contentType (text/xml;charset=3DUTF-8)
[DEBUG] CharSetEncoding from content-type (UTF-8)
[DEBUG] createSOAPEnvelope using Builder (class org.apache.axis2.builder.SOAPBuilder) selected from type (text/xml)
[DEBUG] char set encoding set from default =3DUTF-8
[DEBUG] XMLStreamReader is weblogic.xml.stax.XMLStreamReaderBase
[DEBUG] Starting to process SOAP 1.1 message
[DEBUG] Build the OMElement Envelope by the StaxSOAPModelBuilder
[DEBUG] Build the OMElement Header by the StaxSOAPModelBuilder
[DEBUG] Build the OMElement Body by the StaxSOAPModelBuilder
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "Transport"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking phase "Transport"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Transport'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking for Service using target endpoint address :
http://localhost:7001/TestModelWS2/services/Axis2DocWebServiceTestBPO
[DEBUG] parseRequestURLForServiceAndOperation : [
http://localhost:7001/TestModelWS2/services= /Axis2DocWebServiceTestBPO][/TestModelWS2/services]
[DEBUG] org.apache.axis2.i18n.resource::handleGetObject(servicefound)
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Found AxisService : Axis2DocWebServiceTestBPO
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Transport'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking for Operation using Action : urn:simpleAdd
[DEBUG] getOperationBySOAPAction: Operation (org.apache.axis2.description.InOutAxisOperation@6a435f,simpleAdd) for soapAction: urn:simpleAdd found in action map.
[DEBUG] org.apache.axis2.i18n.resource::handleGetObject(operationfound)
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Found AxisOperation : simpleAdd
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking post-conditions for phase "Transport"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "Addressing"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking phase "Addressing"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'AddressingInHandler' in Phase 'Addressing'
[DEBUG] No headers present corresponding to http://www.w3.org/2005/08/add= ressing
[DEBUG] No headers present corresponding to http://schemas.xm= lsoap.org/ws/2004/08/addressing
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking post-conditions for phase "Addressing"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "Security"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking phase "Security"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking post-conditions for phase "Security"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "PreDispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] = Invoking phase "PreDispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking post-conditions for phase "PreDispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "Dispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking phase "Dispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'AddressingValidationHandler' in Phase 'Dispatch'
[DEBUG] getAddressingRequirementParemeterValue: value: 'null'
[DEBUG] getInvocationPatternParameterValue: value: 'null'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'GenericProviderDispatcher' in Phase 'Dispatch'
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'MustUnderstandValidationDispatcher' in Phase 'Dispatch' [DEBUG] JAXWS MustUnderstandValidationDispatcher.invoke on AxisService Axis2DocWebServiceTestBPO; AxisOperation org.= apache.axis2.description.InOutAxisOperation@6a435f
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking post-conditions for phase "Dispatch"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] isReplyRedirected: ReplyTo is null. Returning false
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "RMPhase"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking phase "RMPhase"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking post-conditions for phase "RMPhase"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Checking pre-condition for Phase "OperationInPhase"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking phase "OperationInPhase"
[DEBUG] [MessageContext: logID=3Durn:uuid:A445967256A6B872B21271462831754] Invoking Handler 'MustUnderstandChecker' in Phase 'OperationInPhase'
[DEBUG] Building list of understood headers for all operations under Axis2DocWebServiceTestBPO

 (successfully finds service)
 

The information in this email is confidential and may be legally privi=
leged.
It is intended solely for the addressee. Access=
 to this email by anyone else
is unauthorized. If you =
are not the intended recipient, any disclosure,
copyin=
g, distribution or any action taken or omitted to be taken in reliance=
on it, is prohibited and may be unlawful. If you are not t=
he intended
addressee please contact the sender and di=
spose of this e-mail. Thank you.




--
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka= .blogspot.com/


The information in this email is confidential and may be legally privileged= .
It is intended solely for the addressee. Access to this email by anyone els= e
is unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in relianc= e
on it, is prohibited and may be unlawful. If you are not the intended
addressee please contact the sender and dispose of this e-mail. Thank you.<= o:p>

 


The New Busy is not the old busy. Search, chat and e-mail from your inbox. Get started.


The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful. If you are not the intended
addressee please contact the sender and dispose of this e-mail. Thank you.
--_000_AC9BA14988527D4DA976E2ACB5660A37F4811FCD94MAIL06curamso_--