Implement webservice from existing wsdl

pfspontus

New Member
Hi,

I was just wondering if there is something, similar to bprowsdldoc, that can generate stubbs on the webservice server side so to speak. I have a wsdl file and I want to "open up" for the application that I have, so that it provides the webservices described in the preexisting wsdl file. Are there tools for this somewhere?

Any and all suggestions are welcome,

Pontus

PS.
The application in question is running on OE 10.2B
 
AFAIK as of OE10 there is no such tool that comes with the product. The proxygen works only one way. You have the procedures and feed it to it and in turn it will create the .wsm file for you which you can then deploy on the web services adapter. The wsld get generated during that deployment. But there is no way back that I know of. Probably somebody else has created such a tool.

Heavy Regards, RealHeavyDude.
 
Back
Top