| Author |
Axis2 on beaWeblogic 9.2
|
Esther Capilla
Greenhorn
Joined: Jan 25, 2007
Posts: 12
|
|
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
|
 |
venkat rao
Greenhorn
Joined: Feb 19, 2008
Posts: 10
|
|
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
Joined: Feb 19, 2008
Posts: 10
|
|
|
give me url and version name of axis engine
|
 |
Esther Capilla
Greenhorn
Joined: Jan 25, 2007
Posts: 12
|
|
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
Joined: Jan 25, 2007
Posts: 12
|
|
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>
|
 |
 |
|
|
subject: Axis2 on beaWeblogic 9.2
|
|
|