Hi! I have a very basic question that I'm sure it will be quickly answered...
I've created a CASA project which contains a BPEL project and deployed it on glassfish. My BPEL project contains a couple of WSDL files which represent web services. Now I need to call these web services from another application (not related to Java or Netbeans), and I need to know the address under which I can find the WSDLs. I guess it would be something like http://localhost/myCASAProjectsName/myWSDLFileName or something similar....