Does COPY.ASMX support MTOM?

Hi,
We have a requirement to receive large files (approx 10 megs) in our SharePoint 2010 farm via the copy.asmx web service. Our company uses an Enterprise Service Bus product from IBM called Data Power that allows the transmittal of large files via MTOM.
The way this works is that the consumer calls the web service from Data Power, which then calls copy.asmx from SharePoint. The point of having Data Power in the middle of the web service call is that it provides administrative services like auditing and
alerting.
So my question is, does copy.asmx support MTOM? Our SharePoint developers do not have experience with MTOM but if copy.asmx DOES support MTOM I can get a developer who is familiar with it.
Thanks in advance for your time.
Kathryn Buraczynski
Buraczynski

I didn't think so, but when I look at the web.config, it *does* appear that MTOM is available using the endpoints addresses:
 CellStorageService, which supports the StreamBinding binding
 CellStorageServiceBasic, which supports the StreamBindingBasic binding
 CellStorageServiceDigest, which supports the StreamBindingDigest binding
 CellStorageServiceNtlm, which supports the StreamBindingNtlm binding
 CellStorageServiceHttps, which supports the StreamBindingHttps binding
 CellStorageServiceHttpsBasic, which supports the StreamBindingHttpsBasic binding
 CellStorageServiceHttpsDigest, which supports the StreamBindingHttpsDigest binding
 CellStorageServiceHttpsNtlm, which supports the StreamBindingHttpsNtlm binding
Scott Brickey
MCTS, MCPD, MCITP
www.sbrickey.com
Strategic Data Systems - for all your SharePoint needs

Similar Messages

  • Does Nokia c5 supports text copy paste feature

    Friends i had recently bought a nokia c5 mobile phone and i wants to know that does this phone supports TEXT COPY AND PASTE FEATURE? Its urgent, plz reply. Thanks

    Once U have Selected the text keep pressing the # Key and pree the Left Soft Key to Copy The Text...
    To past the text in any text editor press and hold the # key and press Right Soft Key...
    # key plus Navigation keys also helps in removing the long texts... Just select the text and press C... Its faster than Using Delete Button to remove text..

  • Does BPEL support MTOM?

    Does BPEL from 11g / Jdev / SOA support MTOM?
    I need to know this before spending to much time as I need to call an external service that supports MTOM and the ideal situation would be to receive the attachment as MTOM from BPEL and pass it on to the external webservice as MTOM.
    Edited by: user9976753 on Aug 24, 2009 8:56 AM

    Hi,
    I think I have figured out how to enable mtom on the BPEL service through Jdeveloper. It looks like when I add the mtom-encoding binding property with a value of true to the bpelprocess1_client_ep node under the *.bpel design view, the WSDL that is generated at run time contains this:
    <wsp:Policy xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsmtom_policy" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
    <wsoma:OptimizedMimeSerialization xmlns:wsoma="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization" xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"/>
    </wsp:Policy>
    and this:
    <wsp:PolicyReference xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" URI="#wsmtom_policy" wsdl:required="false"/>
    My question is, since the WSDL contains wsdl:required="false", how do I test MTOM through EM console?
    The EM console only contains "WSDL Default", "None" and "Custom" options for testing MTOM and if I choose "WSDL Default" it does not use MTOM, I think because "wsdl:required" is set to false in the WSDL, meaning MTOM and non MTOM attachments are valid, and there appears to be no way to change wsdl:required="true" from JDeveloper since this entry in the WSDL is really generated at runtime. I have searched for another option in JDevloper to switch the value to wsdl:required="true" with no luck. I think I am fine with wsdl:required="false" as long as I can figure out a way to force use of MTOM in the testing utility inside the EM console. How do you guys test this?
    Edited by: user9976753 on Sep 8, 2009 7:15 AM

  • Using CopyIntoItems from Copy.asmx from a remote soap client

    Hello,
    I have been working on a soap client that runs on a remote client (not on the SharePoint server) and is platform-independent so that it cannot use the SP Object Model. I have managed to get most of the functionality working using SharePoint web-services except for CopyIntoItems.
    My target server is a SharePoint 2007 server and I have a Document Library set up so I can upload files into it.
    My soap request looks as follows.
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>
    <CopyIntoItems xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    <SourceUrl>http://null</SourceUrl>
    <DestinationUrls>
    <string>http://shpt.ad2010.local:35492/sites/targetsubsite/Test List/hello.txt</string>
    </DestinationUrls>
    <Fields>
    <FieldInformation Type="Text" DisplayName="Test Column2" InternalName="Test_x0020_Column20" Id="{8c35c0ca-d578-47fd-b7f3-aed199141c86}" Value="Value 0" />
    <FieldInformation Type="Text" DisplayName="Test Column3" InternalName="Test_x0020_Column30" Id="{6c0d3fe3-4f0d-4cff-997b-201747f83315}" Value="Value 1" />
    </Fields>
    <Stream>WW91IHNheSBoZWxsbywgSSBzYXkgZ29vZGJ5ZQ==
    </Stream>
    </CopyIntoItems>
    </soap:Body>
    </soap:Envelope>
    The URL I am invoking this on is: http://shpt.ad2010.local:35492/sites/targetsubsite/_vti_bin/Copy.asmx
    The response I get back is as follows:
    <?xml version="1.0" ?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
    <CopyIntoItemsResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    <CopyIntoItemsResult>
    0
    </CopyIntoItemsResult>
    <Results>
    <CopyResult DestinationUrl="http://shpt.ad2010.local:35492/sites/targetsubsite/Test List/hello.txt" ErrorCode="DestinationInvalid" ErrorMessage="The Copy web service method must be called on the same domain that contains the destination url."/>
    </Results>
    </CopyIntoItemsResponse>
    </soap:Body>
    </soap:Envelope>
    I am unable to find any help on the error mentioned here. I have tried setting the source URL to something valid (I have to make it up because there really is no source URL as I copy from the remote client).
    I wonder if I can even use the CopyIntoItems request (or the Copy web-service as a whole) from a remote soap client, and whether it was only meant to be used for copies between SharePoint Sites. Any clues are much appreciated.

    I am trying to use the copy.asmx service to upload a file from a custom sharepoint form into a document library, and I can only use javascript with jquery. (no visual studio)
    I have a similar soap envelope.
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body>
    <CopyIntoItems xmlns="http://schemas.microsoft.com/sharepoint/soap/">
    <SourceUrl>C://dir/file.txt</SourceUrl>
    <DestinationUrls>
    <string>http://[server]/sites/subsite/Demo List/sample.txt</string>
    </DestinationUrls>
    <Fields>
    <FieldInformation Type="Text" DisplayName="Title" InternalName="Title" Id="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Value="Test Value" />
    </Fields>
    <Stream>base64Binary</Stream>
    </CopyIntoItems>
    </soap:Body>
    </soap:Envelope>
    I'm getting a 500 "internal server error" back.
    Can anyone see what I'm doing wrong ?
    Kris Blair

  • Why does copy and paste always convert to arial 10 in firefox?

    I use a web based email and auto responder system. In the past I have been able to create a document in word and then copy and paste the content into a template. The font and size, style and color would save in the document as they were in word. Now when I do the same thing, they are converted to arial 10 black.
    why is that and why does firefox not support other fonts?

    You can paste in any track you want, make sure the track is selected first before you paste.
    Or Alt drag to any track without selecting the track first or even to a new track.

  • Does NOKIA 6230 Support themes?

    Does NOKIA 6230 Support themes?
    * )if yes kindly tell me how? & whats it type??does it need any program ???!!
    *) if noo thx alot?

    Why does the Malaysian Nokia website say that a 6300 supports wma when the uk one says it doesn't?
    Nokia Music Manager doesn't have support for WMA. So how then do you copy wma music to the phone?
    My version of Nokia Music Manager has an option to search my PC for music, but doesn't find anything! I have some MP3 and mostly WMA. With MP3 selected it still doesn't find anything.
    My experience with Nokia Suite over the past 6 years is less than favourable. Any free alternatives out there?
    Do I have to get a Micro SD to SD converter and copy the files to the Micro SD card to get it to work?
    Software supplied is not exactly slick!

  • Convert SPFieldType to Copy.asmx FieldType

    How do you convert a SPFieldType to a Copy.asmx FieldType?
    I'm trying something like this, but with zero luck.
    fieldInfo = new CopyWebServ.FieldInformation();
    SPFieldType spType = item.Fields[sConfigField].Type;
    fieldInfo.Type = spType;
    Error:
    Cannot implicitly convert type 'Microsoft.SharePoint.SPFieldType' to 'projectName.CopyWebServ.FieldType'. An explicit conversion exists (are you missing a cast?)
    www.SharePointed.com

    Hi,
    Please try to use the code line below:
    fieldInfo.Type = (FieldType)spType;
    If you want to use the Copy.asmx web service, we need to use FieldType Enumeration to set the FieldInformation.Type.
    http://msdn.microsoft.com/en-us/library/copy.fieldtype(v=office.12).aspx
    Here is an example for your reference:
    http://blog.jordanhopfner.com/2012/05/02/upload-a-file-to-sharepoint-2010-using-c-and-the-sharepoint-web-service/
    If your code runs at in SharePoint server, I suggest you use Server Object Model to meet your requirement.
    http://www.c-sharpcorner.com/Blogs/10493/programmatically-copy-items-from-one-list-to-another-in-shar.aspx
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Does Exchange 2007 support dynamic disk

    We have Exchange 2007 SP3 installed on Windows 2008 Std edition.  it is a virtual machine.
    We have disk space issue on couple of drives. We are planning to expand the disk.
    All the disk are in BASIC mode. I want to know does Exxhange 2007 support Dynamic disk and does it allows to convert BASIC disk to dynamic disk and extend the drive. Please suggest.
    Thanks
    Srinivas

    Yes, it is supported to have mailbox database on Dynamic Disk (except it is single copy cluster)
    Partition Design - http://technet.microsoft.com/en-us/library/bb738145(v=EXCHG.80).aspx
    However I won't convert the disk from basic to dynamic while database is on the drive. Suggest you to dismount the DB, move it to a temp location, convert the disk, move the database back and mount the DBs...

  • Does iMovie 11 support native AVCHD (.mts) files?

    Native AVCHD file support is the first thing I expected for the new iMovie. Does iMovie 11 support native AVCHD (.mts) files? Or it has the same painful way of importing and converting AVCHD files to the other format like iMovie 09?
    Is there any improvements for AVCHD file supports in iMovie 11?

    I don't think it does. I picked up a copy this afternoon after the keynote (I like the way that Apple stores have them in stock right away - and at $49 it wasn't really a painful experiment) hoping this would be the case, but it does not appear to be so.
    After installing, I tried to import some loose .mts files, but they are greyed out. Some brief exploring turned up nothing to help.
    This is really too bad. It would be so nice to be able to save the individual .mts file on my hard drive, and access them when necessary. I'm fine with the intermediate encoding iMovie does before editing, but forcing me to use the silly file structure of my camera's hard drive, or an iMovie archive (basically the same thing) is frustrating.
    Allowing the import of naked .mts files would be a huge step forward.
    Assuming I'm not wrong about this, what is the best way to work around this? What is the best way to bring loose .mts files into iMovie? (And I hope I'm not hijacking the thread by asking this.)

  • Does ios 7 support ics attachments?

    Ever since I downloades ios 7, I cannot download ics invitations from outlook.  Does ios 7 support ics attachments?

    Here's a workaround that's worked very well for me, which is based on the fact that the gmail app can handle outlook invites:
    1. Create a rule that sends a copy of all invitation requests to your gmail account
    2. Generate a link to your gmail calendar to be used for sharing
    3. Use that link to add a calendar to your iCloud account, which will sync with your gmail calendar
    4. Open your calendar invite from the gmail app. When you accept the invite it will notify the sender, the event will be added to your gmail calendar and then automatically be added to your IOS calendar.
    Once setup properly it works very smoothly. Hope that helps.

  • What type of HDD does MS-6382 support?

    Hi,
    My system has a MS-6382 mobo & I've got to change to the hard drive. I've been looking at ebay & the link below describes a HDD which has "ATA/133 or SATA interface and capacity of  120 GB"
    http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&category=16178&item=5208766733&rd=1
    I don't know much about computers, or even the right questions to ask really, but does the 6382 support 7200rpm drives, ATA/133? What general specs for a HDD should I be looking for?
    I would be grateful for any help anyone can give!
    Here is some info on my current HDD:
    HD Tune: ST380020A Information
    Firmware version : 3.39
    Serial number    : 5GC0KMYD
    Capacity         : 73.1 GB (~78.5 GB)
    Buffer size      : 2048 KB
    Standard         : ATA/ATAPI-6
    Supported mode   : UDMA Mode 5 (Ultra ATA/100)
    Current mode     : UDMA Mode 5 (Ultra ATA/100)
    S.M.A.R.T                    : yes
    48-bit Address               : no
    Read Look-Ahead              : yes
    Write Cache                  : yes
    Host Protected Area          : yes
    Device Configuration Overlay : yes
    Automatic Acoustic Managment : yes
    Power Managment              : yes
    Advanced Power Managment     : yes
    Power-up in Standby          : no
    Security Mode                : yes
    Firmware Upgradable          : yes
    Partition     : 1
    Drive letter  : C:\
    Label         : MR01-G4
    Capacity      : 74822 MB
    Usage         : 17.54%
    Type          : FAT32
    Bootable      : Yes
    Jorolat

    Quote from: Wonkanoby on 19-June-05, 21:26:02
    ata 133 is just a marketing gimick.............only data moves that fast is 2mb in the drives cache
    the drive will run at about half that speed once the cache is cleared
    dont worry about it
    Er, I got another question
    I'm now looking at this hitachi model:
    http://www.cclonline.com/product-info.asp?id=210&pc=dealtime#
    which has good reviews (probably for others in the range). I originally saw it on ebay but it turns out to be cheaper buying it from the above supplier.
    The question I have is does the MS 6382 support serial ATA? I'm reasonably sure that the above drive is parallel ATA (ie compatable with the MS 6382) because of the manufacturer's info here:
    http://www.hitachigst.com/hdd/support/d7k250/d7k250.htm
    but I thought I'ld ask before I order it or in case I change my mind (again).
    Thankyou for your help
    Jorolat

  • Does lion server support a single email address across multiple devices??

    I am looking to move from an outdated Microsoft Exchange Server 2003 to OS X Lion Server but I am unsure as to how Lion will handle email. I do not want to spend money on a new windows server if I can get a Mac Mini Server to do the job. I am a very small business with a number of email accounts for a couple employees and need access to email and calendar from both the office iMac's and my Macbook Pro when on the road. My IT guy says I need Exchange but he's been off base on a few other items recently and I wanted to check with other sources.
    I have 2 new iMac's, a MacBook Pro, an iPad1 and and iPhone4 on the mac side of things and 2 windows computers running XP. I would get rid of the windows computers completely if not for my CAD program which runs best not in a virtual machine mode.
    How well will email and calendar entries sync across devices?

    I have a very similar setup at my office. Lion Server will push email, calandar, contacts to all of your apple product with out a hitch.
    As far the Windows XP machines, you can access email over IMAP with Thunderbird, and calandars via sunbird or the built in web app.
    I would ditch the exchange server move to Mac OS X Server, and never look back.
    God Luck!
    PS. All of your devices will be in sync all the time.
    Shore answer:
    Does lion server support a single email address across multiple devices??
    Yes.

  • Does Crystal 2011 supports SAP R/3 4.6?

    Friends,
    I would like to know Does Crystal 2011 supports SAP R/3 4.6? Please help.
    Thanks,
    Tilak

    Hi,
    yes, it does. Here is a Screenshot from the CR2011 SPS6 Data Access File
    The (4) indicates:
    (4) SAP servers required to have at least the above patch levels. The following correction notes should be applied to your SAP BW / SAP NetWeaver BI system: 1125433, 1161911, 1162349, 1162416, 1170323, 1230303 and 1007048. OSS Correction Note 1007048 requires a manual configuration step.
    Regards
    -Seb.

  • Camera RAW does NOT yet support raw files for the new  Canon Sureshot S95

    Camera RAW does NOT yet support raw files for the new
    Canon Sureshot S95.
    Adobe, please can you provide an update asap

    Hello!
    I think that you need to be patient.
    There has not been any release of Camera Raw since the release of the camera.
    I recommend to try the next version once it will be released, as there might be preliminary support (and therefore not listed).
    Usually, Adobe is amongs the firsts to support a new camera.
    Even though the Camera Raw team is fielded with wonderful coders, I do not think that they do have a time machine to allow support before they have their hands on a camera

  • OK, as always I waited before downloading a new OS and I sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP!

    OK, as always I waited before downloading a new OS and I'm sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP! I was going to buy a new Mac pro & two 27" monitors but until I see some real problem addressing by Apple...I'll keep what I have and see how everything pans out. If anyone has any comments to ally my fears, I welcome them. I've been a devoted Mac user since 1993. 7500; G4; G5; and my latest Mac Pro...Where do I go? Again...HELP!

    Hi there,
    If you look through ALL the reviews, they are mainly good. I feel that Lion is an excellent upgrade, although not essential.
    There have been some issues with MS Office, but right now, it is up to Microsoft to issue a Lion compatible update, which will come in time. Saying this, MS Office has been working fine on my mac, it seems to be an isolated issue.
    Logic 9 seems like a strange issue. Again, an update looks to be coming soon, with Lion support.
    I do not feel that apple only focusing on the iPhone and iPad user base. There are many features carried along, but the machine can still be used for pro tools and use just as well. It still is a fantastic, reliable, fast, easy to use OS, which I have had very few problems with. Some additions you may not use, but they don't get in the way. You will love the new Exposé, Mission Control, as it is great for pro users who have many windows open at once, and the new spaces. You may however, never use Launchpad, but you don't have to, just drag it away from the dock!
    I really reccomend buying a mac with Lion, although if you are worried about bugs, wait a few months for the issues to be ironed out, and updates to be given. Because the update is so very cheap, I really think you can hardly go wrong. Try it out with your current mac, and if you like it, go ahead and buy your new ones.
    Lion is fantastic, albeit maybe rushed.
    Any other queries, just ask,
    Nathan

Maybe you are looking for

  • Can't figure out how to open a service request

    I need to return a 7925 wireless set and can't figure out how to open a service request with the new support format. Any suggestions?

  • Multiple web dynpro components in single web dynpro component

    Hello Experts, I have one main component, in which I have made component usages of 3 components... After applying "fields authentication" to my service in SICF, whenever I load that main component, it asks me around 3-4 times for login credentials. I

  • Question on Combo Box

    I have a form with Master (Single Record ) and Detail ( Multi Record ) blocks. There is a Combo Box in Header block. When I select a value from Combo box ( When list changed ) detail block records are to re queried. Similarly when I enter some value

  • How to setup Daily Business Intelligence?

    can anyone give me an idea on how to and steps in seting up DBI?

  • Problem installing StatsPack from OEM

    Every time I try to use 'Monitoring Configuration' to install StatsPack: It asks for SYS password - I give it the correct password - then it says "Invalid Username/Password - Login Denied" - every time, on any db or host (hosts are Solaris). Any help