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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.