Currently Being Moderated
Jul 18, 2008 12:59 PM
I have a business requirement to post the XDP Data Package as part of a Web Service call.
I am very familiar with doing this via the HTTP Submit buttons and processing via ProcessForm method in the Java API.
I am NOT familiar with the web services peice. I have looked in the Help and Docuemntation, and I understand how to do bind fields and all that via a WSDL. But what I want to do is hit the Execute button and make a WSDL call.
In that Web Service call I want to send the XDP Data Package (XDP and Data in Form) similar to HTTP Post as an attachment or whatever.
Can someone tell me how to do this?
Thanks.