Displaying 1 result from an estimated 1 matches for "base64binary".
2006 Sep 06
0
soapenc:base64 and xsd:base64Binary
...nge question.
I''m trying to consume webservice from different webservice
implementation than ror. And I there is one thing from ror regenerated
wsdl file. Method parameter defined by :base64 type is defined in wsdl
as ''soapenc:base64''. My question is, why this is not xsd:base64Binary
as it is defined by w3org? Or how soapenc:base64 is related to
xsd:base64Binary? My problem is that the comsuming webservice
implementation is not able recognize what soapenc:base64. How can
someone consuming this ror generated wsdl know that soapenc:base64 is
the type standard xsd:base64Binary typ...