cancel
Showing results for 
Search instead for 
Did you mean: 

No operation available for request error in SOAP UI

former_member210252
Contributor
0 Kudos

Hi Experts,

From SOAP UI we are passing SESSION ID PO# and Item # to Sales Force. Please see below code

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:draw="http://soap.sforce.com/schemas/class/Draw_Downs_WS">

   <soapenv:Header>

      <draw:AllowFieldTruncationHeader>

         <draw:allowFieldTruncation>?</draw:allowFieldTruncation>

      </draw:AllowFieldTruncationHeader>

      <draw:DebuggingHeader>

         <!--Zero or more repetitions:-->

         <draw:categories>

            <draw:category>?</draw:category>

            <draw:level>?</draw:level>

         </draw:categories>

         <draw:debugLevel>?</draw:debugLevel>

      </draw:DebuggingHeader>

      <draw:CallOptions>

         <draw:client></draw:client>

      </draw:CallOptions>

      <draw:SessionHeader>

         <draw:sessionId>00De0000005NAQx!AQwAQJaZ6un5nVJk.EnVZ_rLiV4rEseAkdNwrJNqGDyzZutAmwe_tbXPsh7rzNORFRup1roEvL5PFIFBb.m9wlSfPmpDHq0n

</draw:sessionId>

      </draw:SessionHeader>

   </soapenv:Header>

   <soapenv:Body>

      <draw:getInvoicesRecords>

         <!--Zero or more repetitions:-->

         <draw:qValues>

            <!--Optional:-->

            <draw:ItemNumber>1</draw:ItemNumber>

            <!--Optional:-->

            <draw:SrmPO>431000315</draw:SrmPO>

         </draw:qValues>

      </draw:getInvoicesRecords>

   </soapenv:Body>

</soapenv:Envelope>

But we are getting the response as below mentioned

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

   <soapenv:Body>

      <soapenv:Fault>

         <faultcode>soapenv:Client</faultcode>

        <faultstring>No operation available for request {http://soap.sforce.com/schemas/class/Draw_Downs_WS}getInvoicesRecords</faultstring>

      </soapenv:Fault>

   </soapenv:Body>

</soapenv:Envelope>

Please suggest if any ideas to rectify this.

Regards,

Rafi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208404
Participant
0 Kudos

Hi Rafi,

1. I am guessing the session ID used in your request is no longer valid when you use it.

2. Are you able to get any response w/o those session IDs. Does the webservice work w/o any values?

Regards

Abhishek


former_member210252
Contributor
0 Kudos

Hi Abhishek,

Thanks for your reply.

The session id is a valid one and it exists up to 2 hours.

Even without values the web serivce I get the same message.

Regards,

Rafi

former_member208404
Participant
0 Kudos

Hi Rafi,

Can you check the RAW version of the response to check if we have any more info in there.

I am guessing the issue is with the webservice. It might not be defined correctly.

Hope it helps!

Abhishek