soapsuds(1)


NAME

   soapsuds - Mono's Remoting Proxy Generator

SYNOPSIS

   soapsuds [options] [inputs] [outputs]

DESCRIPTION

   soapsuds is a tool for generating WSDL documents and client proxies for
   remoting services.  A  WSDL  document  describes  the  methods  that  a
   service  provides  together  with  XML  schemas  of all referenced data
   structures. A client proxy is a class which offers the same methods  as
   the  service  it  represents,  but  provides no implementation, it just
   forwards calls to the remote service.

   Generated client proxies are not strictly necessary, since the  runtime
   can  automatically  generate  proxies  from the original service types.
   However, it implies the need of distributing the service class  to  all
   clients.  In  some  scenarios  a  better approach is to use soapsuds to
   generate a proxy class which has the same interface as the service, but
   without any implementation.

   soapsuds  can  generate  a  WSDL document from a set of types specified
   with the option -types or  can  extract  the  types  from  an  assembly
   specified  with  -inputassemblyfile.   In this last case, soapsuds will
   include schemas for all serializable classes in the WSDL document.

   Taking as input a WSDL document (or anything from which  such  document
   can  be  generated)  the  tool  can generate source code for the client
   proxy (using the -gc option) or it can directly  generate  an  assembly
   that  implements  the  proxy  (with  the  -outputassemblyfile  option).
   soapsuds will also generate fake serializable  classes  for  all  types
   defined in the schema. However, beware that those classes will lack the
   semantics of  the  original  classes,  since  only  data  structure  is
   generated.

INPUT SOURCES

   The following sources are available (only one can be specified):

   -urltoschema:url -url:url
          Url from which to retrieve the WSDL document.

   -types:type1,assembly[,serviceEndPoint][;type2,assembly[,serviceEndPoint]]...
          Specifies types for which to generate a schema or proxy.  If  no
          service   endpoint  is  provided,  the  one  provided  with  the
          -serviceendpoint option is used.

   -inputassemblyfile:file , -ia:file
          Assembly that contains the types to export.

   -inputschemafile:schena , -is:schema
          Schema from which to generate proxy classes.

INPUT OPTIONS

   The following options are available:

   -inputdirectory:directory , -id:directory
          Directory where DLLs are located.

   -serviceendpoint:url , -se:url
          Url of the service to be placed in the WSDL document.

OUTPUTS

   The following output options  are  available  (more  than  one  can  be
   specified):

   -outputassemblyfile:file , -oa:file
          Generates  the  proxy code and compiles it into an assembly with
          the provided name.

   -outputschemafile:file , -os:file
          Generates a WSDL document that represents the provided types.

   -generatecode , -gc
          Generates proxy source code for the provided  WSDL  document  or
          types.

OUTPUT OPTIONS

   The following options are available:

   -outputdirectory:directory , -od:directory
          Directory where generated files will be placed.

   -proxynamespace:namespace , -pn:namespace
          Namespace of the generated proxy.

   -nowrappedproxy , -nowp
          Do not generate a wrapped proxy.

   -wrappedproxy , -wp
          Generate a wrapped proxy.

   -strongnamefile:file , -sn:file
          Strong name file.

GENERAL OPTIONS

   The following options are available:

   -nologo
          Supress the startup logo.

   -u:username , -user:username
          The user name to use when connecting to the server.

   -p:password , -password:password
          The password to use when connecting to the server.

   -d:domain , -domain:domain
          The domain to use when connecting to the server.

   -httpproxyname:name , -hpn:name
          Name of the http proxy.

   -httpproxyport:port , -hpp:port
          Port of the http proxy.

AUTHORS

   Lluis Sanchez Gual (lluis@ximian.com)

LICENSE

   wsdl is released under the terms of the GNU GPL.

SEE ALSO

   wsdl(1), disco(1), mono(1), mcs(1)

                                                               soapsuds(1)


More Linux Commands

manpages/XGetFeedbackControl.3.html
XGetFeedbackControl(3) - query and change input device feedb
These requests are provided to manipulate those input devices that support feedbacks. A BadMatch error will be generated if the requested device does not suppor

manpages/sasl_idle.3.html
sasl_idle(3) - Perform precalculations during an idle period
sasl_idle may be called during an idle period to allow the SASL library or any mechanisms to perform any necessary precalculation. conn may be NULL to do precal

manpages/dialog.1.html
dialog(1) - display dialog boxes from shell scripts.........
Dialog is a program that will let you to present a variety of questions or display messages using dialog boxes from a shell script. These types of dialog boxes

manpages/smoltSendProfile.1.html
smoltSendProfile(1) - Submit Smolt hardware profile to serve
smoltSendProfile program submits the hardware profile of the current machine to the Smoon server. Smolt is a cross-desktop hardware reporting tool for GNU/Linux

manpages/pixelcity.1.html
pixelcity(1) - Procedural city fly through. - Linux man page
From Shamus Young (http://code.no_google.com/p/pixelcity/): A screensaver for Windows which generates and performs a fly-through of a nighttime cityscape. * The

manpages/systemd-binfmt.8.html
systemd-binfmt(8) Configure additional binary formats for ex
systemd-binfmt.service is an early-boot service that registers additional binary formats for executables in the kernel. See binfmt.d(5) for information about th

manpages/pc1toppm.1.html
pc1toppm(1) - convert an Atari Degas .pc1 into a PPM image
This program is part of Netpbm(1) pc1toppm reads an Atari Degas .pc1 file as input and produces a PPM image as output. The .pc1 format is a compressed (run leng

manpages/XPointInRegion.3.html
XPointInRegion(3) - determine if regions are empty or equal
The XEmptyRegion function returns True if the region is empty. The XEqualRegion function returns True if the two regions have the same offset, size, and shape.

manpages/TIFFcodec.3tiff.html
TIFFcodec(3tiff) - codec-related utility routines (ManPage)
libtiff supports a variety of compression schemes implemented by software codecs. Each codec adheres to a modular interface that provides for the decoding and e

manpages/vw_printw.3ncurses.html
vw_printw(3ncurses) - print formatted output in curses windo
vw_printw.3ncurses - The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by

manpages/Net::Server::PreFork.3pm.html
Net::Server::PreFork(3pm) - Net::Server personality.........
Please read the pod on Net::Server and Net::Server::PreForkSimple first. This module is a personality, or extension, or sub class, of the Net::Server::PreForkSi

manpages/log2f.3.html
log2f(3) - base-2 logarithmic function - Linux manual page
The log2() function returns the base 2 logarithm of x. RETURN VALUE On success, these functions return the base 2 logarithm of x. For special cases, including w





We can't live, work or learn in freedom unless the software we use is free.