hi everybody,
I am trying to connect to a webservice. i downloaded the WSLD and created the webservic connectors.
there is a connecter named create that has a input structure
----tns1:create--------------Document
-----------tns1bject------------------DocumentList
--------------------string1
-------------------- String2
(this shows the hierarchy)
created a flow service which calls the above service with an input
-------object1-----------------Document(not document list)
------------String3
and mapped the boject1 of the flow input the tns1bject of the webservice connector.
and then i am using DocumentToXmlString
XmlStringToNode
and then trying to create the body using Soap.Util:CreateBodyEntry.
but then it is giving me an error stating that
all body element must have a proper Namespace name
declared.
i tried this with an example since the webconnector uses a input sepecification. and the test service is not trowing any exception.
could any body please tell me what mistake iam making.
thanks in advance