I've generated my stored procs and exposed my SOAP web services. Is there any tool available that will automatically generate the WSDL for my web services? |
I have six SOAP services defined. I created a 7th service-- a DISH service. I then opened my browser to "http://localhost:8082/testing/DISHService" (which is the name of my 7th service. It returned a WSDL to the browser which I did a "Save As..." to store it on my desktop. Unfortunately, I don't know if this is correct because I still can't access my services correctly from PowerBuilder 11.5. |