http://mu.learn.mulesoft.com/delta?wsdl
http://mu.learn.mulesoft.com/united/flights/CLE
Most of the time you find that, the URLs provided by the Mulesoft is not working or you are working in a company where you have restriction on access.
Solution to these issues is to set up those services running inside your machine.
Solution:
Open the jars folder fromStudents Files zip file where you have already downloaded from course resourses.
Locate "mulesoft-training-services-1.8.8.jar"
Just run this jar
java -jar mulesoft-training-services-1.8.8.jar
You will finally get an output on terminal as below
--------------------------------------------
┌───────────────────────────────────────────────────────────────────────────────────────┐
│ (\_/) M U L E S O F T T R A I N I N G & C E R T I F I C A T I O N │
│ / \ Anypoint Platform Development Fundamentals - Services & APIs │
└───────────────────────────────────────────────────────────────────────────────────────┘
Starting resources:
- Database started.
- Database tables created.
- Database tables populated.
- JMS message broker started.
- United flights web service started.
- JMS service started.
- American flights RAML API started.
- Banking REST API started.
- Accounts REST API started.
- Delta flights web service started.
Published resources:
- Landing page : http://localhost:9090
- JMS message broker URL : tcp://localhost:61616
- JMS default topic name : apessentials
- JMS web form : http://localhost:9090/jmsform.html
- American flights database URL : jdbc:derby://localhost:1527/memory:training
- Accounts API : http://localhost:9090/accounts/api
- Accounts web form : http://localhost:9090/accounts/show.html
- American flights REST service : http://localhost:9090/american/flights
- American flights REST API RAML : http://localhost:9090/american/american-flights-api.raml
- Banking API base URL : http://localhost:9090/api/...
- Banking API RAML : http://localhost:9090/api/banking-api.raml
- United flights REST service : http://localhost:9090/united/flights
- Delta flights SOAP service : http://localhost:9191/delta
- Delta flights SOAP WSDL : http://localhost:9191/delta?wsdl
Press CTRL-C to terminate this application...
No comments:
Post a Comment