Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: GroovyWS
-
Labels:None
-
Number of attachments :
Description
Suppose you deploy two web services contained in MathService.groovy and ContactService.groovy, like this:
def server = new WSServer()
server.setNode("MathService", "http://localhost:6980/MathService")
server.setNode("ContactService", "http://localhost:6980/ContactService")
If you access the WSDL document for the ContactService (http://localhost:6980/ContactService/?wsdl), it is as if it was the WSDL document for MathService, except for the SOAP address.
Activity
Guillaume ALLEON
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Guillaume ALLEON [ galleon ] |
Guillaume Laforge
made changes -
| Project | groovy [ 10242 ] | Groovy Modules [ 11901 ] |
| Key | GROOVY-2550 | GMOD-14 |
| Component/s | GroovyWS [ 12919 ] |
Guillaume Laforge
made changes -
| Component/s | GroovyWS [ 13623 ] |