rchawdhari 0 Light Poster

Hi everyone,
I have to integrate SOAP api using SAVON gem
When I am calling url it gives reponse and operations too
But When I call methods and posting data it gives me error

    client = Savon.client(wsdl:"http://netconnect.bluedart.com/Demo/ShippingAPI/WayBill/WayBillGeneration.svc?wsdl")
    client.operations
    => [:generate_way_bill, :import_data, :cancel_waybill]

     client.call(:generate_way_bill, message: data)
    =>

The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.