[Users] namespaces conflict

flaborde fabrice.laborde at gmail.com
Wed Mar 16 10:54:41 CET 2011


i'm not a bpel expert, 

taking problem from basic jbi user point of view : operation should be associated on jbi component abstract wsdl namespace. 
Currently, petals-se-bpel is complaining about "startCrawlArg" namespace : "http://www.w3.org/2000/xmlns/". I think this namespace may be tns of your bpel file.

My advice would be : 
use a fully qualified operation (example assuming crawl namespace is "http://crawlnamespace")


Code:
<bpel:invoke name="InvokeFC" partnerLink="Crawling" operation="crawl:startCrawl" inputVariable="CrawlingRequest" outputVariable="CrawlingResponse" portType="ns4:FolderCrawling" xmlns:crawl"http://crawlnamespace"></bpel:invoke>



Note : ns4 namespace probably refer on the good operation namespace.

If this test does not show immediate solution, it will generate differente trace and maybe help to investigate.

Anyway could you post content of wsdl defining "startCrawlArg" operation and your bpel file ?




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30650#30650

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/95755dfb/attachment.htm>


More information about the Users mailing list