Author |
Message |
Topic: Dynamically load a JAR in a Java compute node |
mehdiK
Replies: 15 Views: 8178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 23, 2013 9:40 am Subject: Dynamically load a JAR in a Java compute node |
I've just noticed about the method's signature, how am I supposed to know it..
whatIsTheAnswer = McintWebservicesSEI.getMethod("whatIsTheAnswer", new Class[] {String.class ... |
Topic: Dynamically load a JAR in a Java compute node |
mehdiK
Replies: 15 Views: 8178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 23, 2013 7:35 am Subject: Dynamically load a JAR in a Java compute node |
The full process is :
When a agent creates a form (with a specific ID) in IBM Forms, a wsdl and a Jar are generated and stored in the disc in a directory which it's name is the form's ID, the jar c ... |
Topic: Convert xml message to SOAP message (SOAP Request) |
mehdiK
Replies: 9 Views: 13617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 23, 2013 4:08 am Subject: Convert xml message to SOAP message (SOAP Request) |
Hello,
I have the following flow :
HTTPInput -> Java Compute -> SOAPRequest -> SOAPExtract -> HTTPReply
What I want to do is, get a message via HTTPInput node, convert it in the ... |
Topic: Dynamically load a JAR in a Java compute node |
mehdiK
Replies: 15 Views: 8178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 22, 2013 9:31 am Subject: Dynamically load a JAR in a Java compute node |
I'm learning about SOAP Request node, but I've succeeded to load dynamically the jar which contains the proxy classes of the WebService Client and consume a Webservice.
Here's the code :
String ... |
Topic: Dynamically load a JAR in a Java compute node |
mehdiK
Replies: 15 Views: 8178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 19, 2013 8:47 am Subject: Dynamically load a JAR in a Java compute node |
Thank you.
I understand what you said about SOAPRequest.
The process is : IBM Forms creates a form and when it submitted and published it generates a WSDL File in a folder, and the broker recei ... |
Topic: Dynamically load a JAR in a Java compute node |
mehdiK
Replies: 15 Views: 8178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 19, 2013 8:23 am Subject: Dynamically load a JAR in a Java compute node |
Thank you.
But the SOAPRequest needs a setted WSDL, but I don't have a setted one, I may have many WSDL in a directory which are created dynamically by the external service.
SOAPRequest could do ... |
Topic: Dynamically load a JAR in a Java compute node |
mehdiK
Replies: 15 Views: 8178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 19, 2013 8:16 am Subject: Dynamically load a JAR in a Java compute node |
Hello,
I have an external service which generates a WSDL file, After that a jar is generated (Client Proxy classes) and I have to implement the client which will load dynamically the jar to the cl ... |
Topic: Java Node accessing additional JAR files. |
mehdiK
Replies: 17 Views: 21596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 11, 2013 11:27 am Subject: Java Node accessing additional JAR files. |
Hahahahaha
Thank you Vitor. |
Topic: Java Node accessing additional JAR files. |
mehdiK
Replies: 17 Views: 21596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 11, 2013 11:13 am Subject: Java Node accessing additional JAR files. |
Thank you,
So what do you recommend me to do ? |
Topic: Java Node accessing additional JAR files. |
mehdiK
Replies: 17 Views: 21596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 11, 2013 10:53 am Subject: Java Node accessing additional JAR files. |
Hello,
I'm using WMB8 and I have to add an external java api to the WMB project.
And it's supposed to be used on the Java Compute Node.
I did like what you said, I have added the Api Jar in all ... |
Topic: HTTPRequest Basic authentication failed |
mehdiK
Replies: 79 Views: 33867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 02, 2013 6:57 am Subject: HTTPRequest Basic authentication failed |
Thank you rekarm.
Yes, I notice that the input and output message are formatted differently. Here's the InputMessage :
(0x01000000:Folder):XMLNSC = ( ['xmlnsc ... |
Topic: HTTPRequest Basic authentication failed |
mehdiK
Replies: 79 Views: 33867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 01, 2013 3:47 am Subject: HTTPRequest Basic authentication failed |
Or do I have to use a MIME parser in addition to the XMLNSC parser ?
When I use only the MIME parser for the HTTPRequest and the HTTPInput node of the external service it gives me a 401 Error.
... |
Topic: HTTPRequest Basic authentication failed |
mehdiK
Replies: 79 Views: 33867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 01, 2013 1:45 am Subject: HTTPRequest Basic authentication failed |
Thank you for your interest.
here's the log before of the HTTPRequest,
( ['WSRoot' : 0xb426470]
(0x01000000:Name ):Properties = ( ['WSPROPERTY ... |
Topic: HTTPRequest Basic authentication failed |
mehdiK
Replies: 79 Views: 33867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 31, 2013 5:03 am Subject: HTTPRequest Basic authentication failed |
Thank you !
yes I noticed that
But in the WAS log (I've granted finally access to the logs) : it tells me that the server doesn't receive any message.
here's the WAS concerned log :
0 ... |
Topic: HTTPRequest Basic authentication failed |
mehdiK
Replies: 79 Views: 33867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 29, 2013 8:53 am Subject: HTTPRequest Basic authentication failed |
Thank you all..
I'm going to give up. Despite all of what I did It's still doesn't working.
The default_propagation property is set but now it gives me the 500error.. and doesn't recognize the xml ... |