Note that there are some explanatory texts on larger screens.

plurals
  1. USanonymous
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO@nisha: After validating that your project is running in Tomcat, what page do you see if you navigate to: http://localhost:8080/XMSExpenseServicePROD/services/testingPort (no ?wsdl). If your XML has the .s in there, you probably had an issue when it was being generated and may need to fix it.
      singulars
    2. CO@nisha: I used the following guide to create a WSDL service in Eclipse: http://vimeo.com/7905480. One thing I noticed is that your class you are trying to create a WSDL from has a public static void main(String[] args) method. I'm not sure if you can return void from a WSDL method or not. I didn't need to create the annotation for the service to work though. Creating a class `com.test.wsdltestproject.TestService` with a method `public String testMesssage() { return "Hiii"; }` worked and generated the following URI: http://localhost:8080/WsdlTestProject/services/TestService.
      singulars
    3. CO@chrylis: I'm hoping to have something like a spring-webflow or a BPM flow, that is visual; because it helps programmers separate the flow behavior of a module of code, so now they just need to focus on the fundamental block implementation of the code. It makes the flow of the state machine easier to follow. I'm more looking at it from a standpoint of injecting new behavior in the middle of a flow from the state machine and how easy that is for a new developer to manage.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload