Author |
Message
|
mq_quest1 |
Posted: Mon May 14, 2007 1:37 pm Post subject: web service sample... help!! |
|
|
Novice
Joined: 11 May 2007 Posts: 15
|
Is ther anyone who hav succesfully tested the ia9m sample , by following the ia9m.pdf ???
I am failry new at MB and would appreciate any input a lot!!!
Thanks in advance.... |
|
Back to top |
|
 |
pathipati |
Posted: Mon May 14, 2007 6:14 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
post the link that .pdf.  |
|
Back to top |
|
 |
mq_quest1 |
Posted: Tue May 15, 2007 1:30 am Post subject: the link to the pdf |
|
|
Novice
Joined: 11 May 2007 Posts: 15
|
http://www-1.ibm.com/support/docview.wss?uid=swg24014182
this is the link for the pdf...
I can deploy and test it using the test client...and this is the msg I am getting..
----------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
- <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <SOAP-ENV:Body>
- <SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>BIP3113E: Exception detected in message flow ws__OrderService (broker BROKER1)</faultstring>
<faultactor>HTTP:/acmeOrders/ProcessOrder</faultactor>
- <detail>
<text>Exception. BIP2230E: Error detected whilst processing a message in node 'PurchaseOrderFlow.ws__OrderService_ExtractMsgBody.ws__Extract_wsdlOper'. : F:\build\S600_P\src\DataFlowEngine\PluginInterface\ImbJniNode.cpp: 926: ImbJniNode::evaluate: ComIbmJniNode: PurchaseOrderFlow#FCMComposite_1_2.gen/OrderService_Gen_Front_Subflow#FCMComposite_1_1 BIP4367E: The method ''evaluate'' in Java node ''ws__OrderService_ExtractMsgBody.ws__Extract_wsdlOper'' has thrown the following exception: 'java.lang.RuntimeException: A message using an incorrect parser (WSINPHDR) was detected in node: ws__OrderService_ExtractMsgBody.ws__Extract_wsdlOper'. : F:\build\S600_P\src\DataFlowEngine\PluginInterface\com_ibm_broker_plugin_CMbService.cpp: 1631: ImbJavaExceptionUtils::throwableToNativeException: : BIP4395E: Java exception: ''java.lang.RuntimeException''; thrown from class name: ''com.ibm.broker.soap.SoapExtractNode'', method name: ''removeSOAPEnvelope'', file: ''SoapExtractNode.java'', line: '182' : F:\build\S600_P\src\DataFlowEngine\PluginInterface\com_ibm_broker_plugin_CMbService.cpp: 1649: ImbJavaExceptionUtils::throwableToNativeException: :</text>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--------------------------------------------------------------------------
When I try posting thru XMLSPY it tell me HTTP POST cannot be done on localhost.. error 404..
Can anyone please point out what I am doing wrong...
Any input is appreciated....
Thanks in advance... |
|
Back to top |
|
 |
hoyski |
Posted: Tue May 22, 2007 4:43 am Post subject: |
|
|
Newbie
Joined: 22 May 2007 Posts: 3
|
Hello -
Were you able to figure out a way around this problem? I'm receiving the exact same error message when trying to run a simple "hello world" web service.
Thanks |
|
Back to top |
|
 |
mq_quest1 |
Posted: Tue May 22, 2007 5:19 am Post subject: web service |
|
|
Novice
Joined: 11 May 2007 Posts: 15
|
hi hoyski,
this problem luked like a random error for me.. coz i was able to get the output using another wsdl ...also I used xmlspy to test rather than the in-built test cleint...
try deploying again after removing the previous deployment.... |
|
Back to top |
|
 |
sstubble |
Posted: Tue May 22, 2007 7:32 am Post subject: |
|
|
Novice
Joined: 09 Dec 2005 Posts: 20
|
I'm assuming that you've created/changed your broker. specifying the HTTPListener port. |
|
Back to top |
|
 |
mq_quest1 |
Posted: Tue May 22, 2007 7:40 am Post subject: borker |
|
|
Novice
Joined: 11 May 2007 Posts: 15
|
i did not change the broker settings.. the listener was 7080 by default..
also the ia9m wchich is the IBM example never worked for me either.
I implemneted another simple web service which tested sucessfully thru XMLSPY |
|
Back to top |
|
 |
|