Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » Passing partition ID info via WS-A addressing
Passing partition ID info via WS-A addressing [message #949452] Fri, 19 October 2012 01:56 Go to next message
Robert Emsbach is currently offline Robert EmsbachFriend
Messages: 186
Registered: October 2011
Location: Singapore
Senior Member

Can you please tell me from SOAP UI perspective, how do I pass in the partition ID info via WS-A addressing tab?

I'm particular on what field on the screen need to be populated to supply the partition ID? Is that 'ReplyTo Reference Parameters"? if so, how do I pass it in? what's the format?
Re: Passing partition ID info via WS-A addressing [message #949453 is a reply to message #949452] Fri, 19 October 2012 01:57 Go to previous message
Robert Emsbach is currently offline Robert EmsbachFriend
Messages: 186
Registered: October 2011
Location: Singapore
Senior Member

Hi,

You can set the partition, domain and realm in the SOAP UI Request (message header), sample request below, doc section has a quick reference

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Header>
<To xmlns="http://www.w3.org/2005/08/addressing">http://localhost:9890/ipp-portal/services/soap/WorkflowServiceHttpBasicAuth</To>
<Action xmlns="http://www.w3.org/2005/08/addressing">startProcess</Action>
<ReplyTo xmlns="http://www.w3.org/2005/08/addressing">
<Address>http://www.w3.org/2005/08/addressing/anonymous</Address>
</ReplyTo>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">uuid:38eca486-1905-4623-9470-465d50f3c595</MessageID>
<infinity-bpm-realm xmlns="http://infinity.com/bpm/ws/v2009a/api" xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="1">carnot</infinity-bpm-realm>
<infinity-bpm-partition xmlns="http://infinity.com/bpm/ws/v2009a/api" xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="1">default</infinity-bpm-partition>
<infinity-bpm-domain xmlns="http://infinity.com/bpm/ws/v2009a/api" xmlns:wsa="http://www.w3.org/2005/08/addressing" wsa:IsReferenceParameter="1">default</infinity-bpm-domain>
</S:Header>

<S:Body>
<startProcess xmlns="http://infinity.com/bpm/ws/v2009a/api" xmlns:ns2="http://infinity.com/bpm/ws/v2009a/api/query">
<processId>{SimpleModel}Process1</processId>
<parameters>
<parameter><name>StringData</name>
<type xmlns:xs="http://www.w3.org/2001/XMLSchema">xs:string</type>
<primitive>Hello World</primitive>
</parameter></parameters>
<startSynchronously>true</startSynchronously>
</startProcess></S:Body>
</soapenv:Envelope>

https://infinity.sungard.com/documentation/ipp/7.0/index.jsp?topic=/org.eclipse.stardust.docs.dev/html/handbooks/programming/pg-process-interface-invocation.htm

Previous Topic:Sporadic NPEs thrown while parsing Camel Spring configuration during server startup
Next Topic:Migration of Participants
Goto Forum:
  


Current Time: Fri Apr 19 00:31:04 GMT 2024

Powered by FUDForum. Page generated in 0.02049 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top