Webservice and Temp-Tables as INPUT or OUTPUT

schebi

New Member
Hi folks,
i need your help !
I try to develop a web service for communicate with our program.
And i need to transfer data from client to the web service and back. I want to do this with a temp-table that i convert to a XML-Stream for the web service. My problem is that i don't know how this XML-Stream must looks like and the example from the docu (build with "bprowsdldoc") i not understand !
I know that it is important what WSDL-style i use and that is also difficult for me to deside. Who has experience in this and can help me.
Sorry for my bad english but i have no practice and i hope you understand me.
Regards Jan​
 
This threat can close.
I find a solution.
I use WSDL-Style RPC/Literal and the temp-table i use i convert to XML like this schema:
<tt_example>
<tt_exampleRow>
... DATA
</tt_ExampleRow>
</tt_example>

And it runs !
Thanks
 
Back
Top