Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

how to invoke WSDL operation through SOAP UI (9 Comments)

$
0
0

Topic by Prabhat Ranjan

Hi I am new for the RightNow WebService API for SOAP

Can anybody help me how to invoke the operation through SOAP UI.

When i try to invoke the "Create" operation through SOAP UI...

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="urn:messages.ws.rightnow.com/v1" xmlns:v11="urn:base.ws.rightnow.com/v1">
   <soapenv:Header>
      <v1:ClientInfoHeader>
         <v1:AppID>100</v1:AppID>
      </v1:ClientInfoHeader>
   </soapenv:Header>
   <soapenv:Body>
      <v1:Create>
         <!--1 or more repetitions:-->
         <v1:RNObjects>
            <!--Optional:-->
            <v11:ID id="1111"/>
            <!--Optional:-->
            <v11:CreatedTime>?</v11:CreatedTime>
            <!--Optional:-->
            <v11:UpdatedTime>?</v11:UpdatedTime>
         </v1:RNObjects>
         <!--Optional:-->
         <v1:ProcessingOptions>
            <v1:SuppressExternalEvents>12</v1:SuppressExternalEvents>
            <v1:SuppressRules>111</v1:SuppressRules>
         </v1:ProcessingOptions>
      </v1:Create>
   </soapenv:Body>
</soapenv:Envelope>

 

when i invoke this into this URL https://castiron1005.rightnowdemo.com/cgi-bin/castiron1005.cfg/services/soap?wsdl=typed

the reponse i am getting is

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>Service Not Found</faultstring>
         <detail>
            <Exception>Service Not Found, Endpoint referance address is http://castiron1005.rightnowdemo.com:80/cgi-bin/castiron1005.cfg/services/soap?wsdl=typed and wsa actions is (null)</Exception>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

is there any problem with location???

Can any body help me how to invoke to get the correct reponse..

Appreciate for your resposne

 

Thanks

Prabhat


Viewing all articles
Browse latest Browse all 2504

Trending Articles