Author |
Message
|
munden101 |
Posted: Wed Apr 20, 2005 9:27 am Post subject: WSADIE (Process Choreographer) - Partner Link Error |
|
|
Novice
Joined: 13 Dec 2004 Posts: 23
|
I'm trying to transform an input message (Interface WSDL) to a external web services (Request WSDL) request message. I'm not sure where to go to resolve this partner link error.
I'm seeing the following error during runtime:
BPEE0062E: The partner link 'TransformPort' cannot be resolved.
Please specify a Service. Choices are: {{http://dinoch.dyndns.org/webservices/books}LookyBookService, {http://tempuri24299.org}transformPortTransformerService} |
|
Back to top |
|
 |
vennela |
Posted: Wed Apr 20, 2005 10:22 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
At what point are you getting this error.
Moving to workflow forum. |
|
Back to top |
|
 |
munden101 |
Posted: Wed Apr 20, 2005 10:26 am Post subject: Partner Link Error |
|
|
Novice
Joined: 13 Dec 2004 Posts: 23
|
I have 3 nodes in my flow...(Receive->Transform->Output)...I'm seeing this error at the transform node. At the tranform node im mapping the user input data to the webservice request input. I noticed that I'm only getting this error when I map data to an external webservice WSDL. |
|
Back to top |
|
 |
munden101 |
Posted: Thu Apr 21, 2005 6:55 am Post subject: Transform Node error |
|
|
Novice
Joined: 13 Dec 2004 Posts: 23
|
It seems as though that I CAN'T use a Transform node to map data to call an external web service. It works fine if I use the Assign node but I can't always use Assign since it can't handle xml schemas. Is this a known problem with Process Choreographer? Any ideas or suggestions...please advise. |
|
Back to top |
|
 |
JLRowe |
Posted: Thu Apr 21, 2005 10:46 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
I can't see why this is not possible, the transform service is just like any other service - just invoke it with an input and a return variable, you don't use assign to do a transform you must invoke it as a service. |
|
Back to top |
|
 |
munden101 |
Posted: Thu Apr 21, 2005 10:58 am Post subject: transform issues |
|
|
Novice
Joined: 13 Dec 2004 Posts: 23
|
I can get the transform service to work if I'm transforming 2 variable that are local to the process (both variables defined in the interface wdsl).....the problem occurs when I transform a local variable to a variable that's defined by an external process (external webservice) |
|
Back to top |
|
 |
munden101 |
Posted: Mon Apr 25, 2005 7:17 am Post subject: partner link 'rm_porttype' cannot be |
|
|
Novice
Joined: 13 Dec 2004 Posts: 23
|
After searching the web I noticed that this is an internal defect for WEBSPHERE BUSINESS INTEGRATION SERVER FOUNDATION V5.1.0 FOR Z/OS. Unfortunately my problem exists on Windows. Do anyone know how to to resolve this in windows? Please help.
I've already applied the latest fix pak (005) for WASDIE 5.1.1
IY64484 Bpee0062e: the partner link 'rm_porttype' cannot be
resolved.
Exception Key Engine.CannotResolvePartnerLink
Error Class class com.ibm.bpe.api.RuntimeFaultException
Error Message BPEE0062E: The partner link
'PrepareCheckCreditRequestPT' cannot be resolved.
Error Class class org.apache.wsif.WSIFException
Error Message Please specify a Service. Choices are:
{{http://controller/RuleAppService/}RuleAppServiceService,
{http://transform/}PrepareCheckCreditRequestPTTransformerService} |
|
Back to top |
|
 |
|