Thursday, July 15, 2010

How to create Inbound Web Service in Siebel?

In the last post, we talked about creating an Outbound Web Service in Siebel where we receives the WSDL file from other system and consume it into Siebel Tools to generate necessary artifacts.

Today I found a very nice tutorial for creating an Inbound Web Service in Siebel. In this post you will find how to publish the WSDL from Siebel and let the outside world do data manipulation inside Siebel.

You can easily find it at the below links:

http://st-curriculum.oracle.com/obe/fmw/soa_apps_integ/10g/10_132_siebel/siebel.htm

http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/soa_apps_integ/10g/10_132_siebel/siebel.htm


At the end of above tutorial, you will be generating the WSDL file from Siebel thin client which need to provide to other system to test the Inbound Web Service you created. Please refer the following post for testing the WSDL:


Test WSDL


8 comments:

  1. how update my web service ???

    ReplyDelete
  2. The links not showing the Training I guess.. If you post the original material, it would help all..

    ReplyDelete
    Replies
    1. Hi Anonymous,

      Thank You for pointing it out. The new link for the tutorial is:

      http://st-curriculum.oracle.com/obe/fmw/soa_apps_integ/10g/10_132_siebel/siebel.htm

      I have updated in the post as well.

      Regards
      Gaurav

      Delete
    2. Gaurav,

      Thanks for this tutorial. One question I have is after creating the Inbound Web Service, how do I create a Service Port where the address is an https and not http?
      I've tried to do it and get the fault code: SOAP-ENV:Client and the faultstring: Supplied input is not well formed or does not contain the expected data.(SBL-EAI-00137). There are two errors. 1. IDS_EAI_WS_BAD_XML_DOCUMENT. 2. IDS_XMLCNV_ERR_EMPTYMSG.

      I'm very new to this so I appreciate your help.

      Delete
    3. Hi Bruce,

      Creation of service port is same, please refer the ID:761428.1 on supportweb for this error.

      Cheers
      Gaurav

      Delete
    4. This link is not working.
      http://st-curriculum.oracle.com/obe/fmw/soa_apps_integ/10g/10_132_siebel/siebel.htm

      Do you have any back fro its content?

      Delete
    5. try this:
      http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/soa_apps_integ/10g/10_132_siebel/siebel.htm

      Delete
  3. Hi Gaurav,
    i am also getting same error but error codes are different.
    Kindly suggest.


    SBL-EAI-00137
    IDS_EAI_WS_BAD_XML_DOCUMENT
    Supplied input is not well formed or does not contain the expected data.(SBL-EAI-00137)


    SBL-EAI-00247
    IDS_XMLCNV_ERR_FTLPARSE
    Fatal Error in XML Parser at line 23, column 20: The input ended before all started tags were ended. Last tag started was 'SOAP:Envelope'(SBL-EAI-00247)


    ReplyDelete