• 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

Where is my wsdl path?

 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I deployed a WAR file contains CXF2 and Spring 3.0.5 to JBOSS AS7, but I couldn't found where the wsdl is published.

Here is the deployment log file:



I 've been searching google for few days and asked around in JBOSS forum, there still no answer.
I think my pom.xml or web.xml is not right, but I can't figure out why.

Here is my pom.xml file



web.xml file:



Any suggestion is very appreciated.
Thanks
Sam
 
sam White
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I entered "http://192.168.1.100:8080/order-ws-0.0.1-SNAPSHOT/orderprocess/"
the browser returns error:

HTTP Status 404 - /order-ws-0.0.1-SNAPSHOT/orderprocess/

type Status report

message /order-ws-0.0.1-SNAPSHOT/orderprocess/

description The requested resource (/order-ws-0.0.1-SNAPSHOT/orderprocess/) is not available.

JBoss Web/7.0.1.Final



In JBOSS AS7 admin console, I can't find where my wsdl is published to.

Any suggestion is very appreciated
Sam
 
Ranch Hand
Posts: 40
reply
    Bookmark Topic Watch Topic
  • New Topic