[jboss-user] [JBossWS] - Re: NullPointerException when processing response

boopet do-not-reply at jboss.com
Wed Apr 9 03:34:58 EDT 2008


this is the jboss-wsse-client.xml used:

<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"
  |                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |                          xsi:schemaLocation="http://www.jboss.com/ws-security/config 
  |                          http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
  |      <config>
  |     <username/>
  |     
  |     
  |      </config>
  |    </jboss-ws-security>

The Response received from the server is:

HTTP/1.1 200 OK
  | Date: Wed, 02 Apr 2008 09:38:28 GMT
  | Transfer-Encoding: chunked
  | Content-Type: multipart/related; boundary=MIMEBoundaryurn_uuid_3A2968402D531FD9601207129108996; type="application/xop+xml"; start="<0.urn:uuid:3A2968402D531FD9601207129108997 at apache.org>"; start-info="text/xml"
  | Server: Apache-Coyote/1.1
  | 
  | --MIMEBoundaryurn_uuid_3A2968402D531FD9601207129108996
  | Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
  | Content-Transfer-Encoding: binary
  | Content-ID: <0.urn:uuid:3A2968402D531FD9601207129108997 at apache.org>
  | 
  | <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns:loadEloFileUrlResponse xmlns:ns="http://somecompany.com"><ns:return>http://myurl.com</ns:return></ns:loadEloFileUrlResponse></soapenv:Body></soapenv:Envelope>
  | --MIMEBoundaryurn_uuid_3A2968402D531FD9601207129108996--

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142593#4142593

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142593



More information about the jboss-user mailing list