• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis2 on beaWeblogic 9.2

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!
I'm developed a webservice in Axis2, and I haven't any problem to deploy on Tomcat, but now I'm trying to deploy on beaWeblogic 9.2 and it's not possible.
I deploy the axis2.war, and it's ok. And in the Administration Console of axis2, I selected my .aar, but my WebService don't appear in the deployed services, and shows no message!
Any idea?
Thanks!
Esther
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do you the find list of services available in the application.

i will give tell how to upload the services of axis2 in weblogic 9.2
 
venkat rao
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
give me url and version name of axis engine
 
Esther Capilla
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got deploy my webservices, but now I've the next message to invoke directly from a window of Internet Explorer:
<soapenv:Reason>

<soapenv:Text>
The endpoint reference (EPR) for the Operation not found is /axis2/services/WsVerDocumento and the WSA Action = null
</soapenv:Text>
</soapenv:Reason>

Any idea?
Thanks
Esther
 
Esther Capilla
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The version of Axis2 is 1.2 and the version of beaWeblogic is 9.2.
My file services.xml is that,if gives you a clue:
<service name="WsVerDocumento">
<Description>
Este WebService permita bajar un documento del repositorio de Documentum
</Description>
<parameter name="enableMTOM">true</parameter>
<parameter name="ServiceClass" locked="false">com.soluziona.documental.servicios2.verdocumento.VerDocumentoWebService</parameter>
<operation name="sendAttachment">
<actionMapping>sendAttachment</actionMapping>
<messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver" />
</operation>
</service>
 
It is difficult to free fools from the chains they revere - Voltaire. tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic