Author |
Message |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 07, 2009 2:40 pm Subject: syslog |
I have checked syslog and it showing same error.
Moreover it looks like mapping is generated as I am seeing message being created after mapping node while debugging. |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 07, 2009 1:07 pm Subject: errro message |
Ok now I am using mapping as per sample given below:
http://www.ibm.com/developerworks/webservices/library/ws-soapnode2/
But I am using submap to map and while creating message I am getting follow ... |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 06, 2009 4:53 pm Subject: rpc to document based message creation through ESQL |
I have changed my design now and using mapping node. I can post error details by tomorrow. |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 06, 2009 12:46 pm Subject: creating soap message |
The problem is creating soap message. Since I am not able to create soap message it gives me an error BIP311E.
Any idea how to create a soap message for the sample message I have posted. |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 06, 2009 10:06 am Subject: name space |
ok here is what I found when I tried to look at XML1 of document based wsdl it says
namespace URI:Test.abc.com and prefix tns
while for the RpC based wsdl I found different namespaces with diffe ... |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 06, 2009 9:45 am Subject: wsdls are in different namespace |
how to check wsdls are in different name space or not? |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 05, 2009 11:02 pm Subject: target document based soap request |
FYI, I am trying to create following document literal based request from incoming rpc based request. And as mentioned I am able to read the rpc request.
<soapenv:Envelope xmlns:soapenv=& ... |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 05, 2009 9:25 pm Subject: soap body |
1. There is nothing interesting message headers.
2. The code reference exist as part of soaprequest wsdl but not as a part of soapinput. Soapinput refer to different wsdl and as I mentioned my previo ... |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 05, 2009 6:41 pm Subject: my ESQL |
My ESQL looks as follows. In that I am able to read input soap message, but when I tried to create output reference it says unresolvable message reference. So the problem is compute node recognizes ws ... |
Topic: rpc to document based message creation through ESQL |
broker sycho
Replies: 17 Views: 13276
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 05, 2009 5:52 pm Subject: rpc to document based message creation through ESQL |
We have a requirement to support two wsdls, rpc based and document based.
Our organization internally has rpc based wsdl while producer has document based wsdl. So we are building an interface in w ... |