CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2009
    Posts
    6

    XML Data (String Data Type) to Java Object

    Hi,

    Need your help. I need to write a web service that accepts a string parameter containing an XML data.

    There are 3 parameters that this web service will take as an input. All 3 parameters have String data type. However, one of these parameters has XML data that I need to convert into java object and insert to database.

    Please provide sample code on how to convert this string parameter to java object.

    Thanks in Advance!

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: XML Data (String Data Type) to Java Object

    We are not a coding service but we will help you if you get stuck writing it yourself.

    However, you will have to provide sufficient information to enable us to help, such as the code, the format of the input string etc

  3. #3
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: XML Data (String Data Type) to Java Object

    Try this.

    Simplicity is the ultimate sophistication...
    L. Da Vinci
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  4. #4
    Join Date
    Aug 2009
    Posts
    6

    Smile Re: XML Data (String Data Type) to Java Object

    Hey, thanks for your reply. I have found a way of doing it already.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured