configuring jsp pages

hi, how to configure the pages in netbeans 5.5. i am developing SOA right now, but i don't know where i will configure or map the pages.... plz reply as soon as possibletnx
[201 byte] By [niza] at [2007-11-27 4:05:14]
# 1

hi,

when i try to test my web service in the composite application the return message is this

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">

<SOAP-ENV:Header/>

<SOAP-ENV:Body>

<SOAP-ENV:Fault>

<faultcode>SOAP-ENV:Server</faultcode>

<faultstring/>

</SOAP-ENV:Fault>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

what is the problem with this?

niza at 2007-7-12 9:10:12 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2

did u use java to develop both the client and web service? my understanding is that, if the web service should response a fault message, it will alos include the error message in its body...

another thing u could do, is to make sure that all the exceptions threw (on the web service side) are handled...

JWKC-5ivea at 2007-7-12 9:10:12 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...