Netbeans Web Service GUI
Hi everyone,
I'd really appreciate any help on this matter. I'm trying to build a GUI for a web service. I want the GUI to accept input from the user which is converted to a soap request which is then sent to a server to be processed, and a response is sent back. I want to format the response so that it is readable by the end user. So basically, the server does all the processing; all I have to do is produce the soap request, send it by soap over http and then parse the response from the server.
I've made a project in Netbeans with WDSL, BPEL mapper etc. I don't really know how to contact the server to send the soap request.
Could someone please give me some guidelines on how to do this? I'm completely new to Java but I have a basic understanding of WSDL, XML schema etc.
Again, any help much appreciated,
Ruth

