Re: SOAP newbie question

From: YetAnotherProgrammer (rajeev_0_at_hotmail.com)
Date: 02/12/04


Date: 12 Feb 2004 02:06:08 -0800

Do Take a look at the wsdl pages on w3c as well.

http://www.w3.org/TR/wsdl

Best Regards,
AP

Sudsy <bitbucket44@hotmail.com> wrote in message news:<402AB9D5.5040801@hotmail.com>...
> Axl wrote:
> > This is unchartered territory for me and I need the advice of the Java
> > gurus. I have been asked to send data from an internal data source thru our
> > firewall to a URL at a vendor site. The vendor uses web services, and our
> > infrastructure is set up to use Java. I've been told to use SOAP to
> > accomplish this. The data resides in a Domino database, so I'd be using
> > either a servlet or a Java agent. The vendor has given me two URLs that
> > have .wsdl extensions, and the name of a couple of methods, but little else.
> > I'm familiar with Java, but haven't done anything with SOAP, and never
> > transmitted data outside our firewall. I have some code that can get me out
> > of the firewall, but can somebody point me in the right direction for the
> > SOAP part? I've done some initial research on the Internet, and most of the
> > examples I have found are using the .NET framework. I HAVE to use Java.
> > All I need is some sample code somewhere, a URL to a tutorial, or something
> > to get me started. Any assistance is greatly appreciated.
>
> There's a lot more than just SOAP, as your investigations should have
> already proved. I recommend "Java Web Services" by David A. Chappell &
> Tyler Jewell (ISBN 0-596-00269-6). It's an O'Reilly publication and
> all the source code from the book can be found here:
> <http://examples.oreilly.com/javawebserv>
> I don't know how successful you can expect to be just cutting and
> pasting code, however. It's complex (especially when you have to use
> WSDL) and incorporates a number of different elements. Good luck!



Relevant Pages

  • Re: SOAP to webservice
    ... If the Java app builder has a WSDL file for their service, ... SOAP and simply send the values you need. ... > I am writing an application which needs to send some XML in a SOAP ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SOAP Question
    ... reconstructed from that base URL (with the WSDL) and then a request is sent ... and send it to the vendor exposing the web service (if you think ... >I am working on a new program that uses a SOAP interface. ...
    (microsoft.public.dotnet.languages.csharp)
  • consuming the web service
    ... I know java and tomcat, but I know nothing about SOAP and WSDL. ...
    (comp.lang.java.programmer)
  • Re: SOAP newbie question
    ... > This is unchartered territory for me and I need the advice of the Java ... > firewall to a URL at a vendor site. ... I've been told to use SOAP to ... > transmitted data outside our firewall. ...
    (comp.lang.java.programmer)
  • SOAP newbie question
    ... This is unchartered territory for me and I need the advice of the Java ... I have been asked to send data from an internal data source thru our ... The vendor uses web services, ... I'm familiar with Java, but haven't done anything with SOAP, and never ...
    (comp.lang.java.programmer)