Author |
Message |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 20, 2008 2:57 am Subject: Exposing WebService in a flow with and calling it with AXIS2 |
OK, If you unwire the Out and Catch terminals, then all exceptions thrown down the flow will be written the the Event/Sys log. If you could do this and post all errors written the the Event/Sys log th ... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 19, 2008 10:20 pm Subject: Exposing WebService in a flow with and calling it with AXIS2 |
Well try having a look in the event / syslog to see if there are any exceptions there. If there are, please post them all here.
I have already seen this logs, but they don't tell me more than the ... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 16, 2008 4:31 am Subject: Exposing WebService in a flow with and calling it with AXIS2 |
Thank you mgk,
The problem is that I don't know where can't I see this error
When I debug the flow, I can see more information than "SOAP parser error".......... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 16, 2008 1:04 am Subject: Exposing WebService in a flow with and calling it with AXIS2 |
Thank you mgk!
I'm still not sure why you think the error is caused by the SOAPParser. Perhaps you could explain that as well?
It is normally thrown if the incoming mesage has not SOAPBody or SOAP ... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 15, 2008 10:36 pm Subject: Exposing WebService in a flow with and calling it with AXIS2 |
My flow looks like this:
SOAP Input node --------subflow with SOAP extract node-------- another nodes...
When I receive the message in the SOAP Input node, The message looks like this:
Mess ... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 15, 2008 4:45 am Subject: Exposing WebService in a flow with and calling it with AXIS2 |
Thanks for the reply mgk.
This is the wsdl:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:s ... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 15, 2008 3:33 am Subject: Exposing WebService in a flow with and calling it with AXIS2 |
Also if I run the "Asynchronous Consumer sample" sample, I get the SOAP parser error....... |
Topic: Exposing WebService in a flow with and calling it with AXIS2 |
hbilbao
Replies: 15 Views: 11591
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 15, 2008 12:01 am Subject: Exposing WebService in a flow with and calling it with AXIS2 |
Hi,
I'm trying to expose a webservice in a messageflow. I do the following steps:
1- Create a WSDL flOw with the toolkit wizard.
2- Create a new message definition file from this WSDL to deploy iy ... |
Topic: Convert Property inside MQ Input node in MB 6.1 |
hbilbao
Replies: 3 Views: 3972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 14, 2008 11:52 pm Subject: Convert Property inside MQ Input node in MB 6.1 |
If I try to do the conversion of CodedCharSetId in the MQInput node the flow fails, and if I do it in a compute node everything goes well. Is not the same? |