SOAP Services defined by WSDL can be accessed via Marvin Services.
The user interface supports automatic discovery of various options from local file system, or any available URL.
Supported Types and their mapping
SOAP | Java |
xs:string |
java.lang.String |
xs:int |
java.lang.Integer |
xs:double |
java.lang.Double |
xs:float |
java.lang.Float* |
xs:boolean |
java.lang.Boolean |
xs:anytype |
java.lang.Object |
* Please note that WSDL Float support is not complete.