[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Antwort: Re: WSDL2RPG - Version 1.10 beta 1 available



Julio,

I did some additional tests and I was surprised that WSDL2RPG already
manage relative paths for http URLs. Obviously I do not know my own
code. ;-)
Based on your wsdl and xsd files I created the following structure on a
test server:

   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\MembershipService.wsdl

   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\membershipservice
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\membershipservice
\MembershipService.xsd

   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\common
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\common\
ErrorsType.xsd
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\common\
IntervalCommonTypes.xsd
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\common\
IntervalHeaderRQ.xsd
   c:\Program Files\Tomcat\webapps\WSDL2RPG\wsdl\schema\common\
IntervalHeaderRS.xsd

The rules that I followed were:

1. The wsdl file (that is in folder '...\wsdl') uses a relative path to
reference 'MembershipService.xsd':

   <xs:import
    namespace="http://services.intervalintl.com/schema/membershipservice";
    schemaLocation="schema/membershipservice/MembershipService.xsd" />

That is why the xsd file should be in folder 'schema/membershipservice/'
below 'wsdl'.

2. 'MembershipService.xsd' uses a relative path to reference
'ErrorsType.xsd':

   <xs:import
    namespace="http://services.intervalintl.com/schema/common/errors";
    schemaLocation="../common/ErrorsType.xsd"/>

Based on the location of 'MembershipService.xsd' file 'ErrorsType.xsd' must
be located in 'common' below 'schema'. We step one folder back because of
'..' to leave 'membershipservice' and then step into 'common'.

3. The very same rule (2.) applies to IntervalCommonTypes.xsd,
IntervalHeaderRQ.xsd and IntervalHeaderRS.xsd.

With that setup WSDL2RPG successfully resolved all external schema files.
So I assume that the xsd files on your server are stored at different
locations.

Thomas.


ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 03.12.2009 18:05:44:

> Von:
>
> thomas.raddatz@xxxxxxxxxxx
>
> An:
>
> ftpapi@xxxxxxxxxxxxxxxxxxxxxx
>
> Datum:
>
> 03.12.2009 18:15
>
> Betreff:
>
> Re: WSDL2RPG - Version 1.10 beta 1 available
>
> Gesendet von:
>
> ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
>
> I understand. Today WSDL2RPG only resolves relative paths for local
> files. I will try to change it to
> do the same for remote files. However in your case that means that
> the files on the server must be in
> a similar folder structure as shown here:
>
>   http://aServer/aPath/MembershipService.wsdl
>   http://aServer/aPath/schema/membershipservice/MembershipService.xsd
>   http://aServer/aPath/schema/common/IntervalHeaderRQ.xsd
>   http://aServer/aPath/schema/common/IntervalHeaderRS.xsd
>   http://aServer/aPath/schema/common/ErrorsType.xsd
>   http://aServer/aPath/schema/common/IntervalCommonTypes.xsd
>
> Can you confirm that you can access the XSD files on the server with
> URLs similar to the ones above?
>
> Thomas.
>
> Julio Cabrera schrieb:
> > Thomas,
> > Unfortunately the wsdl and the xsd files are in an external server.
> > Julio
> >
> > -----Original Message-----
> > From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:ftpapi-
> bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of thomas.raddatz@xxxxxx
> > Sent: Thursday, December 03, 2009 5:12 AM
> > To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: RE: WSDL2RPG - Version 1.10 beta 1 available
> >
> >
> > Julio,
> >
> > I put your WSDL file and the XSD file into folders of the IFS like
this:
> >
> >    /home/raddatz/wsdl2rpg/wsdl/MembershipService.wsdl
> >    /home/raddatz/wsdl2rpg/wsdl/schema/membershipservice/
> > MembershipService.xsd
> >
> > Doing it this way WSDL2RPG was able to successfully load the external
> > schema from file 'MembershipService.xsd'. Unfortunately it faild to
load
> > the following files that are referenced from MembershipService.xsd:
> >
> >    IntervalHeaderRQ.xsd
> >    IntervalHeaderRS.xsd
> >    ErrorsType.xsd
> >    IntervalCommonTypes.xsd
> >
> > I strongly assume that it works if you build a similar folder structure
> > like I did and add the missing files. I assume that the folder
structure
> > should be:
> >
> >    /WhatEverPath/MembershipService.wsdl
> >    /WhatEverPath/schema/membershipservice/MembershipService.xsd
> >    /WhatEverPath/schema/common/IntervalHeaderRQ.xsd
> >    /WhatEverPath/schema/common/IntervalHeaderRS.xsd
> >    /WhatEverPath/schema/common/ErrorsType.xsd
> >    /WhatEverPath/schema/common/IntervalCommonTypes.xsd
> >
> > Are these file on your local AS/400 or do you download them from a http
> > URL?
> >
> > Thomas.
> >
> > ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 02.12.2009 21:00:38:
> >
> >> Von:
> >>
> >> Julio.Cabrera@xxxxxxxxxxxxxxxx
> >>
> >> An:
> >>
> >> ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>
> >> Datum:
> >>
> >> 02.12.2009 21:09
> >>
> >> Betreff:
> >>
> >> RE: WSDL2RPG - Version 1.10 beta 1 available
> >>
> >> Gesendet von:
> >>
> >> ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>
> >>
> >> Thomas,
> >>
> >>
> >> I did use your new version and it went one step more, it gives me the
> >> screen to select:
> >>
> >>
> >>
> >>                                Select Operation
> >> IIMIADEV
> >>                                                             12/02/09
> >> 14:07:04
> >> Web Service port:
> >>
> >> Output file:        LIBJCA/QRPGLESRC.WS.MEM
> >>
> >>
> >>
> >> Select operations, press Enter.
> >>
> >>   1=Select
> >>
> >>
> >>
> >> Option  Web Services -> Port -> Operations
> >>
> >>         sch0:membershipServiceService (service)
> >>
> >>            sch0:membershipServiceSoap11 (port)
> >>
> >>               sch0:CreateMembershipContact()
> >>
> >>               sch0:GetMembershipOwners()
> >>
> >>               sch0:GetMembershipProducts()
> >>
> >>               sch0:GetMembershipProductRenewalEligibility()
> >>
> >>               sch0:GetMembershipSummaries()
> >>
> >>               sch0:GetMembershipSummariesAndSolicitationSummaries()
> >>
> >>               sch0:GetMemberOwnership()
> >>
> >>               sch0:RemoveMembershipContact()
> >>
> >>               sch0:RemoveMemberOwnership()
> >>
> >>               sch0:UpdateMembershipContactRole()
> >>
> >>
> >> More...
> >> F3=Exit   F12=Cancel
> >>
> >>
> >>
> >> I select with a "1" GetMemberSummaries but when I press ENTER to
> >> generate the stub I get the following:
> >>
> >> WSDL2RPG
> >> URL('http://soa-test1:8080/EnterpriseServicesWeb/services/member
> >> shipManager.wsdl') SRCFILE(LIBJCA/QRPGLESRC) SRCMBR(WS.MEM)
> >>
> >> Failed to download XSD file from URL
> >>
> >>
> >>
http://soa-test1:8080/EnterpriseServicesWeb/services/schema/memberships
> >>   ervice/../common/IntervalHeaderRQ.xsd. Prompt message to get further
> >>
> >>   information about the error.
> >>
> >> Failed to download XSD file from URL
> >>
> >>
> >>
http://soa-test1:8080/EnterpriseServicesWeb/services/schema/memberships
> >>   ervice/../common/IntervalHeaderRS.xsd. Prompt message to get further
> >>
> >>   information about the error.
> >>
> >>   Failed to download XSD file from URL
> >>
> >>
> >>
http://soa-test1:8080/EnterpriseServicesWeb/services/schema/memberships
> >>     ervice/../common/IntervalCommonTypes.xsd. Prompt message to get
> >> further
> >>     information about the error.
> >>
> >>   Pointer not set for location referenced.
> >>
> >>   The call to main ended in error (C G D F).
> >>
> >> ? C
> >>
> >>
> >>
> >> NOTE: I am including now the MembershipService.xsd file.
> >>
> >>
> >>
> >> -----Original Message-----
> >> From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >> [mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> >> thomas.raddatz@xxxxxx
> >> Sent: Wednesday, December 02, 2009 10:34 AM
> >> To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >> Subject: RE: WSDL2RPG - Version 1.10 beta 1 available
> >>
> >>
> >> Julio,
> >>
> >> I uploaded WSDL2RPG v1.10 beta 1. Please download it from the
following
> >> URL
> >> and test it with your wsdl file.
> >>
> >>    http://www.tools400.de/beta/WSDL2RPG_v1.10_beta_1_20091202_1624.zip
> >>
> >> Please keep me up to date.
> >>
> >> Thomas.
> >>
> >> ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 02.12.2009 13:18:09:
> >>
> >>> Von:
> >>>
> >>> thomas.raddatz@xxxxxx
> >>>
> >>> An:
> >>>
> >>> ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>>
> >>> Datum:
> >>>
> >>> 02.12.2009 13:27
> >>>
> >>> Betreff:
> >>>
> >>> RE: WSDL2RPG - Version 1.9.6 available
> >>>
> >>> Gesendet von:
> >>>
> >>> ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>
> >>>
> >>> Julio,
> >>>
> >>> There are two problems with your wsdl file.
> >>>
> >>> 1. The <schema> element does not specify a target namespace. I do not
> >> know
> >>> whether that is legal or not. Nevertheless I fix that problem by
> >> assigning
> >>> a internal name.
> >>>
> >>> 2. The <import> element correctly owns a 'schemaLocation' attribute
in
> >>> order to specify the location of the imported schema. Until now I
> >> expected
> >>> to get a 'location' attribute instead. I changed WSDL2RPG to check
for
> >> a
> >>> 'schemaLocation' attribute instead of a 'location' attribute.
> >>>
> >>> Unfortunately I do not have your MembershipService.xsd file and hence
> >>> cannot thorougly test WSDL2RPG. That is what I ask you to do. I hope
> >> that
> >> I
> >>> can upload a beta this evenening. I will let you know when it is
> >> available.
> >>> (I will post a message here.)
> >>>
> >>> Thomas.
> >>>
> >>> ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 01.12.2009 15:11:07:
> >>>
> >>>> Von:
> >>>>
> >>>> Julio.Cabrera@xxxxxxxxxxxxxxxx
> >>>>
> >>>> An:
> >>>>
> >>>> ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>>>
> >>>> Datum:
> >>>>
> >>>> 01.12.2009 15:22
> >>>>
> >>>> Betreff:
> >>>>
> >>>> RE: WSDL2RPG - Version 1.9.6 available
> >>>>
> >>>> Gesendet von:
> >>>>
> >>>> ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>
> >>>>
> >>>> Thomas:
> >>>>
> >>>> I downloaded the files from my PC at home and it worked perfectly.
> >> It
> >>>> looks that there is a network problem (or security) here.
> >>>> I did install your library and when I ran the WSDL2RPG command it
> >> gave
> >>>> me the following errors:
> >>>>
> >>>> WSDL2RPG
> >>>> URL('http://soa-test1:8080/EnterpriseServicesWeb/services/member
> >>>> shipManager.wsdl') SRCFILE(LIBJCA/QRPGLESRC) SRCMBR(WS0001)
> >>>>
> >>>> BASICS1/BASICS1RC.BASICS1RC_BasicMap_put (Stmt: 85600) : Key length
> >> must
> >>>>   be greater 0.
> >>>>
> >>>> Parsing the WSDL file failed with error code -1009 in line 3 at
> >> position
> >>>>   5.
> >>>>
> >>>> Request canceled due to error. See job log or debug log.
> >>>>
> >>>> I entered the wsdl in the web browser and it shows the whole thing.
> >>>>
> >>>> I am doing anything wrong?. Or maybe is a security problem again.
> >>>>
> >>>> Regards,
> >>>>
> >>>> Julio
> >>>>
> >>>>
> >>>>
> >>>> -----Original Message-----
> >>>> From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>> [mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Thomas
> >>>> Raddatz
> >>>> Sent: Monday, November 30, 2009 4:25 PM
> >>>> To: HTTPAPI and FTPAPI Projects
> >>>> Subject: Re: WSDL2RPG - Version 1.9.6 available
> >>>>
> >>>> I noticed the same problem when I tried to download the new zip
> >> file.
> >>>> After I close and restarted
> >>>> Firefox I downloaded the new zip file successfully.
> >>>>
> >>>> Thomas.
> >>>>
> >>>> Scott Klement schrieb:
> >>>>>    Hello Julio,
> >>>>>    I just tried it and was able to download from Thomas's site
> >> without
> >>>>>    any problems.
> >>>>>    Based on the error messages you posted, I suspect one of two
> >>>> things:
> >>>>>    1) Maybe you have a corrupt copy in your browser cache.  (Try
> >>>> clearing
> >>>>>    the cache)
> >>>>>    2) Maybe you are having trouble getting through your network
> >> proxy?
> >>>>>    (Your screen shot shows a proxy authentication error.)
> >>>>>    So, Thomas's site seems to be okay.  Maybe one of the above
> >> ideas
> >>>> will
> >>>>>    help you get it downloaded on your side.
> >>>>>    Good luck!
> >>>>>    Julio Cabrera wrote:
> >>>>>
> >>>>>
> >>>>>    Sorry Thomas,
> >>>>>
> >>>>>    But I am getting the following:
> >>>>>
> >>>>>
> >>>>>    [[1]cid:image001.jpg@01CA71CA.9DD0A6B0]
> >>>>>
> >>>>>
> >>>>>    Regards,
> >>>>>
> >>>>>
> >>>>>    Julio
> >>>>>
> >>>>>
> >>>>>
> >>>>>    -----Original Message-----
> >>>>>    From: [2]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>    [[3]mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> >>>> Thomas
> >>>>>    Raddatz
> >>>>>    Sent: Monday, November 30, 2009 12:23 PM
> >>>>>    To: HTTPAPI and FTPAPI Projects
> >>>>>    Subject: Re: WSDL2RPG - Version 1.9.6 available
> >>>>>
> >>>>>
> >>>>>    Again, sorry for the mess. Things are fixed, not. Please
> >> download
> >>>>>    v1.9.6 again.
> >>>>>
> >>>>>
> >>>>>    Thomas.
> >>>>>
> >>>>>
> >>>>>    [4]thomas.raddatz@xxxxxx schrieb:
> >>>>>
> >>>>>    > Craig,
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    > I am going to fix it this evening. I do not know why but some
> >>>> times
> >>>>>    > Netobjects corrupts a file when uploading it to the server.
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    > Regards,
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    > Thomas.
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    > [5]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am
> >> 30.11.2009
> >>>>>    14:55:35:
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    >> Von:
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> [6]CJacobsen@xxxxxxxxxxxxx
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> An:
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> [7]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Datum:
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> 30.11.2009 15:35
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Betreff:
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> RE: WSDL2RPG - Version 1.9.6 available
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Gesendet von:
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> [8]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Thomas,
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> I tried downloading your zip file but I get
> >>>>>
> >>>>>    >> The Compressed (zipped) Folder is invalid or corrupted.
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Thanks,
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Craig
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> -----Original Message-----
> >>>>>
> >>>>>    >> From: [9]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>> [[10]mailto:ftpapi-
> >>>>>    >> [11]bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Thomas
> >> Raddatz
> >>>>>    >> Sent: Friday, November 27, 2009 4:49 PM
> >>>>>
> >>>>>    >> To: [12]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>
> >>>>>    >> Subject: WSDL2RPG - Version 1.9.6 available
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Hi folks,
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> I released WSDL2RPG V1.9.6. You can download WSDL2RPG from
> >> my
> >>>>>    >> Freeware page at [13]http://www.tools400.de.
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> I updated the sample programs to v1.9 and moved the missing
> >> type
> >>>>>    >> definition 'wsdl_soapAction_t' from member TYPES to the new
> >>>> public
> >>>>>    >> member TYPES_H.
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> I also updated the FAQ "How to create a Test Program" to
> >> clarify
> >>>>>    how
> >>>>>
> >>>>>    >> to generate a test program.
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Sorry for the inconveniences.
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Regards,
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Thomas.
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >>
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    >> This is the FTPAPI mailing list.  To unsubscribe, please go
> >> to:
> >>>>>    >> [14]http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>>>>    >>
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >> Confidentiality Notice: This e-mail message, including any
> >>>>>
> >>>>>    >> attachments, is for the sole use of the intended
> >> recipient(s)
> >>>> and
> >>>>>    >> may contain confidential and privileged information. Any
> >>>>>
> >>>>>    >> unauthorized review, use, disclosure or distribution is
> >>>> prohibited.
> >>>>>    >> If you are not the intended recipient, please contact the
> >> sender
> >>>> by
> >>>>>    >> reply e-mail and destroy all copies of the original message.
> >>>>>    Unless
> >>>>>
> >>>>>    >> expressly stated in this e-mail, nothing in this message or
> >> any
> >>>>>    >> attachment should be construed as a digital or electronic
> >>>>>    signature.
> >>>>>
> >>>>>    >>
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    >> This is the FTPAPI mailing list.  To unsubscribe, please go
> >> to:
> >>>>>    >> [15]http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>>>>    >>
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    >>
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    >
> >>>>>
> >>>>>    > --
> >>>>>
> >>>>>    > IMPORTANT NOTICE:
> >>>>>
> >>>>>    > This email is confidential, may be legally privileged, and is
> >> for
> >>>>>    the
> >>>>>
> >>>>>    > intended recipient only. Access, disclosure, copying,
> >>>> distribution,
> >>>>>    or
> >>>>>
> >>>>>    > reliance on any of it by anyone else is prohibited and may be
> >> a
> >>>>>    criminal
> >>>>>
> >>>>>    > offence. Please delete if obtained in error and email
> >>>> confirmation
> >>>>>    to the sender.
> >>>>>
> >>>>>    >
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    > This is the FTPAPI mailing list.  To unsubscribe, please go
> >> to:
> >>>>>    > [16]http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>>>>    >
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    >
> >
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>    This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >>>>>
> >>>>>    [17]http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>>>>
> >> ----------------------------------------------------------------------
> >>>>>    -
> >>>>>
> >>>>>
> >>>>>
> >> ______________________________________________________________________
> >>>>>    _______
> >>>>>
> >>>>>    Scanned by IBM Email Security Management Services powered by
> >>>>>    MessageLabs.
> >>>>>
> >>>>>
> >> ______________________________________________________________________
> >>>>>    _______
> >>>>>
> >>>>>
> >> ______________________________________________________________________
> >>>>>    _______
> >>>>>    Scanned by IBM Email Security Management Services powered by
> >>>>>    MessageLabs. For more information please visit
> >>>> [18]http://www.ers.ibm.com
> >> ______________________________________________________________________
> >>>>>    _______
> >>>>>
> >>>>>
> >>
_______________________________________________________________________
> >>>>>
> >>
-----------------------------------------------------------------------
> >>>>> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >>>>> [19]http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>
-----------------------------------------------------------------------
> >>>>> References
> >>>>>
> >>>>>    1. cid:image001.jpg@01CA71CA.9DD0A6B0
> >>>>>    2. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>    3. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>    4. mailto:thomas.raddatz@xxxxxx
> >>>>>    5. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>    6. mailto:CJacobsen@xxxxxxxxxxxxx
> >>>>>    7. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>    8. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>    9. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>   10. mailto:ftpapi
> >>>>>   11. mailto:bounces@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>   12. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> >>>>>   13. http://www.tools400.de/
> >>>>>   14. http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>   15. http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>   16. http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>   17. http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>   18. http://www.ers.ibm.com/
> >>>>>   19. http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>
-----------------------------------------------------------------------
> >>>>> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >>>>> http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>>
> >>
-----------------------------------------------------------------------
> >>
-----------------------------------------------------------------------
> >>>> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >>>> http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>
> >>
-----------------------------------------------------------------------
> >>>>
> >>
________________________________________________________________________
> >>>> _____
> >>>> Scanned by IBM Email Security Management Services powered by
> >>>> MessageLabs.
> >>>>
> >>
________________________________________________________________________
> >>>> _____
> >>>>
> >>>>
> >>
________________________________________________________________________
> >> _____
> >>
> >>>> Scanned by IBM Email Security Management Services powered by
> >>>> MessageLabs. For more information please visit
> >> http://www.ers.ibm.com
> >>
________________________________________________________________________
> >> _____
> >>
> >>
-----------------------------------------------------------------------
> >>>> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >>>> http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>>
> >>
-----------------------------------------------------------------------
> >>>
> >>> --
> >>> IMPORTANT NOTICE:
> >>> This email is confidential, may be legally privileged, and is for the
> >>> intended recipient only. Access, disclosure, copying, distribution,
or
> >>> reliance on any of it by anyone else is prohibited and may be a
> >> criminal
> >>> offence. Please delete if obtained in error and email confirmation
> >>> to the sender.
> >>>
> >>
-----------------------------------------------------------------------
> >>> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >>> http://www.scottklement.com/mailman/listinfo/ftpapi
> >>>
> >>
-----------------------------------------------------------------------
> >>
> >> --
> >> IMPORTANT NOTICE:
> >> This email is confidential, may be legally privileged, and is for the
> >> intended recipient only. Access, disclosure, copying, distribution, or
> >> reliance on any of it by anyone else is prohibited and may be a
criminal
> >> offence. Please delete if obtained in error and email confirmation to
> >> the sender.
> >>
-----------------------------------------------------------------------
> >> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >> http://www.scottklement.com/mailman/listinfo/ftpapi
> >>
-----------------------------------------------------------------------
> >>
> >>
________________________________________________________________________
> >> _____
> >> Scanned by IBM Email Security Management Services powered by
> >> MessageLabs.
> >>
________________________________________________________________________
> >> _____
> >>
> >>
> >
>
_____________________________________________________________________________

> >
> >> Scanned by IBM Email Security Management Services powered by
> >> MessageLabs. For more information please visit http://www.ers.ibm.com
> >>
> >
>
_____________________________________________________________________________

> >
> >> [Anhang "MembershipService.xsd" gelöscht von Thomas Raddatz/GfD/DE]
> >>
-----------------------------------------------------------------------
> >> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> >> http://www.scottklement.com/mailman/listinfo/ftpapi
> >>
-----------------------------------------------------------------------
> >
> >
> > --
> > IMPORTANT NOTICE:
> > This email is confidential, may be legally privileged, and is for the
> > intended recipient only. Access, disclosure, copying, distribution, or
> > reliance on any of it by anyone else is prohibited and may be a
criminal
> > offence. Please delete if obtained in error and email confirmation
> to the sender.
> > -----------------------------------------------------------------------
> > This is the FTPAPI mailing list.  To unsubscribe, please go to:
> > http://www.scottklement.com/mailman/listinfo/ftpapi
> > -----------------------------------------------------------------------
> >
> >
>
_____________________________________________________________________________

> > Scanned by IBM Email Security Management Services powered by
MessageLabs.
> >
>
_____________________________________________________________________________

> >
> >
>
_____________________________________________________________________________

> > Scanned by IBM Email Security Management Services powered by
> MessageLabs. For more information please visit http://www.ers.ibm.com
> >
>
_____________________________________________________________________________

> > -----------------------------------------------------------------------
> > This is the FTPAPI mailing list.  To unsubscribe, please go to:
> > http://www.scottklement.com/mailman/listinfo/ftpapi
> > -----------------------------------------------------------------------
> >
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------
>


--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the
intended recipient only. Access, disclosure, copying, distribution, or
reliance on any of it by anyone else is prohibited and may be a criminal
offence. Please delete if obtained in error and email confirmation to the sender.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------