[Users] Component Development : LDAP Component

Carine OB petals-components at ebmwebsourcing.com
Wed Mar 16 10:27:30 CET 2011


Hi,

Thank you for your answer.

You were right :)

I made a mistake in my WSDL file :
-> In my jbi.xml, namespace was : "http://www.openbridge.fr/obldap"
-> In my wsdl, namespace was : "http://www.openbridge.fr/obldap/"

And I made a mistake in my jbi files :
-> In jbi.xml file, namespace was : "http://www.openbridge.fr/obldap"
 service-name="obldap:OblapService"
 endpoint-name="OblapEndpoint"
-> In my wsdl, namespace was : "http://www.openbridge.fr/obldap/"
 <wsdl:service name="ObldapService">
  <soap:address location="ObldapEndpoint"/>

So, there is no more Exception.

But, I still have an error to retrieve SOAP message :

Code:
Document inputDocument = exchange.getInMessageContentAsDocument();
getLogger().info("Input Message is...");
getLogger().info(inputDocument.toString());
getLogger().info("Content is...");
getLogger().info(inputDocument.getTextContent());
getLogger().info("Input Message end");


This code output is :

Code:
[petals.container.components.openbridge-bc-ldap]-INFO 2009-02-12 13:49:36,744 Input Message is...
[petals.container.components.openbridge-bc-ldap]-INFO 2009-02-12 13:49:36,745 [#document: null]
[petals.container.components.openbridge-bc-ldap]-INFO 2009-02-12 13:49:36,746 Content is...
[petals.container.components.openbridge-bc-ldap]-INFO 2009-02-12 13:49:36,748 null
[petals.container.components.openbridge-bc-ldap]-INFO 2009-02-12 13:49:36,750 Input Message end



			

Thanks you !
Carine




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

Read this forum topic online here:
http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=499#499

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


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


More information about the Users mailing list