Hi

I have an error while using the sendReceive method

It works fine when I get a positive response like

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
<soapenv:Body>
<ns:rsp xmlns:ns="urn:neries:orfeus:ws"
xmlns:qm="http://www.quakeml.ethz.ch/docs/xml/QuakeML-BED-v0.51.xsd";
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; ns:res="ok">
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:j.0="smi://eu.orfeus/resource/type/~"> 
  <rdf:Description rdf:about="smi://eu.orfeus">
    <rdf:type rdf:resource="smi://eu.orfeus/resource/type/~org"/>
    <dc:title>ODC-VEBSN</dc:title>
    <dc:source rdf:resource="http://www.orfeus-eu.org"/>
    <dc:description>blah  blah</dc:description>
    <dc:date>2007-8-17T17:53:19Europe/Amsterdam</dc:date>
    <dc:creator rdf:resource="smi://eu.orfeus/resource/people/~spinuso"/>
  </rdf:Description>
</rdf:RDF>
</ns:rsp>
</soapenv:Body>
</soapenv:Envelope>


but it cause an Internal Server Error when
I get this customized message back from my webservice

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
<soapenv:Body>
<soapenv:Fault>
<faultcode>15</faultcode>
<faultstring>The URI you`ve entered is not valid</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

some ideas about it.. the web services seems to work fine with other clients
for example I am using the eclipse webservice explorer without problems
-- 
View this message in context: 
http://www.nabble.com/sendReceive%3A-Internal-Server-Error-on-Soap-Fault-messages-tf4528847.html#a12922755
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to