Author |
Message |
Topic: Adding SOAP Header to WSDL (rpc/encoded) manually |
pathipati
Replies: 1 Views: 13418
|
Forum: WebSphere DataPower Posted: Fri Mar 28, 2008 6:36 am Subject: Adding SOAP Header to WSDL (rpc/encoded) manually |
try this...
<wsdl:operation name="OperationName">
<soap:operation soapAction="action" style="rpc"/>
<wsdl:input>
<soap:body use=& ... |
Topic: Installing RAD and WID in the same box |
pathipati
Replies: 10 Views: 20192
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Nov 14, 2007 10:08 am Subject: Installing RAD and WID in the same box |
Do I need to setup something ? as the manual says, it does noto work. I am starting installing now but want to make it clear beforehand.
Did u get it installed successfully? |
Topic: Reading client IP in Message Flow. |
pathipati
Replies: 6 Views: 5281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 01, 2007 7:31 pm Subject: Reading client IP in Message Flow. |
I tried below, with no luck...
InputRoot.HTTPInputHeader."X-HTTP-Users-Address"
InputRoot.HTTPInputHeader."X-HTTP-Client-Address"
InputRoot.HTTPInputHeader."X- ... |
Topic: Reading client IP in Message Flow. |
pathipati
Replies: 6 Views: 5281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 01, 2007 4:13 pm Subject: Reading client IP in Message Flow. |
InputLocalEnvironment.Destination.HTTP.RequestIdentifier returned me this. |
Topic: Reading client IP in Message Flow. |
pathipati
Replies: 6 Views: 5281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 01, 2007 3:51 pm Subject: Reading client IP in Message Flow. |
Transport is XML/HTTP. |
Topic: Reading client IP in Message Flow. |
pathipati
Replies: 6 Views: 5281
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 01, 2007 2:42 pm Subject: Reading client IP in Message Flow. |
Is there a way to read client IP in a message flow? I am seeing some text like AMQ BRKRQM 8é·F ▓ |
Topic: wsdl generation |
pathipati
Replies: 3 Views: 4310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 11, 2007 3:04 pm Subject: wsdl generation |
Is it possible form the toolkit to do this.
This is not clear now....  |
Topic: wsdl generation |
pathipati
Replies: 3 Views: 4310
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 9:42 am Subject: wsdl generation |
I don't think it is possible to do it using toolkit... |
Topic: WPS Installation help. |
pathipati
Replies: 2 Views: 8604
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sun Jul 08, 2007 10:23 am Subject: WPS Installation help. |
http://www.ibm.com/support/docview.wss?rs=2307&context=SSQH9M&uid=swg27008578 |
Topic: Java method not found |
pathipati
Replies: 6 Views: 13114
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 27, 2007 1:21 pm Subject: Java method not found |
I am also getting the same error though I placed .jar file in shared-classes folder of Broker workpath. Can some one tell me how to fix this? |
Topic: Message Domain Property |
pathipati
Replies: 9 Views: 9378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 23, 2007 7:54 pm Subject: Message Domain Property |
SET OutputRoot.Properties.MessageDomain = 'XML';
How to set MessageDomain property in Java Code? |
Topic: How to pass tnsname in to ESQL INSERT statement? |
pathipati
Replies: 4 Views: 4648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 19, 2007 8:34 am Subject: How to pass tnsname in to ESQL INSERT statement? |
the reason is I am expecting to pass in tns information to my message flow manually/dynamically. I don't have a requirement but I just want to make sure if I can do this or not. |
Topic: How to pass tnsname in to ESQL INSERT statement? |
pathipati
Replies: 4 Views: 4648
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2007 7:56 pm Subject: How to pass tnsname in to ESQL INSERT statement? |
INSERT INTO Database.TABLE1(MSGDATA) VALUES (msgBitStream);
in to above statement what is the format to give serverName:portNumber:sid? (tnsname) |
Topic: How to call a java method from ESQL? |
pathipati
Replies: 3 Views: 6656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2007 6:41 pm Subject: How to call a java method from ESQL? |
Jeff,
Can you please post link to some samples... |
Topic: How to call a java method from ESQL? |
pathipati
Replies: 3 Views: 6656
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 18, 2007 5:49 pm Subject: How to call a java method from ESQL? |
Is it possible to call a java method from ESQL (Compute Node)? If yes how? |