Web service description generation based on Java2WSDL

2005-08-06 Thread Eugene Prokopiev
Hi, I see example of additional artifact generation based on WSDL2Java in axis exampes. Where can I find example of generation some artifact based on Java2WSDL? I need to get services, methods and parameters from java source and wsdd. How can I do it? -- Thanks, Eugene Prokopiev

SMTP Transport

2005-07-11 Thread Eugene Prokopiev
Hi, Where can I find simplest SOAP client/server RPC or document-based communication over SMTP? I can't find this example in samples. Need I change code in userguide examples to do this or I need only change *.wsdd? What need I change in any case? Can I use external existing SMTP/POP3 server

Re: Axis2: RPC -> Message advantages

2005-03-03 Thread Eugene Prokopiev
Thanks for great answer! You should not assume that document/literal means you have to do "raw XML processing". Most SOAP implementations support automatic marshaling of SOAP messages and automatic transformation of XML into Java objects when using document/literal. Why SOAP implementations do this

Re: Axis2: RPC -> Message advantages

2005-03-01 Thread Eugene Prokopiev
't XML. Can you give me a some examples of adavatages new built-in Axis tools for SOAP procesing instead of XSLT, DOM4J and others? Thanks Eugene Prokopiev

Axis2: RPC -> Message advantages

2005-03-01 Thread Eugene Prokopiev
Hi, In http://ws.apache.org/axis2/ I read: Another driving force for Axis2 is to move away from RPC oriented Web services towards more document-oriented, message style asynchronous service interactions. Where is adavatages of this approach in case of using HTTP as transport layer? Is this approac