Thanks!! I 'll check it -----Original Message----- From: Dennis Sosnoski [mailto:dms@;sosnoski.com] Sent: Wednesday, October 23, 2002 1:22 PM To: [EMAIL PROTECTED] Subject: Re: Axis Examples
I just tried running my client again and didn't have a problem. Perhaps the difficulty is with your proxy, or with the name lookup - there's been some disruption of DNS today. - Dennis Mahindra wrote: >Hey I just did as u had mentioned in the >http://www.sosnoski.com/presents/java-xml/axis-demo.html,Everything >works fine but I am not able to connect to web service cause axis is >not able to connect to service. I am invoking it this way: > java -DproxyPort=80 -DproxyHost=171.70.156.230 SpellTest >I am getting the following error > java.net.SocketException: connect (code=10051) > >What is the reason >Thanks > > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:dms@;sosnoski.com] >Sent: Wednesday, October 23, 2002 2:49 AM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: RE: Axis Examples > > >Hi Tim, > >Most document/literal services (at least the .NET ones) are actually >taking a list of method parameters and wrapping them in a single >document. If this is the type you're dealing with, Axis takes care of >the details for you pretty much automatically - you just call the >method in the generated proxy class with each parameter supplied >individually. > >I gave a presentation on Axis a couple of weeks ago where I finished by >using Axis to build a client to a (.NET document/literal) service >chosen by the audience. The details of the demo are here: >http://www.sosnoski.com/presents/java-xml/axis-demo.html The WSDL for >the service used is here: >http://ws.cdyne.com/SpellChecker/check.asmx?wsdl The full presentation >is here: http://www.sosnoski.com/presents/java-xml/jxmlaxis.html > > - Dennis > >Original Message: >----------------- >From: Tim Lee [EMAIL PROTECTED] >Date: Tue, 22 Oct 2002 17:00:08 -0400 >To: [EMAIL PROTECTED] >Subject: Axis Examples > > >Hello All, > >I'm new to Axis and I need to write a client that connects to a web >service that handles messaging using the document/literal mechanism. I >found a lot of examples using rpc. I was wondering if anyone could >point me to some examples using the document/literal mechanism? > >Thanks, >Tim >*********************************************************************** >* >*** >The information contained in this message is intended only for the >confidential use of the recipient(s) named above. This message is >privileged and confidential. If the reader of this message is not the >intended recipient or any agent responsible for delivering it to the >intended recipient, you are hereby notified that you have received this >document in error and that any review, dissemination, distribution, or >copying of this message is strictly prohibited. If you have received >this communication in error, please notify us immediately. SMG reserves >the right to monitor and review all content sent to and from this email >address. Messages sent to and from this address may be stored on the SMG >email system. > >-------------------------------------------------------------------- >mail2web - Check your email from the web at http://mail2web.com/ . > > > > >
