what error u getting, can u send me the full error and your soap message


ratha wrote:
Hi Matthieu,
In SOAPUI, first i start the ODE server and i import my wsdl file to the workspace and send my soap messages[1].
So URL is *http://localhost:8080/ode/processes/LoanService.
*But here i start the odeserver in different localhost port and copied the WSDL URL and sending soap messages, it causes the following error.. any ideas..


[1] <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:elem="http://www.example.org/elements.xsd";>
  <soapenv:Header/>
  <soapenv:Body>
     <elem:LoanServiceRequest>
        <elem:FirstName>Tom</elem:FirstName>
        <elem:LastName>Tom</elem:LastName>
        <elem:Amount>5000</elem:Amount>
     </elem:LoanServiceRequest>
  </soapenv:Body>
</soapenv:Envelope>

Thanks.
-Ratha


Matthieu Riou wrote:
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.*


------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG - http://www.avg.com Version: 8.0.176 / Virus Database: 270.9.18/1849 - Release Date: 12/15/2008 9:01 AM





Reply via email to