diff --git a/src/zutil/net/http/soap/SOAPHttpPage.java b/src/zutil/net/http/soap/SOAPHttpPage.java index 6193520..cc378b0 100644 --- a/src/zutil/net/http/soap/SOAPHttpPage.java +++ b/src/zutil/net/http/soap/SOAPHttpPage.java @@ -53,8 +53,8 @@ import zutil.parser.wsdl.WSDLWriter; * handles soap messages. * * TODO: Header should be variables not methods - * TODO: Read SOAPObjects as input parameter - * TODO: Ability to have multiple arrays of same SOAPObject + * TODO: Read WSReturnObjects as input parameter + * TODO: Ability to have multiple arrays of same WSReturnObject * * Features: * Input: @@ -64,11 +64,10 @@ import zutil.parser.wsdl.WSDLWriter; *
-char *
-String *
-byte[] - *
-And the Wrappers except byte + *
-And the Wrappers Classes except for Byte * * Output: - *
-SOAPObjects - *
-SOAPReturnObjectList + *
-WSReturnObject *
-byte[] *
-int *
-double @@ -76,7 +75,7 @@ import zutil.parser.wsdl.WSDLWriter; *
-char *
-String *
-Arrays of Output - *
-And the Wrappers except byte + *
-And the Wrappers Classes except for Byte * * @author Ziver */ @@ -299,7 +298,7 @@ public class SOAPHttpPage implements HttpPage{ /** * Generates an return XML Element. This function can - * handle return values as XML Elements, SOAPObject and the + * handle return values as XML Elements, WSReturnObject and the * Java basic data types. * * @param root is the parent Element