I have a PHP client that sends a request via jsr181 service. That service creates a new soap message and publishes that message on an output queue for my Python client to consume via STOMP out of this queue. The original service then returns an acknowledgment back to the my PHP client. That all works fine, but my Python code does not have a wsdl to validate the message it gets. I want to see if there is some way I can get a jsr181 or cxf service unit that can create a wsdl to publish so my Python has a valid wsdl for this message.
Is this possible without having to create a message without creating a wsdl by hand? --- Thank You… Mick Knutson BASE Logic, inc. (415) 354-4215 Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace: http://myspace.com/mickknutson Vacation Rental: http://tahoe.baselogic.com
