02-17-05 01:47 AM
I'm sure this is a simple task but I can't figure it
out. I would like to expose an orchestration as a
WebService that takes a string (not an xml node or doc)
as input to the operation. In reality, the string is an
XML document but the vendor who will consume this
webservice needs to pass the doc as a string. Once in
the Orchestration, I would then load it as an xml doc and
route appropriately. I created a simple schema with
string type but still when you go to the browser test
page for the wsdl it shows that you can't use the browser
test page because of the complex data type.
Is this possible? Should I write a front end web service
that does this preprocessing before calling an
orchestration? Please advise...I know my ignorance is
getting the best of me here.
[ Post a follow-up to this message ]
|