Search Result

Collapse
9 results in 0.0033 seconds.
Keywords
Members
Tags
webservices
  •  

  • truezplaya
    started a topic Calling a web service via javascript
    in .NET

    Calling a web service via javascript

    I've searched numerous places on the web and haven't been able to get my solution to work. I have set up an web service and all works perfectly. It a very simple one just one method that retruns hello world as a string

    Code:
    namespace MyWebApp
    {
        /// <summary>
        /// Summary description for FirstSharePointWebService
        /// </summary>
        [WebService(Namespace = "MyWebApp",
    ...
    See more | Go to post

  • syam s
    started a topic WCF Rest Post Service issue
    in .NET

    WCF Rest Post Service issue

    WCF Rest Post Service issue

    Hi all,
    I am new to WCF Rest , I had created a WCF service with ServiceContract as follows

    Code:
     
    
    [OperationContract]
    [WebInvoke(Method = "POST", UriTemplate = "/SampleService", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
    
    string SampleService(Person personObj);
    ...
    See more | Go to post

  • Roopesh Varma
    started a topic Calling Batch file thru WebService

    Calling Batch file thru WebService

    I have a webservice, when executed calls a Batch file (.bat). The batch file looks for certain files in a folder compresses it using 7z.exe and then it has to encrypt using the GPG.exe. However, It does the Compressing part but not the encryption ... any idea? is it coz of some permission issues? if so how come its doing the Compression part?

    Thanks in advance

    Roopesh
    See more | Go to post

  • Upload a document using webservices without changing its modification and creation da

    my application is able to upload a document with meta-info. i am using web-services for that. Now i am interested to upload a document with its modifed the created date. I tried to set "ows_Modifi ed" field value but it wont work.

    How to upload file with its original modified and creation dates???

    Thanks
    See more | Go to post

  • Wants an idea of how i can add dynamic jasper to my project..

    Hey! Scenario:What my project do right now

    1.

    User Enters his Login and Password through his mobile phone and servlets contacts webservice of Authentication and user gets authenticated with the system in the mean while user is Authorized also i.e What page he is allowed to see.
    2.

    Page appears infront of user on his mobile screen from where he can select the attributes as well...
    See more | Go to post

  • Want to use Dynamic Jasper to make Reports with my Db MYSQL

    Hey,
    i want to Use Dynamic japser to create reports of my database i.e MYSQL.
    Plus, i want to know that can i send attirbutes to dynamic jasper which a user is going to select from the front end based on XHTML MP
    and then i want dyanamic jasper to make report on the selected attributs.
    P.s I m sending selected attributes through servlet to Dynamic Jasper


    Thanks
    sundhas
    See more | Go to post

  • Problem in getting attributes from webservice to servlet when d return type String[]

    I made a Webservice Operation whose return type is STRING [] Following is the code

    Code:
    @WebMethod(operationName = "authorize") public String [] authorize(@WebParam(name = "Username") String Username) 
    { 
      CAuthorization CA = new CAuthorization(); 
      String [] Result= null; 
      try {
        Result = CA.CheckAuthorization(Username); 
      } catch (SQLException ex) {
        Logger.getLogger(WS_Authentication.class.getName()).log(Level.SEVERE,
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 9 '09, 08:54 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • Sundhas
    started a topic Problem in adding an operation in webservice
    in Java

    Problem in adding an operation in webservice

    I want to add an operation in webservice using netbeans and i want that the return type of the operation is String [] how can i make that? help asap please! :)
    See more | Go to post

  • jhuaraya
    started a topic how can i get an array from nu soap

    how can i get an array from nu soap

    hi all people, i am an infromatic student and i am starting to learn about webservices. i have a trouble with c# and nusoap. so Ihave this php webservice
    Code:
    <?
    // comienzo del script
    require_once('lib/nusoap.php');
    $servidor = new soap_server();
    $servidor->configureWSDL("Articuloswsdl","urn:Articuloswsdl");
    $servidor->register("usuarios",
    array('val' => 'xsd:string'
    ...
    See more | Go to post
Working...