Author |
Message |
Topic: WSDL for Message Flow |
jfry
Replies: 9 Views: 4302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 10, 2008 10:39 am Subject: WSDL for Message Flow |
Jeff....first thanks for the responses. I have never done any of this before so please bear with me. I think I have the first part done: "So use the first WSDL to create a message set." I ... |
Topic: WSDL for Message Flow |
jfry
Replies: 9 Views: 4302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 10, 2008 8:44 am Subject: WSDL for Message Flow |
I understand that but then I need to create a WSDL for my flow that also includes an additional string parameter. That way when I call it from my Java servlet, I will pass the original data needed by ... |
Topic: WSDL for Message Flow |
jfry
Replies: 9 Views: 4302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 10, 2008 8:22 am Subject: Re: WSDL for Message Flow |
Hi all. I have a a flow that contains the following:
HTTP Input --> Other nodes (not relevant) --> HTTP Reply
OK....maybe "Other nodes (not relevant)" is relevant?
I have a w ... |
Topic: WSDL for Message Flow |
jfry
Replies: 9 Views: 4302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 10, 2008 7:06 am Subject: WSDL for Message Flow |
Assuming I have the needed information about the message, how would I generate the WSDL? I am using Message Brokers Toolkit v6.0.2. |
Topic: WSDL for Message Flow |
jfry
Replies: 9 Views: 4302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 10, 2008 7:02 am Subject: WSDL for Message Flow |
Hi all. I have a a flow that contains the following:
HTTP Input --> Other nodes (not relevant) --> HTTP Reply
Based on this information, is there a WSDL file that is generated to call the ... |
Topic: Dynamic URL in HTTP Request Node |
jfry
Replies: 26 Views: 27131
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 1:14 pm Subject: Dynamic URL in HTTP Request Node |
You might also want to consider a UserDefinedProperty - if the request URL is static between messages, but not static between deploys.
After researching UserDefinedProperty, it looks like you are s ... |
Topic: Dynamic URL in HTTP Request Node |
jfry
Replies: 26 Views: 27131
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 04, 2008 5:01 am Subject: Dynamic URL in HTTP Request Node |
The servlet does NOT have access to Dev, Test, etc. environments. When the servlet is run in Dev, it knows that it is in Dev and can then tell the flow the Dev endpoint for the mainframe service. Sa ... |
Topic: Dynamic URL in HTTP Request Node |
jfry
Replies: 26 Views: 27131
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 1:18 pm Subject: Dynamic URL in HTTP Request Node |
You are correct that I want to pass the URL of the mainframe web service from the servlet into the flow to be assigned to the RequestURL of the HTTPRequest node. The servlet is reading the URL from a ... |
Topic: Dynamic URL in HTTP Request Node |
jfry
Replies: 26 Views: 27131
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 1:00 pm Subject: Dynamic URL in HTTP Request Node |
I am calling the flow from a Java servlet that passes a SOAP request. The flow is being used as a pass thru for a call to a mainframe web service. I took the WSDL from the mainframe web service and ... |
Topic: Dynamic URL in HTTP Request Node |
jfry
Replies: 26 Views: 27131
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 12:38 pm Subject: Dynamic URL in HTTP Request Node |
I have the following:
HTTP Input --> Compute Node --> HTTP Request Node --> HTTP Reply
In the Compute Node I have the following:
CREATE COMPUTE MODULE TestBuildURL
CREATE FUNCTION ... |
Topic: Dynamic URL in HTTP Request Node |
jfry
Replies: 26 Views: 27131
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 12:22 pm Subject: Dynamic URL in HTTP Request Node |
I still have the RequestURL hard coded in the ESQL. I have been fighting with this for hours and am not able to figure out how to pass the value to use for RequestURL into the HTTPInput node of the f ... |
Topic: URL for HTTP Input flow |
jfry
Replies: 29 Views: 12954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 7:19 am Subject: URL for HTTP Input flow |
I would assume it deployed correctly because it is responding with the data that I am expecting and it is creating the trace files I was wanting.  |
Topic: URL for HTTP Input flow |
jfry
Replies: 29 Views: 12954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 7:06 am Subject: URL for HTTP Input flow |
Not sure what happened but it is now listening on port 7080. I didn't do anything other than recreate and redeploy the BAR file, restart the broker, etc. about 50 times.
THANK YOU to all of you ... |
Topic: URL for HTTP Input flow |
jfry
Replies: 29 Views: 12954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 6:57 am Subject: URL for HTTP Input flow |
Hey Just a silly question , but does the flow which you deploy have a Http Node in it
It starts with an HTTP Input node.
How do I explicitly start the broker's listener? |
Topic: URL for HTTP Input flow |
jfry
Replies: 29 Views: 12954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 03, 2008 6:35 am Subject: URL for HTTP Input flow |
Event logs from broker restart:
**************************
( Local_Broker ) The WebSphere Message Brokers service has started at version '6003'; process ID 3724.
The WebSphere Message Broker ... |