Author |
Message |
Topic: Webservice Security |
Kjell
Replies: 2 Views: 2738
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 27, 2005 4:28 am Subject: Webservice Security |
Hi
I am setting up a webservice, receiving requests via an HTTP node.
This SOAP request contains a Securitytoken with user-id and password.
Can a message flow use this info to lookup the user in ... |
Topic: WEB Service Call Problem |
Kjell
Replies: 2 Views: 3594
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 27, 2005 4:23 am Subject: WEB Service Call Problem |
Check out the IA81 support pak.
It adresses this issue, and also has example code for how to deal with SOAP faults. |
Topic: Message returned by HTTPReply too short! |
Kjell
Replies: 2 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 09, 2005 10:55 pm Subject: Message returned by HTTPReply too short! |
I'm on CSDE 2 for the broker |
Topic: Message returned by HTTPReply too short! |
Kjell
Replies: 2 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 07, 2005 5:12 am Subject: Message returned by HTTPReply too short! |
Hi
I have a flow that receives a request using an HTTPInput. It puts to a queue using MQOutput. The next flow is receiving the reply using MQInput and puts the message back to the originator using ... |
Topic: CCSID when receiving HTTP-request? |
Kjell
Replies: 3 Views: 4377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 30, 2005 5:15 am Subject: CCSID when receiving HTTP-request? |
I tried to CAST to CHAR using CCSID 1208, but still no difference.
After cast the result is as below:
%3C%3Fxml+version%3D%221.0%22+encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csoap%3AEnvelope++xmlns%3Axsi% ... |
Topic: CCSID when receiving HTTP-request? |
Kjell
Replies: 3 Views: 4377
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 28, 2005 6:47 am Subject: CCSID when receiving HTTP-request? |
Hi,
I have a webservice that is sending an HTTP request to a flow. This flows picks it up using an HTTPInput node.
Now, Message is received as a BLOB and I need to translate it into a character fi ... |
Topic: HTTP Request problems |
Kjell
Replies: 4 Views: 4770
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2005 5:47 am Subject: HTTP Request problems |
I have done this now, but no difference. Still "Internal Server error".
What else can be wrong? |
Topic: HTTP Request problems |
Kjell
Replies: 4 Views: 4770
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2005 12:43 am Subject: HTTP Request problems |
Hi
I have a test-flow that I use to call a webservice-flow on the same broker.
Flow TEST1 reads a message from an MQInput node, adds HTTPRequestheader in a compute node and passes the message to ... |
Topic: Cast TDS to XML and retain tags? |
Kjell
Replies: 10 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 12, 2005 1:12 am Subject: Cast TDS to XML and retain tags? |
No, I am going from TDS to XML, sorry about my blurry description...
The follopwing is happening: I have defined a message set with a Message having TDS and XML physical layers.
The message is str ... |
Topic: Usertrace macro file for Unix? |
Kjell
Replies: 2 Views: 2315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2005 6:49 am Subject: Usertrace macro file for Unix? |
Hi
I have a file called "Usertrace.cmd", obtained at an education session at IBM. This one accepts input from the prompt and then does the mqsichangetrace, mqsireadlog and mqsiformatlog commands.
... |
Topic: Cast TDS to XML and retain tags? |
Kjell
Replies: 10 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 07, 2005 6:01 am Subject: Cast TDS to XML and retain tags? |
I'm modelling my XML.
I cannot have it work.
I have defined an Element called SegLenght and an element called SegNr
. These two ones together form the TDS tag. The value is always '005310' of t ... |
Topic: Cast TDS to XML and retain tags? |
Kjell
Replies: 10 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 02, 2005 4:45 am Subject: Cast TDS to XML and retain tags? |
Thanks for your efforts in supporting me.
I'm not sure I understand how to do the declaration so that something is a Tag in the TDS but appears as an Element in XML after the cast.
Could you pse d ... |
Topic: Cast TDS to XML and retain tags? |
Kjell
Replies: 10 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 02, 2005 12:13 am Subject: Cast TDS to XML and retain tags? |
The problem is not that the tags appear in the XML with the wrong name. The problem is that they do not appear at all.
I have the following def:
Seg01 occurs 1 time.
--Seg11 occurs 0 - 999 t ... |
Topic: TDS Problems |
Kjell
Replies: 4 Views: 4055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 11:58 pm Subject: TDS Problems |
OK I followed your advise but I cannot have it work.
1 I Established a group, composition "choice", validation "closed".
2. I included the child segments in the group.
3. I Added the group to Se ... |
Topic: TDS Problems |
Kjell
Replies: 4 Views: 4055
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 01, 2005 9:54 am Subject: TDS Problems |
Problems again,
I have the following structure.
Seg01
----SegLength 4 ch
----SegNo 2 ch
----field 1 8 ch
----field 2 8 ch
----Seg11 occurs 0 - 4 times
----------- ... |