I do not have a webservice for consuming my JMS message yet. In the WS I
created, I have a request/response back to my PHP client. However, I want to
create a brand new message for my outbound Python client.
---
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



On Tue, Sep 2, 2008 at 6:26 PM, Freeman Fang <[EMAIL PROTECTED]> wrote:

> If your published webservice writen in java, you can use cxf tool java2wsdl
> to generate the wsdl file.
>
> Regards
> Freeman
>
>
> Mick Knutson wrote:
>
>> 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
>>
>>
>>
>
>

Reply via email to