Author |
Message
|
giridhararm |
Posted: Wed Feb 22, 2012 12:33 am Post subject: generate wsdl |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
hi all
i created message set from xsd but i cant see generate wsdl muttong in right click in message broker 8 can u help me pls |
|
Back to top |
|
 |
kimbert |
Posted: Wed Feb 22, 2012 3:42 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
I don't think that option is available in v8. Probably best if you explain what you are trying to do - there may be an easier/better way to do the same thing. |
|
Back to top |
|
 |
giridhararm |
Posted: Wed Feb 22, 2012 4:51 am Post subject: |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
i need to call a webservice in MB to providde imput from client
then MB takes message and put it into queue
canu tell me pls |
|
Back to top |
|
 |
giridhararm |
Posted: Wed Feb 22, 2012 4:52 am Post subject: |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
client need to call the service and put the data into MQ |
|
Back to top |
|
 |
Vitor |
Posted: Wed Feb 22, 2012 5:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
giridhararm wrote: |
i need to call a webservice in MB to providde imput from client |
So (to be clear) you have the xsd of a document, a client needs to call the flow as a web service with that document as the request which the flow will put on a queue?
And you're trying to generate a WSDL for your flow?
Yes? No? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
giridhararm |
Posted: Wed Feb 22, 2012 5:56 am Post subject: |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
yes am trying to gernerate wsdl from xsd |
|
Back to top |
|
 |
Vitor |
Posted: Wed Feb 22, 2012 6:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
giridhararm wrote: |
yes am trying to gernerate wsdl from xsd |
Well no personal experience of this in WMBv8 but this would seem to be a starting point. I would theorise it's something to do with the application & library setup for your message set (based on that entry talking about options), but that could be utterly wrong. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Feb 22, 2012 6:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Just right-click on the project, choose "New->Other" and then create a new WSDL.
This will open the WSDL editor where you can construct the necessary service definition and it's operations. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Feb 22, 2012 6:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Just right-click on the project, choose "New->Other" and then create a new WSDL. |
Or use XMLSpy etc _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
joebuckeye |
Posted: Wed Feb 22, 2012 7:13 am Post subject: |
|
|
 Partisan
Joined: 24 Aug 2007 Posts: 365 Location: Columbus, OH
|
giridhararm wrote: |
yes am trying to gernerate wsdl from xsd |
How would you generate a WSDL from an XSD?
An XSD may be part of a WSDL but there is a lot of data in a WSDL that is not part of an XSD (endpoints, operations, etc).
Unless you are talking about creating a WSDL and using the XSD to define items in the WSDL, in that case follow Jeff's advice. |
|
Back to top |
|
 |
giridhararm |
Posted: Wed Feb 22, 2012 7:25 am Post subject: |
|
|
Apprentice
Joined: 22 Apr 2009 Posts: 28
|
thks all
i wans asked to build a poc very urgently on MB instead of soap node i used http node for time being its working fine later will checkthis |
|
Back to top |
|
 |
GeneRK4 |
Posted: Tue Jan 14, 2014 11:04 pm Post subject: Re: generate wsdl |
|
|
Master
Joined: 08 Jul 2013 Posts: 220
|
giridhararm wrote: |
i created message set from xsd but i cant see generate wsdl muttong in right click in message broker 8 can u help me pls |
In Message broker Toolkit preferences,under Message set development,check the box "Enable Menus for Message set development".
This will enable you "Generate WSDL" option if you right click on the mxsd created. |
|
Back to top |
|
 |
|