Author |
Message |
Topic:WPS Runtime: XML Parse exception receiving an MQ message |
raghavendrarao5
Replies: 4 Views: 13456
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Apr 21, 2008 2:01 am Subject: WPS Runtime: XML Parse exception receiving an MQ message |
Hello Gayathri,
Yes, the XML is well-formed...The MQ Receive works with a business object input with an input message as follows:
<?xml version="1.0" encoding="UTF-8& ... |
Topic:WPS Runtime: XML Parse exception receiving an MQ message |
raghavendrarao5
Replies: 4 Views: 13456
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Sun Apr 20, 2008 10:13 pm Subject: WPS Runtime: XML Parse exception receiving an MQ message |
Hi,
We are facing an issue when the WID workflow is trying to put a message to MQ queue and get another message from another queue. We are using a single “invoke” action configured to request rep ... |
Topic:[RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
raghavendrarao5
Replies: 5 Views: 12404
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Mar 28, 2008 5:28 am Subject: [RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
This worked after using the "Assign" feature in Process logic instead of adding the code in "Snippet"...assign is a good mapping feature in WPS...
Thanks for the inputs...
R ... |
Topic:JCO_ERROR_FIELD_NOT_FOUND:Field NUMBER not member BAPIRETURN |
raghavendrarao5
Replies: 11 Views: 31499
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Mar 28, 2008 5:23 am Subject: JCO_ERROR_FIELD_NOT_FOUND:Field NUMBER not member BAPIRETURN |
I'm importing the BAPI schema - connecting to the SAP system, as per the adapter user guide.
Here, I use the code page 1100 (for language EN), specifying other parameters such as system no, client ... |
Topic:JCO_ERROR_FIELD_NOT_FOUND:Field NUMBER not member BAPIRETURN |
raghavendrarao5
Replies: 11 Views: 31499
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Mar 27, 2008 1:17 am Subject: JCO_ERROR_FIELD_NOT_FOUND:Field NUMBER not member BAPIRETURN |
Hi
The JCO parameters are provided during build time. Path for libraries such as: 1. sapjco.jar 2. librfc32u.dll...
All other login parameters, etc., were configured as specified in the SAP Adapte ... |
Topic:JCO_ERROR_FIELD_NOT_FOUND:Field NUMBER not member BAPIRETURN |
raghavendrarao5
Replies: 11 Views: 31499
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Mar 26, 2008 2:24 am Subject: JCO_ERROR_FIELD_NOT_FOUND:Field NUMBER not member BAPIRETURN |
This issue is when I try invoking a BAPI. BAPI on the SAP system is getting called, but an issue during runtime - when retrieving the response from SAP...
This is an outbound interface, hence RFC d ... |
Topic:[RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
raghavendrarao5
Replies: 5 Views: 14970
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Mar 20, 2008 5:57 am Subject: [RESOLVED] java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
One step further ...the sapjco.jar path got recognized after the following changes:
1. sapjco.jar added separately under the runtime classpath -> C:\Program Files\IBM\WID61\runtimes\bi_v ... |
Topic:[RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
raghavendrarao5
Replies: 5 Views: 14970
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Mar 17, 2008 1:35 am Subject: [RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
The adapter framework also has the path updated (in the".classpath" file).
Outbound interface component causes this issue:
SCA context:
Interaction: |
Topic:[RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
raghavendrarao5
Replies: 5 Views: 14970
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Sat Mar 15, 2008 4:01 am Subject: [RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
I set the system CLASSPATH variable to the absolute path for sapjco.jar.
I also tried adding the same path in setUpCmdLine.bat -> the WPS startup script.
Still the issue persists -> sapjco ... |
Topic:[RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
raghavendrarao5
Replies: 5 Views: 14970
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Mar 14, 2008 2:21 am Subject: [RESOLVED]java.lang.NoClassDefFoundError:com.sap.mw.jco.JCO |
IBM Websphere Adapter for SAP (IBM: 6.1.0.0_IF03)
Configuration of the SAP adapter worked fine. Was able to connect to the SAP system and import the BAPI definition.
During runtime, following er ... |
Topic:[RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
raghavendrarao5
Replies: 5 Views: 12404
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Feb 20, 2008 10:43 pm Subject: [RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
Unit test resulted in the same error:
1/23/08 17:21:09:684 IST] 00000053 SystemOut O CIUserInfo: com.ibm.ws.bo.impl.BusObjImpl@4d615543 (eClass: com.ibm.ws.bo.impl.BusOb ... |
Topic:[RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
raghavendrarao5
Replies: 5 Views: 12404
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jan 24, 2008 12:42 am Subject: [RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
Today, I tried printing the output onto the console, to see how the complex type was populated.
Following statements resulted in a valid output:
Code snippet:
ciUserInfo is defined a ... |
Topic:[RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
raghavendrarao5
Replies: 5 Views: 12404
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jan 10, 2008 7:05 am Subject: Tried using setDataObject - sending NULL in the SOAP request |
Yesterday we also tried setting the dataObject values in a Java snippet node and sending it as input to the webservice.
Simple types were getting parsed correctly - but the complex types - I mean ... |
Topic:[RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
raghavendrarao5
Replies: 5 Views: 12404
|
Forum:WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jan 10, 2008 7:01 am Subject: [RESOLVED]Invoking a remote webservice via WPS - SOAPFault |
input business objects for a web service call using Websphere Integration Developer.
The following is the RemoteException that is issued:
WebServicesFault
faultCode: (http:// TestExSimpleExc ... |