Author |
Message
|
vsunkireddy |
Posted: Mon Jun 06, 2005 1:28 pm Post subject: how to read a wsdl file from browser |
|
|
Novice
Joined: 17 Sep 2004 Posts: 13
|
Hi all,
I want to read a wsdl file from browser which is in message broker 5.0 which has been generated from a message set through URL.
How should i configure Message broker so that i can get the wsdl file through url.
Thanks,
Venkat reddy. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 06, 2005 1:39 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
vsunkireddy |
Posted: Mon Jun 06, 2005 1:47 pm Post subject: |
|
|
Novice
Joined: 17 Sep 2004 Posts: 13
|
Thank u
Yes its internet explorer.
If possible can u be be more clear .As MB is on WAS i think it acts as a server so cant we register this wsdl files in MEssage Broker server and expose it as a URL so that we can see the wsdl files in the browser.
Ur help is very much appriciated.
Thanks,
Venkat reddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 07, 2005 3:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't see how I can be more clear than "You need a Web Server.".
Broker responds to HTTP requests, so in a very limited sense, it is a web server.
But you can't do this with Broker without writing a message flow - and you don't want to write a message flow to do this. You would end up rewriting a webserver.
And apache is *free*. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vsunkireddy |
Posted: Tue Jun 07, 2005 8:20 am Post subject: |
|
|
Novice
Joined: 17 Sep 2004 Posts: 13
|
Thanks a lot
Ok now i have designed a Message flow and deployed it to broker and tried to access that flow through Browser
What i did is i have created a message flow with HTTP input node compute node and HTTP Reply node and tried to access this flow trru browser by typing
http://localhost:7080/svc1
In my HTTP Input node i have given URL Selector property as /svc1
But my browser is deslaying
HTTP 405 - Resource not allowed
Internet Explorer
Should i set any ACL permissions to my flow to access.
Please help me out.
Thanks,
Venkat reddy. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 07, 2005 8:29 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please read what I just said.
DON'T SOLVE THIS PROBLEM WITH BROKER.
USE A WEB SERVER! _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|