1. Yes, just use the -proxy flag: http://ws.apache.org/muse/docs/2.2.0/tutorial/03-wsdl2java.html#Section4
The client that is generated will have all of the WSRP/WSN methods you used, plus the custom operations you have added. 2. No, they should not be affected - wsdl2java will generate skeleton code for them, and you can fill in the implementations the same way you do now. http://ws.apache.org/muse/docs/2.2.0/tutorial/05-review-descriptor.html#comparison-to-code http://ws.apache.org/muse/docs/2.2.0/tutorial/06-custom-capabilities.html "Gul Onural" <[EMAIL PROTECTED]> wrote on 04/02/2007 12:09:25 AM: > > A few additions to my previous questions : > > - I assume I have to change my existing wsdl file to include WSRF and > WS-Notification related > stuff. Can I use Muse's wsdl2java to generate client stubs ? > > - Currently there are number of plain wsdl operations are defined in my > wsdl. > Does changing the wsdl file to contain WSRF and WS-Notification > related > stuff change the way a web client invokes operations on my original > wsdl ? > > Thanks again. > > Gul > > > _____________________________________________ > > From: Onural, Gul (CAR:QT00) > > Sent: Sunday, April 01, 2007 11:11 PM > > To: '[email protected]' > > Subject: Axis2 and Muse > > > > > > I have just started to look into Muse. The first question I am trying > > to get my head around is the > > relationship between axis2 and muse. > > > > Currently I have a web service working with axis2. I want to add > > WS-Notification support to my service. > > Is there an example of how to make an existing web service > > WS-Notification compliant, using muse? > > Do I need to write my service (and my wsdl) from scratch ? The > > tutorial in muse web site talks about > > writing a web service using muse, but I couldn't find any examples of > > making an existing service (written in axis2) > > work with muse. > > > > Thanks, > > > > Gul > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
