Since you bind the orderNumber to your web service's request parameter, web service will work correctly.
Hope helps,
Asiye
02-07-2008
That looks easy enough. I just need to know how to pass the orderNumber into the PDF on startup. I need to populate teh orderNumber field before calling the web service.
I should mention that I am calling the PDF from a web application java/tomcat. I currently just have an http link to the PDF. I want to replace that with a call that would pass in the orderNumber.