Question
anyURI xml datatype and ColdFusion
Hi,
I'm trying to pass a URL as a string variable to the ebay SOAP webservice.
In the WSDL it says that the data type is simple type anyURI, which is part of the standard xml schema. However, when I try to pass the variable in as a string I get an error saying that the webservice with that parameter cannot be found.
However, I am able to successfully make the call if I leave the parameter out altogether.
Would anyone have any ideas of how I can get Coldfusion to recognise or convert from string to anyURI?
Any help would be much appreciated.
Tom
I'm trying to pass a URL as a string variable to the ebay SOAP webservice.
In the WSDL it says that the data type is simple type anyURI, which is part of the standard xml schema. However, when I try to pass the variable in as a string I get an error saying that the webservice with that parameter cannot be found.
However, I am able to successfully make the call if I leave the parameter out altogether.
Would anyone have any ideas of how I can get Coldfusion to recognise or convert from string to anyURI?
Any help would be much appreciated.
Tom
