Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zorrinn

    correlation sets with .NET objects

    I have an orchestration which I want to publish as a webservice. Like any other typical orchestration, I am not having any schemas that I do the mapping. Instead I am working with .NET objects that I create from a references dll. This orchestration has a parallel convoy, with each receive...
  2. zorrinn

    Consuming XML string using Orchestration web service

    I have an "Operation" that where the request consumes a message of type System.Xml.XmlDocument and the response sends out a message of the same type. In the client, I am calling this web method and passing the XmlDocument object, which contains the xml string. In the orchestration I want to...
  3. zorrinn

    Consuming XML string using Orchestration web service

    Hi I am a newbie to the Microsoft world. I am creating a BizTalk Orchestration and tryng to publish it as a web service. I want to send an XML string to this service and I need the orchestration to strip out things from this XML string and save the string and the stripped out data to the...
  4. zorrinn

    JDOM support for unprintable characters

    Jonty can you be a little more elaborate?? Thanks.
  5. zorrinn

    JDOM support for unprintable characters

    Hi This the situation, I have unprintable characters that need to be enclosed in an XML tag. For example, char DATA_ELEM_SEP = 0x1D; While builiding my XML string using JDOM, it complains that the 0x1D is an illegal XML character. Is there some way that I can use some kind of escape...
  6. zorrinn

    Sendmail setup for virtual hosting

    I have a LAN with 4 PCs and one Linux box. All of them are connected to the internet thru a Linksys hub. We are about 3 developers working from the PCs connecting to the Linux server using VNC (x-windows). We have a website for our company (Eg: http://www.XXXX.com). We want to setup our mail...
  7. zorrinn

    MySQL using JDBC from Servlet

    I am using MySQL for the first time. First I gave global permissions to all users. Then I wrote a simple JDBC application and it worked fine. Then I wrote a simple servlet to fetch and display data from the MySql DB. That is when I had the problem. My class path points to the .jar files having...

Part and Inventory Search

Back
Top