Nusoap usernametoken jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    314 nusoap usernametoken jobs found, pricing in USD

    There are web services to reach another app database to read data as XML. Java is required. I need you to write web services in java and run it to get data from app database. Web Services platform employs Web-based technology to handle requests from external programs. External client programs use the application Web Se...comprised of an XML document that is constrained by a WSDL description of the web service. Furthermore, the message body contains an operation name that defines the outer wrapper element for both the request and response messages. The contract first approach is supported by a broad-based set of tools, promotes stability, and enables you to generate your own API. The application uses WS-Security UsernameToken Profile to authenticate your client program's reques...

    $2611 (Avg Bid)
    $2611 Avg Bid
    26 bids

    ...(User ID registered in e-Filing) and password pair with WS-Security. The request must be digitally signed using the private key of the user (user must have registered a valid DSC with e-Filing). Signature includes key info element that contains X.509 certificate details. To validate the signature details, the following elements must be signed in the SOAP: Timestamp UsernameToken Body After signing, the request (UsernameToken and Body) has to be encrypted using the e-Filing's public key Click here The e-Filing server validates the request in the following sequence: Check if the username and password is valid. If not, it displays error 'Invalid user id / password'. Check whether user is authorised to access the Web service URL. If not, it displays error &#...

    $360 (Avg Bid)
    $360 Avg Bid
    4 bids

    I need a PHP 7 client to conect to It receive 5 arguments, one of this is a string xml. You can use any library like nusoap to achieve this.

    $27 (Avg Bid)
    $27 Avg Bid
    6 bids

    I need consume a soap service with WSSE Security but in the step of signature I obtain the below error: 403 Forbidden (Hash values do not match.). I need someone that can take a look my php code and solve the issue of the signature (calculate the digest and after that calculate the signature value using my public and private key). Im using nusoap to send my custom xml request but with the native php soap function We can create the headers that We need. I have a project that is running in SOAP-UI perfect and I use it to test. Please, only offer if you're php expert in Soap Services

    $174 (Avg Bid)
    $174 Avg Bid
    10 bids

    URL del Web Service a Consumir (en Visual Studio 2017, lenguaje C# o VB): Se requiere consumir el Web Service Seguro que utiliza las extensiones WSS (WS-Security), perfil UsernameToken 1.0 para autenticar el software que solicita el establecimiento de una conexión. El software debe seguir la especificación e incluir los elementos Username, Password, Nonce y Created correspondientes para permitir su autenticación. Preferiblemente un experto que ya haya realizado este proceso con el estándar de la DIAN Colombia. Gracias.

    $685 (Avg Bid)
    $685 Avg Bid
    3 bids

    Please advise feasibility for a web service client requirement for us, details as below. 1. Consume a java based webservice (external) using SOAP, with WSS Oasis usernametoken based authentication. 2. To be developed in .net 3. Source code to be shared along with product

    $699 (Avg Bid)
    $699 Avg Bid
    26 bids

    Requirement: I have a PHP based web service used NuSOAP, at the moment I need a new developer who can finish this project. My old developer was off as physical reason, so you should work instead of him. I prefer who can dive into this project as soon as possible.

    $511 (Avg Bid)
    $511 Avg Bid
    37 bids

    ...md5($username); $cryptAlgo = 'AES-256-CFB'; $iv = mb_substr(base64_decode($token), 0, 16, '8bit'); $secret = base64_encode($iv.openssl_encrypt($token, $cryptAlgo, $key, 0, $iv)); date_default_timezone_set('UTC'); $current_time = date('c'); $nonce = md5(rand(), true); $base64_nonce = base64_encode($nonce); $password_digest = base64_encode(sha1($nonce . $current_time . $secret, true)); $header = "UsernameToken Username="$username",". "PasswordDigest="$password_digest",". "Nonce="$base64_nonce",". "Created="$current_time",". "Organization="$orgName""; echo $header; ?> === PHP EXAMPLE : END === The following Javascript script...

    $350 (Avg Bid)
    $350 Avg Bid
    9 bids

    URL del Web Service a Consumir (en Visual Studio 2017, lenguaje C# o VB): "" Se requiere consumir el Web Service Seguro que utiliza las extensiones WSS (WS-Security), perfil UsernameToken 1.0 para autenticar el software que solicita el establecimiento de una conexión. El software debe seguir la e specificación e incluir los elementos Username, Password, Nonce y Created correspondientes para permitir su autenticación. Requerido experto que ya haya realizado este proceso con el estándar de la DIAN Colombia.

    $236 / hr (Avg Bid)
    $236 / hr Avg Bid
    2 bids

    This is a fairly simple interaction, need to be able to post values to WSDL using PHP. Would prefer to not rely on SOAP or nuSOAP libraries, this should be doable with just simpleXML / cURL about 25 fields, all just plain strings no further processing required. Just insert and return success or fail. I have attached the sample inserts in the text file, will provide WSDL URL

    $120 (Avg Bid)
    $120 Avg Bid
    4 bids

    We need to adapt a NUSOAP endpoint to accept evolution of our customer request. The endpoint is build in PHP and une NUSOAP librairies. We do not need modify the answers but "just" the structure of accepted request. Look at attached file. For the moment the endpoint accept SOAP request like slide 1 and for now we need to accept request like slide 2. As you cans see we need to remove red lines and accept "transaction ID" as a string and not an int. We furnish source code in PHP with access to a working database for testing in good conditions.

    $120 (Avg Bid)
    $120 Avg Bid
    6 bids

    URL del Web Service a Consumir (en Visual Studio 2017, lenguaje C# o VB): Se requiere consumir el Web Service Seguro que utiliza las extensiones WSS (WS-Security), perfil UsernameToken 1.0 para autenticar el software que solicita el establecimiento de una conexión. El software debe seguir la especificación e incluir los elementos Username, Password, Nonce y Created correspondientes para permitir su autenticación. Preferiblemente un experto que ya haya realizado este proceso con el estándar de la DIAN Colombia. Se anexa PDF con el detalle según documentación entregada por la DIAN para consumir el WEBSERVICE. Gracias.

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    8 bids

    need to example array('name'=>'xsd:string','name2'=>'xsd:string'), need to pass the 2 string

    PHP
    $23 (Avg Bid)
    $23 Avg Bid
    12 bids

    ...$iv = mb_substr(base64_decode($token), 0, 16, '8bit'); $secret = base64_encode($iv.openssl_encrypt($token, $cryptAlgo, $key, 0, $iv)); date_default_timezone_set('UTC'); $current_time = date('c'); $nonce = md5(rand(), true); $base64_nonce = base64_encode($nonce); $password_digest = base64_encode(sha1($nonce . $current_time . $secret, true)); $header = "UsernameToken Username="$username",". "PasswordDigest="$password_digest",". "Nonce="$base64_nonce",". "Created="$current_time",". "Organization="$orgName""; echo $header; ?> === PHP EXAMPLE : END === The following Javascript scr...

    $497 (Avg Bid)
    $497 Avg Bid
    9 bids

    We need the development of a client code to consume a Web Service that uses WS-Security and Asymmetric Binding. We have the following: -wsdl -xsd -sample meessage The connectivity uses WS-SECURITY several security features like: - encryption of usernametoken element with TripleDES - binarysecuritytokens - signing of the body with certificate We need the client to read from a mysql database and send the messages overtime is run. We plan to use a scheduler. You can use JAVA, .NET, PHP or Python (We already tried PHP and Python and they don't support some features, but if you can manage to get them working is ok).

    $580 (Avg Bid)
    $580 Avg Bid
    26 bids

    I need you to write a client for a SOAP API. It needs to run on Linux so should be created in Mono. The API is defined in the following WSDL: It defines two actions or endpoints that the client will need to implement: GetStock and SendOrderToNMM. Note that it requires the use of WsSecurity and UsernameToken. I can provide interested freelancers with test credentials to test the API. You're required to provide a complete Mono project implementation of the client that can be called from the Linux command line.

    $133 (Avg Bid)
    $133 Avg Bid
    6 bids

    I've a demo project using java-ws with SOAP ..its a simple application that expose some operation for the purpose of a demo ( a numberbook = anuuaire ) . I want to add CXF With UsernameToken (WS-Security Policy) on the operation . I know that it's an easy task I just don't have the time to do it and I dont want to install dependdencies on my computer . after making this step you will need to add a strong authentification with certificates . This should be an easy task for someone who knows what he is doing . Looking for someone who is experienced with JAVA EE , spring and CXF . strat your bid with today date if you read this description . attached the project files .

    $110 (Avg Bid)
    $110 Avg Bid
    2 bids

    Consume a SOAP Webservice (NuSOAP) with PHP. API: API calls to start development: - Order - - addLTEAccount - - trackLTErequest - - cancelLTErequest Username: XXXXX Password: XXXXX I will test the script with the correct credentials to verify a working request.

    $35 (Avg Bid)
    $35 Avg Bid
    1 bids

    Hi, I am locking for someone for working on my nusoap API for remove Output XML the line : <SoapenvRet xsi:type="tns:Response"> </SoapenvRet> Could you help me for that ? Many thanks

    $13 (Avg Bid)
    $13 Avg Bid
    1 bids

    Hi, I am locking for someone for working on my nusoap API for remove Output XML the line : <SoapenvRet xsi:type="tns:Response"> </SoapenvRet> Could you help me for that ? Many thanks

    $6 - $19
    $6 - $19
    0 bids

    Hi, I am locking for someone for working on my nusoap API for remove Output XML the line : <SoapenvRet xsi:type="tns:Response"> </SoapenvRet> Could you help me for that ? Many thanks

    $15 (Avg Bid)
    $15 Avg Bid
    1 bids

    Hi, I am locking for someone for working on my nusoap API for remove Output XML the line : <SoapenvRet xsi:type="tns:Response"> </SoapenvRet> Could you help me for that ? Many thanks

    $63 (Avg Bid)
    $63 Avg Bid
    5 bids

    I need you to develop some software for me. I would like this software to be developed using Java. Hi, I’m looking for JMeter was security setup help for secured soap web services testing. How to add time stamp in JMeter ....software to be developed using Java. Hi, I’m looking for JMeter was security setup help for secured soap web services testing. How to add time stamp in JMeter ...? I’m looking JMeter WS-security setup in my systems. I have been trying to use jmeter ws-security plugin to digitally sign Body, UsernameToken, and Timestamp of our security headers and our WSS4J SOAP endpoints have UsernameToken securement validation for 'No Password'. This means that the password xml fields cannot be present in the UsernameToken portion ...

    $164 (Avg Bid)
    $164 Avg Bid
    11 bids

    I need you to develop some software for me. I would like this software to be developed for Linux using PHP. Have a simple SOAP post that I need built into PHP page. Page should receive 3 variables using POST method and then post them to the ASMX WSDL Wed service using NUSOAP. Have the details for the web service call, just need the page coded.

    $31 (Avg Bid)
    $31 Avg Bid
    1 bids

    My website is in wordpress. I need to link two things for the travel agency 1. Widget Yacht Charter ( we will need to have a results page, different from the one integrate...HTML, PHP, Website Design See more: php website build, Build a Website like freelancer site with PHP and Laravel, build a car service wp responsive website with custom fare calculator onpage seo, build a car service wp responsive website with custom fare calculator on-page seo , website build heavy programming requirements php, build sports handicapping service website, build web service php nusoap, add paypal service php website, add subscription service php website, handicapping website build service design, poker website build, shopping cart xml web service php, actionscript php variable, video upload s...

    $40 (Avg Bid)
    $40 Avg Bid
    11 bids

    I' m developing a webservice client in PHP using nusoap but i´m facing some dificulties, therefore i´m looking to someone to help me finish the job. There are 2 webservices that you need to consume: 1. the first one accepts 2 strings and outputs 2 strings - one of outputs is a credential that is used to access the second webservice 2. this one has two entry parameters: the credential and a complex type My issue is how to pass the complex type as a parameter using nusoap. If you think you can help me feel free to bid. Thanks in advance.

    PHP
    $22 (Avg Bid)
    $22 Avg Bid
    3 bids

    I have a NuSoap php code that runs as a WSDL and I want to consume the services asynchronously from VB.net app. You should work with me through TeamViewer.

    $19 (Avg Bid)
    $19 Avg Bid
    3 bids

    Hello, I have online php accounting project and need someone to develop SOAP for it. for these functions: 1- login 2- add invoice 3- get list invoices Thanks,

    $252 (Avg Bid)
    $252 Avg Bid
    6 bids

    We have a form created which we require a back-end to be created (recognize whether buttons are clicked or not, sanitize, and submit data) data should be submitted to a nusoap PHP server app to be saved to an existing mysql database. This project has already been started however I do not have time to complete it. Below is the full form including all boxes to be added.

    $663 (Avg Bid)
    $663 Avg Bid
    26 bids

    Hello Guys, I have structured WSDL model example in XML and database, I need create webservice to receive data array from client and inserto to mysql table. You will need to build the file with NuSOAP and make the loop to insert into the database. Thank you.

    PHP
    $29 (Avg Bid)
    $29 Avg Bid
    8 bids

    Hello guys, I need simple PHP NuSOAP webserver example file to get all rows parameters from my client SOAP post: ex client SOAP 5 products rows from form $products[$i]['productID'] = $_POST['productID'][$i]; $products[$i]['productQTY'] = $_POST['productQTY'][$i]; $wsdl = 'http://localhost/ws/'; $client = new nusoap_client($wsdl, 'wsdl'); $result = $client->call('name_func', array($products));

    PHP
    $24 (Avg Bid)
    $24 Avg Bid
    2 bids

    Hi, Looking for a freelancer to update the test code supplied to work with one ... Looking for a freelancer to update the test code supplied to work with one of our vendors successfully. You need to use composer to bring down the nusoap vendor library. I've attached a zip file to this project, you can see one is what is currently being generated by my test code () and the other is how the request is supposed to look like when being transmitted to the server (). You need to modify the test code supplied, to make the output of the request look exactly like the file You will also need to copy the two files from nusoap_patches to the fergusean/nusoap/lib/ folder as well to fix a few issues I found. Cheers, Craig

    $27 (Avg Bid)
    $27 Avg Bid
    1 bids

    Tengo una libreria PHP que consume un WebServices , aparte de mi libreria tiene una dependencia con nusoap , pero necesito crear un composer para unificar todo y dejar trabajar los include

    PHP
    $201 (Avg Bid)
    $201 Avg Bid
    7 bids

    Royal Mail...com/sites/default/files/ Endpoint: I have development ID's, clients keys, etc. I need a php code can do createShipment, cancelShipment, etc. total 9 functions in api. PHP Soap or nusoap is okay. I don't want any framework. I need functions, examples and some information. This is not a full software, after this I will integrate these functions to our system. After this I would like create Royal Tracked 48 and Royal Tracked 48 Signed service labels for our e-commerce business. I think it is easy for someone who knows Royal Mail api. Thanks.

    $192 (Avg Bid)
    Urgent
    $192 Avg Bid
    11 bids

    We have an existing php/MySQL website which previously interfaced with a vendor via SOAP web services using nuSOAP. That worked just fine. However, we have since changed vendor and the new vendor's SOAP webserver is located on an ASP.NET-based web server AND requires custom SOAP headers for Authorization. The WSDL is here: I/we have had tremendous difficulty in migrating existing code (for previous vendor's SOAP services) to work successfully with the new vendor. The new vendor's IT staff is not knowledgeable of PHP and our programmer is not knowledgeable of ASP.net. Therein lies the rub and why we seek services now. We have all necessary documentation and user/password info. Our webapp simply has a button that

    $208 (Avg Bid)
    Urgent
    $208 Avg Bid
    14 bids

    Soap server, We need a simple SOAP application in PHP, (preferably nusoap will be used as api). This application will have two functions and make an input and produce the output.

    PHP
    $534 (Avg Bid)
    $534 Avg Bid
    7 bids

    Soap server, We need a simple SOAP application in PHP, (preferably nusoap will be used as api) where the description is in the attachment. This application will take an input as in the example and produce the output.

    PHP
    $156 (Avg Bid)
    $156 Avg Bid
    2 bids

    We need a PHP client for a wsdl file, 6 functions , could be SOAP, NUSOAP or XMLRPC

    $84 (Avg Bid)
    $84 Avg Bid
    4 bids

    I have a nusoap server but I need to add 4 functions to pull some data and update data out of woocommerce 1 pull all products 2. update product pricing 3 update product stock 4 add product I will need the client to handle all this 4 items

    $37 (Avg Bid)
    $37 Avg Bid
    2 bids

    I need a small script completed, I need to post some xml to a Web Service using nusoap, curl, php - the script is partially written - I need it completed.

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    I have a wsdl and wxd file and need a php soap server, only the soap server skeleton is needed, and the called functions. plain soap or nusoap could be used.

    $190 (Avg Bid)
    $190 Avg Bid
    7 bids

    Conocimientos y experiencia requerida:(Mínimo 1 Año de Experiencia)Lenguaje: *PHP*Java*C# y VB*PostgreSQL*MySQL*Javascript*HTML y CSSFramework:*CakePHP*Laravel*Nusoap*JQuery*Float*Charts JS*Bootstrap*FoundationFUNCIONES:•Programación WEB•Desarrollo de apps móviles (iOS, Android, Windows 10, Windows Mobile)•Manejo de bases de datos MySQL•Soporte técnico a clientes.•Visitas clientes.-

    N/A
    N/A
    0 bids

    ...I must configure my serverside for receiving the right header with username, psw, nonce and created time. The call: <?php class TokenGenerator { public static function generateToken($username, $password) { $nonce = self::generateNonce (); $created = date ( 'Y-m-dTH:i:sP' ); $digest = base64_encode ( sha1 ( $nonce . $created . $password, TRUE ) ); $token = sprintf ( 'UsernameToken Username="%s", PasswordDigest="%s", Nonce="%s", Created="%s"', $username, $digest, $nonce, $created ); return $token; } private static function generateNonce($bits = 256) { $bytes = ceil ( $bits / 8 ) * microtime (); $return = ''; for($i = 0; $i < $bytes; $i ++) $return .= chr ( mt_...

    $32 (Avg Bid)
    $32 Avg Bid
    1 bids

    Using nusoap (php) or similar (java) write two WDSL client services, making same. There are 2 type of servers: without autentication with authentication using .cer (x509) file These services must retrieve and parse data and insert into an MySQL database on same localhost.

    $93 (Avg Bid)
    $93 Avg Bid
    13 bids

    I have a landing page and need to pick all register online and sent to my CRM. I have an example here done, only copy and paste NUSOAP

    $71 (Avg Bid)
    $71 Avg Bid
    12 bids

    I am using Devexpress Scheduler for Winforms in vb.net and I am populating a datatable using PHP/Nusoap - I have the code written out- the php is complete and the datatable populates correctly currently I am having difficulty getting Devexpress scheduler to recognize the provided "resources". This will probably be a 5 minute fix (I probably just overlooked it) for the programmer with the know-how. This is a low-budget project due to the small amount of work involved in it but please bid honestly. Prove you are not a Spam-bidder put "I can fix this" in your offer.

    $32 (Avg Bid)
    $32 Avg Bid
    5 bids

    Let's assume one customers of mine has some pictures on his server. Let's assume this customer wants to send me these pictures one by one. After receiving each picture on my server, I have to apply some autmaticall analyzis on this image and then send back analyzed picture to customer Returned picture must be converted into zip file before sending it back to cu...customer to uplod a picture to my server (webservice file upload method) 2) allow my server to send back zipped result to customer ( webservice download method) This is the sample webservice I need very first. Sample webservice must be composed of: (with the 2 methods) (with methods calls examples) Can you supply me exactly with that sample web service in PHP (nusoap lib or native php soap lib).

    $157 (Avg Bid)
    $157 Avg Bid
    20 bids

    ...if anyone else can run this code) Here is the code I am using GeneratePasswordDigest() Dim x As String x = "<wsse:Security xmlns:wsu='' xmlns:wsse=''>" & _ "<wsse:UsernameToken wsu:Id='UsernameToken-474F65995AEDDCB8B6143930159101916'>" & _ "<wsse:Username>xxx@hotmailxxx</wsse:Username>" & _ "<wsse:Password Type=''>" & passwordDt & "</wsse:Password>" & _ "<wsse:Nonce EncodingType=''>"

    $20 / hr (Avg Bid)
    $20 / hr Avg Bid
    3 bids

    Experience with Nusoap is MANDATORY! I am consuming a session of nusoap with a VB.net form - unfortunately I keep receiving "...msdiscocodegenerator failed unable to import binding..." error meaning that there is an error with the format or with consuming. The purpose of this project is to transfer mysql results from nusoap to Vb.net (win forms) to add to a dataset table on my project. My nusoap server is retreiving about 15 columns off of a mysql server - this may vary from 0 to 1000(+) rows - the best way I saw to do this was doing a foreach on both sides to merge the content into arrays (rather an array in an array) arrayname[rownumber](columnname[0]) format essentially. if there is a better way to send this data (USING NUSOAP...

    $266 (Avg Bid)
    $266 Avg Bid
    2 bids

    I need you to develop some software for me. I would like this software to be developed for Linux using webservice client accesing .cer keystore with nusoap

    $183 (Avg Bid)
    $183 Avg Bid
    10 bids