On Sun, Dec 14, 2008 at 7:51 AM, ratha <[email protected]> wrote: > Hi all, > > When i try a sample bpel process(It contains xml schema file), it gives > following exception[1]. But when i send soap messages it works fine(using > SOAPUI). > can somebody tell me why this occurs? >
This looks more like a problem with a URI scheme than XML schema. My hunch would be that either the soap location of your service or maybe a namespace URI isn't correct. In SOAPUI do you need to give it an address before invocation or you can invoke directly? Thanks, Matthieu > > Thanks. > -Ratha. > > *[1]com.sun.org.apache.xalan.internal.xsltc.TransletException: > javax.xml.transform.TransformerException: > com.sun.org.apache.xml.internal.utils.URI$MalformedURIException: The scheme > is not conformant.* >
