CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

Attachment Webservices

edited Oct 30, 2013 3:29AM in CRM On Demand - Web Services Integration (MOSC) 4 commentsAnswered
Hello,
I'm trying to play with a basic webservice to insert an attachment (URL) via a web service.

My syntax is below.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:ns="urn:crmondemand/ws/ecbs/servicerequest/10/2004" xmlns:data="urn:/crmondemand/xml/ServiceRequest/Data">
   <soapenv:Header>
    <wsse:Security soapenv:mustUnderstand="1">
    <wsse:UsernameToken>
        <wsse:Username>sampleusername</wsse:Username>
        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">samplepassword</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <ns:ServiceRequestInsert_Input>
         <data:ListOfServiceRequest>
            <!--Zero or more repetitions:-->

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center