WebServicesUtils
Inclusion code:
Service Deployment | |||
---|---|---|---|
Port Name | Location | Protocol | Interfaces |
WebServicesUtils documentation: | |||
WebServicesUtils | - | - | WebServicesUtilsInterface |
List of Available Interfaces
WebServicesUtilsInterface
Interface documentation:
Operation Name | Input Type | Output Type | Faults |
---|---|---|---|
wsdlToJolie | string | string | IOException( IOExceptionType ) |
Operation Description
wsdlToJolie
Operation documentation:
Invocation template:
wsdlToJolie@WebServicesUtils( request )( response )
Request type
Type: string
string : string
Response type
Type: string
string : string
Possible faults thrown
Fault IOException
with type IOExceptionType
Fault-handling install template:
install ( IOException => /* error-handling code */ )
type IOExceptionType: JavaExceptionType
Subtypes
JavaExceptionType
type JavaExceptionType: string { .stackTrace: string }