> 1) I want to pass a complex datatype (of type 
> apachesoap:Map called features) as input to a webservice. Code 
> fragment is of the kind: 

Hi,
  We are successfully doing this with OXF.. Here is an example that takes a single 
  input parameter of complex type.
  
<delegation:execute service="ws-test" operation="howdy">
  <tns1:HelloWorldValue xsi:type="tns1:HelloWorldValue" 
    xmlns:tns1="http://ws.amnesty.org/hello"; 
     xmlns:xsi="http://www.w3.org/2001/XMLSchema";>
    <name xsi:type="xsd:string">damontest</name>
  </tns1:HelloWorldValue>
</delegation:execute> 


> 3) I'd like to know how to debug OXF applications. 
> Is there a way to get the output of a pipeline into a file or in Tomcat 
> console. If you can  give me some sketch code,that'll be really helpful. 

Read up on the log4j.xml file. Enable the chainsaw appender..

    <appender-ref ref="ChainsawAppender"/>
    
Run up chainsaw..

java -cp "%JAVA_LIB%\orbeon\oxf-2.2\oxf\WEB-INF\lib\log4j-1_2_8.jar" 
org.apache.log4j.chainsaw.Main


Damon.



_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to