Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7739797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:36:42+00:00 2026-06-01T08:36:42+00:00

I need to send a file to a web service (ebridge) using their SendFile

  • 0

I need to send a file to a web service (ebridge) using their SendFile method. This may be too specific to their service for anyone to answer, but I thought I’d give it a try. This is the only documentation I can find regarding the SendFile method:

Purpose
This method is used to submit data for processing by ePortal.
Input parameters
Login (string) The ePortal userID.
Password (string) The ePortal password for that user.
Content (string) This is the document to be uploaded.
Filename (string) This is the name of the file with no path information.
Return Value
SendFileResult (boolean) The boolean return value represents success or failure of the submission of a document.

Here is their sample xml code for posting:

<?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>
<SendFile xmlns="eBridge.WebServices">
  <login>mylogin</login>
  <password>mypassword</password>
  <content>string</content>
  <filename>string</filename>
</SendFile>
  </soap:Body>
</soap:Envelope>

I am also given a sample of the file (ASN.xml) that I am supposed to send. I’ve tried putting the xml from this file in between the content tags and just putting “test.xml” in the filename tags. That doesn’t work. I know I am making a connection because if I leave it just like it is above I will get a response back, it just returns false since I didn’t send anything. Perhaps I am misunderstanding what they want in content and filename? Does anyone have any ideas what I am supposed to do with this?

clarification: What I am wondering is if the xml file goes into ‘content’ as a string, then what is ‘filename’ for? Is it actually looking for a file or is this just a name that gets assigned to something later?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:36:43+00:00Added an answer on June 1, 2026 at 8:36 am

    Ummm, are you creating a SOAPClient? That xml file is actually the body of a SOAP request and that is encapsulated by the SOAPClient class in PHP.

    For the WSDL file: https://www.ebridgeservices.com/ePortalService.asmx?WSDL
    Use the SOAPClient Class to build your request to their services. Use $soapReq->SendFile({args and blah here})

    and if you don’t like the PHP Manual: Here’s an example/tutorial.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to send a file to a external web service. When the response
I have an XML file which I need to parse using PHP and send
I need to send an apex web service some data. Then name of the
I need to send a file to MobileMe via Cocoa. I stumbled across a
I've a custom form (created with form API) that need send an uploaded file
Dear friends, I need your help. I need to send .bmp file to another
HI I have an xml file with 500KB size which i need to send
I am opening a file which has 100,000 URL's. I need to send an
I need to send MTOM request (having file to checked in to Documentum location),
I need to create web service (.NET) which will be used by other system.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.