Results 1 to 1 of 1

Thread: How to call Operation in Spring-ws

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Location
    INDIA
    Posts
    1

    Default How to call Operation in Spring-ws

    I am using Spring-Web Service Client to Call Siebel Web Service. Spring-WS creates WSDL operation for all messages that end with the defined request or response suffix.(i.e EchoRequest to Echo operation ).
    In my Web service operation Name is = "OrderDetailQueryPage" and request Name is "OrderDetailQueryPage_Input" . By default OrderDetailQueryPage_Input operation is called in by Spring web service client . Which gives me following exception.

    org.springframework.ws.soap.client.SoapFaultClient Exception: There is no active Web Service with operation named 'http://siebel.com/OrderManagement/Order/Details:OrderDetailQueryPage_Input'.(SBL-EAI-04313)

    I need your help to identify how to specify the operation name in client side (i,e Axis web-service - has Call.setOperation )

    Thanks in Advance

    Best Regards
    Pushp Wadhwa
    Last edited by wadhwapushp; Nov 15th, 2010 at 03:11 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •