Hi Thomas,
I have installed WSDL2RPG tool and i generated the RPG stub and
program out of it. Later when i try to invoke the program, it gives
me these errors:
13: HTTP/1.1 400 Bad
Request
SOAP-ENV:Client: Unknown
Part
'http://www.siebel.com/xml/BT%20Account%20IO%20-%20Zest:ListOfBtAccoun
t
Io_Zest' for operation
'Up
I have attached the following :
1) WSDL file
2)Corresponding RPG Program and stub generated out of
WSDL2RPG tool.
3) HTTP error log after invoking the RPG program.
Can you please help me resolve this issue. Thanks for your help and
let me now if you need additional info.
Regards,
Avinash
From: "thomas.raddatz@xxxxxx" <thomas.raddatz@xxxxxx>
To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
Cc: ftpapi@xxxxxxxxxxxxxxxxxxxxxx;
ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
Sent: Monday, 7 February 2011 5:37 PM
Subject: Antwort: Re: Problem calling webservice using WSDL2RPG tool
You are welcome and hopefully you will not encounter any more
problems. ;-)
For sure I am happy about the new test case.
Thomas.
[1]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 07.02.2011
12:38:14:
> Von: [2]avinash_miraskar@xxxxxxxxxxx
> An: [3]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> Datum: 07.02.2011 12:45
> Betreff: Re: Problem calling webservice using WSDL2RPG tool
> Gesendet von: [4]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
>
> Thanks a ton Thomas, that worked.. i just turned on the debug log
and checked
> that my array dimension was on the lower side. I just increased to
a
higher
> dimension and it worked !! Thanks for your help!! I'm glad that
thisWSDL file
> help add those additional test scenarios... Will keep you informed
if i come
> across anything more :)
>
> Regards,
> Avinash.
>
>
>
> ----- Original Message ----
> From: "[5]thomas.raddatz@xxxxxx" <[6]thomas.raddatz@xxxxxx>
> To: [7]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> Sent: Mon, 7 February, 2011 3:47:45 PM
> Subject: Re: Problem calling webservice using WSDL2RPG tool
>
>
> Avinash,
> The namespace value is correct because now we get into
procedure
> tns_ListOfValuesStart_of_tns_ListOfAgileUpdateLov() that
retrieves the
> values of the "ListOfValues" array from the XML stream.
> I strongly assume that the number of elements returned by the
web
> service exceeds the number of elements defined at the dim()
statement.
> Please enable the debug log and check if that is true. You
should
see
> something similar to this at the end of the debug log:
> WSDL2RPG Ver 1.14beta4 released 2011-02-05
> WSDL2RPG: MCH0603: Range of subscript value or character string
error.
> received from procedure:
> tns_ListOfValuesStart_of_tns_ListOfAgileUpdateLov
> and statement: 178100
> WSDL2RPG (eXpat error): (-1009) Range of subscript value or
character
> string error.
> received at line: 1
> at column: 3332
> from procedure: WSDL2R97_XMLSAXParser_parse
> and statement: 101900
> SetError() #16: recvchunk: saveproc: Not all data was writtenÜ
> http_close(): entered
> You may also start the debugger and add a breakpoint to the
following
> statement:
> xsdLocal0_ListOfValues.x = xsdLocal0_ListOfValues.x + 1;
> Now check how often you stop at the breakpoint and compare it
to
the
> the number of items at the dim() statement:
> *
> * Array dimensions:
> D DIM_A1 C 128
> D item
> likeds(xsdLocal0_ListOfValues_t)
> D dim(DIM_A1)
> If you cannot increase the number of elements because of the
64k
> restriction of RGP, you need to use dynamic arrays instead of
static
> arrays. There is an FAQ document that describes how to use
dynamic
> arrays:
> FAQ How to Use Dynamic Arrays_v1.1
> Thomas.
> [8]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am 07.02.2011
09:05:04:
> > Von: [9]avinash_miraskar@xxxxxxxxxxx
> > An: [10]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > Datum: 07.02.2011 09:16
> > Betreff: Re: Problem calling webservice using WSDL2RPG tool
> > Gesendet von: [11]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> >
> > Hi Thomas,
> >
> > I download the latest Beta4 version and regenerated the
webservice
> > code and when
> > i gave a call to the webservice program, it was crashing with
the
> following
> > error message:
> >
> > ->Range of subscript value or character string error.
> > -> 16: recvdoc: saveproc: Not all data was written!
> > -1009: Range of subscript value or character string error.
> >
> > When i compared with older code, i saw that you have replaced
the
> "Blank"
> > namespaces with
> '[12]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV'.
> >
> > I am not sure if we are still missing something?
> >
> > Pgm:TEST009 (attached in mail):
> > In procedures :xsdLocal0_ListOfAgileUpdateLovStart &
> > xsdLocal0_ListOfValuesStart_of_xsdLocal0_ListOfAgileUpdateLov
for
> > example uses
> > these namespaces..
> >
> > Regards,
> > Avinash.
> >
> >
> >
> >
> >
> > ----- Original Message ----
> > From: "[13]thomas.raddatz@xxxxxx" <[14]thomas.raddatz@xxxxxx>
> > To: [15]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > Sent: Fri, 4 February, 2011 8:51:52 PM
> > Subject: Re: Problem calling webservice using WSDL2RPG tool
> >
> >
> > Avanish,
> > I fixed the error you reported. The different use of
namespaces
> for
> > RPC/encoded, RPC/literal and Document/literal is driving
me
> crazy.
> > However it seems that I got it now. You can download the
next
> beta
> > from here:
> >
>
[1][1][1][16]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v
1.14
bet
> a3_
> > 20110204_1609.zip
> > The good news is that I eventually managed to set up a web
> service
> > from your wsdl file. That means that I could do a live
test
and
> that I
> > am going to add that service to my test cases.
> > Last but not least I attached the sample stub and test
program
> that I
> > used to call your web service. Did you already notice the
new
> > PARMSTRUCT and STRUCTSTMF parameters of command WSDL2RPG?
The zip
> file
> > also includes the output produced with PARMSTRUCT(*STMF).
> > Thomas.
> > [17]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb am
04.02.2011
> 12:11:49:
> > > Von: [18]avinash_miraskar@xxxxxxxxxxx
> > > An: [19]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > > Datum: 04.02.2011 12:19
> > > Betreff: Re: Problem calling webservice using WSDL2RPG
tool
> > > Gesendet von: [20]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> > >
> > > Hi Thomas,
> > >
> > > One more thing, while i was testing the output got from
the
> > webservice, i
> > > expected the output to be in complex Output parm
> "SiebelMessage"
> > > field, but i am
> > > getting the output in "#XML_spcString"(As one longg
string).
> Can you
> > > please tell
> > > me what is that i need to correct to get the output in
this
> complex
> > output
> > > parameter.
> > >
> > > I tested this wsdl file from a testing tool, the output
comes
> in the
> > output
> > > parm.
> > >
> > > Basically the webservice in this example passes nothing,
and
> gets
> > output in a
> > > complex data structure which has lot of levels.
> > >
> > >
> > > Let me know if you need more info. Pls check pgm WS0098.
> > >
> > > Regards,
> > > Avinash.
> > >
> > >
> > >
> > > ----- Original Message ----
> > > From: Thomas Raddatz <[21]thomas.raddatz@xxxxxxxxxxx>
> > > To: HTTPAPI and FTPAPI Projects
<[22]ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
> > > Sent: Thu, 3 February, 2011 10:16:36 PM
> > > Subject: Re: Problem calling webservice using WSDL2RPG
tool
> > >
> > > You are welcome and I am happy that it works, now.
> > >
> > > Thomas.
> > >
> > > Am 03.02.2011 12:09, schrieb Avinash Miraskar:
> > > > Thanks Thomas, will try and let you know..
> > > >
> > > >
> > > >
> > > >
> > > > ----- Original Message ----
> > > > From:
"[23]thomas.raddatz@xxxxxx"<[24]thomas.raddatz@xxxxxx>
> > > > To: [25]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > > > Sent: Wed, 2 February, 2011 6:07:23 PM
> > > > Subject: Re: Problem calling webservice using WSDL2RPG
tool
> > > >
> > > >
> > > > Avinash,
> > > > I eventually fixed the problem with your web
service. The
> core
> > problem
> > > > was that I did not pay attention to the "use"
attribute
> of
> > element
> > > > <soap:body> which is a nested element of<binding>.
The
> use
> > attributes
> > > > specifies "literal" for the body of the envelope
whereas
> I
> > assumed
> > > > "encoded" because of the "style" attribute of
> > element<soap:binding>.
> > > > I also add quotes to the soapAction header, now.
You
can
> > download the
> > > > fix from the URL below:
> > > >
> > > >
> >
>
[1][2][2][2][26]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RP
G_v1
.14
> bet
> > a2_
> > > > 20110202_1307.zip
> > > > By the way the first bug fix of beta1 preseved the
order
> of
> > the<part>
> > > > elements of element<message>.
> > > > Now the generated request message as send over the
wire
> looks
> > like
> > > > this:
> > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > <soapenv:Envelope
> > > >
> >
>
xmlns:soapenv="[2][3][3][3][27]http://schemas.xmlsoap.org/soap/envelop
e/"
> > > >
xmlns:tns="[3][4][4][4][28]http://siebel.com/asi/"
> > > >
> > > >
> >
>
xmlns:xsdLocal0="[4][5][5][5][29]http://www.siebel.com/xml/BT%20Agile%
20Up
dat
> e%2
> > 0LO
> > > > V">
> > > > <soapenv:Body>
> > > > <tns:Mapics_spcTE>
> > > >
> > > >
> <Process_spcInstance_spcId>string</Process_spcInstance_spcId>
> > > > <Step_spcName>string</Step_spcName>
> > > > <_XML_spcString>string</_XML_spcString>
> > > > <Object_spcId>string</Object_spcId>
> > > >
> > > >
> >
>
<Siebel_spcOperation_spcObject_spcId>string</Siebel_spcOperation_spcOb
> > > > ject_spcId>
> > > > <SiebelMessage>
> > > > <xsdLocal0:ListOfAgileUpdateLov>
> > > > <xsdLocal0:ListOfValues>
> > > >
> > <xsdLocal0:Type>string</xsdLocal0:Type>
> > > >
> > <xsdLocal0:Name>string</xsdLocal0:Name>
> > > >
> > <xsdLocal0:Value>string</xsdLocal0:Value>
> > > >
> > <xsdLocal0:SubType>string</xsdLocal0:SubType>
> > > >
> > <xsdLocal0:Active>string</xsdLocal0:Active>
> > > > </xsdLocal0:ListOfValues>
> > > > </xsdLocal0:ListOfAgileUpdateLov>
> > > > </SiebelMessage>
> > > > <Error_spcCode>string</Error_spcCode>
> > > >
<Error_spcMessage>string</Error_spcMessage>
> > > > </tns:Mapics_spcTE>
> > > > </soapenv:Body>
> > > > </soapenv:Envelope>
> > > > Unfortunately I am not able (actually it is Axis2)
to
> generate
> > a Java
> > > > web service for your wsdl file and therefore I
cannot do
> a
> > live test.
> > > > Please regenerate your stub module and let me know
if it
> > works, now.
> > > > Thomas.
> > > > [30]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx schrieb
am
> 01.02.2011
> > 07:23:04:
> > > > > Von: [31]avinash_miraskar@xxxxxxxxxxx
> > > > > An: [32]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > > > > Datum: 01.02.2011 07:29
> > > > > Betreff: Re: Problem calling webservice using
WSDL2RPG
> tool
> > > > > Gesendet von:
[33]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> > > > >
> > > > > Hi Thomas,
> > > > >
> > > > > I tried installing the 1.14beta1 release, but
the
> problem
> > still
> > > > persists, its
> > > > > still generating wrong soap request message in
the
> program,
> > To
> > > > > correct this, i
> > > > > used a functional SOAP testing tool to generate
the
> correct
> > soap
> > > > request and
> > > > > copy pasted the code into my program to make it
work.
> > > > >
> > > > > Additionally i had to correct the program to add
> double
> > quotes to
> > > > soap action.
> > > > >
> > > > > And regarding "content-type", as you said
omitting
> > "charset=utf-8"
> > > > > still works.
> > > > > Let me know what you think of these.. Thanks for
your
> help
> > !
> > > > >
> > > > > Regards,
> > > > > Avinash.
> > > > >
> > > > >
> > > > >
> > > > > ----- Original Message ----
> > > > > From: Thomas
Raddatz<[34]thomas.raddatz@xxxxxxxxxxx>
> > > > > To: HTTPAPI and FTPAPI
> > Projects<[35]ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
> > > > > Sent: Tue, 1 February, 2011 3:06:47 AM
> > > > > Subject: Re: Problem calling webservice using
WSDL2RPG
> tool
> > > > >
> > > > > Avinash,
> > > > >
> > > > > I wonder if you really had to add
"charset=utf-8"
to
> the
> > > > "content-type"
> > > > > header because "utf-8" should be the default
value.
> Anyway,
> > if it
> > > > works
> > > > > anything is fine with it.
> > > > >
> > > > > I fixed the problem with the soap request and
made
> > 1.14beta1
> > > > available on
> > > > > my Freeware page:
> > > > >
> > > > >
> >
>
[5][6][6][6][36]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RP
G_v1
.
> > > > > 14beta1_20110131_2207.zip
> > > > >
> > > > >
> > > > > Please use the direct link because that beta is
not
> yet
> > available on
> > > > the
> > > > > "official" WSDL2RPG page. There is still a
little
bug
> in
> > A_INSTALL
> > > > (batch
> > > > > install option on v5r3 systems) that I want to
fix
> before.
> > > > >
> > > > > Please let me know if beta1 works for you.
> > > > >
> > > > > Thomas.
> > > > >
> > > > >
> > > > > Am 31.01.2011 12:20, schrieb Avinash Miraskar:
> > > > > > Thanks Thomas, basically i corrected the
> content-type
> > from
> > > > text/xml to
> > > > > >text/xml;
> > > > > > charset=utf-8. Additionally the double quotes
to
> soap
> > action did
> > > > help to
> > > > > >resolve
> > > > > > my issue.
> > > > > >
> > > > > > Apart from this the RPG stub had generated
wrong
> soap
> > request,
> > > > which i
> > > > > >corrected
> > > > > > it in WS0090 program. I have attached the
code
for
> your
> > reference.
> > > > > >
> > > > > > When i used the code generated by the tool,
it
used
> to
> > give me
> > > > these set of
> > > > > > errors:
> > > > > > 13: HTTP/1.1 500 Internal Server Error
> > > > > > SOAP-ENV:Server: There is no active Web
Service
> with
> > operation
> > > > named
> > > > > > '[37]http://siebel.com/asi/:Mapics
> TE'.(SBL-EAI-04313)
> > > > > >
> > > > > > Let me know what you think of them.. Thank
you
for
> your
> > help..
> > > > > >
> > > > > > Regards,
> > > > > > Avinash.
> > > > > >
> > > > > >
> > > > > >
> > > > > > ----- Original Message ----
> > > > > > From:
> "[38]thomas.raddatz@xxxxxx"<[39]thomas.raddatz@xxxxxx>
> > > > > > To: [40]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > > > > > Sent: Mon, 31 January, 2011 3:25:04 PM
> > > > > > Subject: Re: Problem calling webservice using
> WSDL2RPG
> > tool
> > > > > >
> > > > > >
> > > > > > Avinash,
> > > > > > SoapUI specifies the soap action
parameter
as
> shown
> > below:
> > > > > > Content-Type: text/xml;charset=UTF-8
> > > > > > SOAPAction:
> > "rpc/[41]http://siebel.com/asi/:Mapics_spcTE"
> > > > > > User-Agent: Jakarta
Commons-HttpClient/3.1
> > > > > > Host: sbluatweb01.ad.agi
> > > > > > Proxy-Connection: Keep-Alive
> > > > > > Content-Length: 1252
> > > > > > Please open your web service stub module
> (WS0099)
> > and add the
> > > > double
> > > > > > quotes to the soap action parameter likes
this:
> > > > > > headers.contentType =
> > > > > >
> > ManagedMemoryDataSource_getContentType(hDataSource);
> > > > > > headers.soapAction =
> > > > '"rpc/[42]http://siebel.com/asi/:Mapics_spcTE"';
> > > > > > Then recompile the stub module and try it
> again.
> > > > > > Please let me know if that solved the
problem.
> I do
> > not yet
> > > > know why
> > > > > > the soap action parameter has to be set
into
> double
> > quotes. I
> > > > will try
> > > > > > to get an answer to that question. Maybe
that
> Scott
> > can shed
> > > > some
> > > > > > light on that.
> > > > > > Thomas.
> > > > > > [43]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
schrieb am
> > 31.01.2011
> > > > 07:29:52:
> > > > > > > Von: [44]avinash_miraskar@xxxxxxxxxxx
> > > > > > > An: [45]ftpapi@xxxxxxxxxxxxxxxxxxxxxx
> > > > > > > Datum: 31.01.2011 09:59
> > > > > > > Betreff: Problem calling webservice
using
> > WSDL2RPG tool
> > > > > > > Gesendet von:
> > [46]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
> > > > > > >
> > > > > > > Hello All,
> > > > > > >
> > > > > > > I have installed WSDL2RPG tool and i
> generated
> > > the RPG stub
> > > > and
> > > > > > > program out of
> > > > > > > it. Later when i try to invoke the
program,
> it
> > gives me
> > > > these
> > > > > > errors:
> > > > > > >
> > > > > > > 1) 13: HTTP/1.1 400 Bad Request.
> > > > > > > 2)SOAP-ENV:Client: SOAPAction '<?>' is
of
> > invalid format:
> > > > SOAPAction
> > > > > > should
> > > > > > > be either rpc/operationName or
> > document/operationName.
> > > > > > .
> > > > > > >
> > > > > > > I have attached the following :
> > > > > > > 1) WSDL file
> > > > > > > 2)Corresponding RPG Program and stub
> generated
> > out of
> > > > WSDL2RPG tool.
> > > > > > > 3) HTTP error log after invoking the
RPG
> > program.
> > > > > > >
> > > > > > > Can someone please help me resolve
this
> issue.
> > Thanks for
> > > > your help
> > > > > > > and let me
> > > > > > > know if you need additional info.
> > > > > > >
> > > > > > > Regards,
> > > > > > > Avinash.
> > > > > > >
> > > > > > > [Anhang "MapicTEType.WSDL" gelöscht
von
> Thomas
> > > > Raddatz/OBI/DE]
> > > > > > > [Anhang "RPGsources.zip" gelöscht von
> Thomas
> > > > Raddatz/OBI/DE] [Anhang
> > > > > > > "httpapi_debug.txt" gelöscht von
Thomas
> > Raddatz/OBI/DE]
> > > > > > >
> > > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > > > -
> > > > > > > This is the FTPAPI mailing list. To
> > > unsubscribe, please go
> > > > to:
> > > > > > >
> >
[1][6][7][7][7][47]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.
> > > > > >
> > > > > > References
> > > > > >
> > > > > > 1.
> >
[7][8][8][8][48]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > -
> > > > > > This is the FTPAPI mailing list. To
unsubscribe,
> please
> > go to:
> > > > > >
> >
[8][9][9][9][49]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > -
> > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > -
> > > > > This is the FTPAPI mailing list. To
unsubscribe,
> please go
> > to:
> > > > >
>
[9][10][10][10][50]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > -
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > -
> > > > > This is the FTPAPI mailing list. To
unsubscribe,
> please go
> > to:
> > > > >
>
[10][11][11][11][51]http://www.scottklement.com/mailman/listinfo/ftpap
i
> > > > >
> > > >
> >
>
----------------------------------------------------------------------
> > > > -
> > > > >
> > > >
> > > > --
> > > > 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.
> > > >
> > > > References
> > > >
> > > > 1.
> > >
>
>[12][12][12][52]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2R
PG_v
1.
> > > 14beta2_20110202_1307.zip
> > > >p
> > > >
> > > > 2.
[13][13][13][53]http://schemas.xmlsoap.org/soap/envelope/
> > > > 3. [14][14][14][54]http://siebel.com/asi/
> > > > 4.
>
[15][15][15][55]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
> > > > 5.
> >
>
[16][16][16][56]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RP
G_v1
> > > > 6.
>
[17][17][17][57]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > 7.
>
[18][18][18][58]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > 8.
>
[19][19][19][59]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > 9.
>
[20][20][20][60]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > > 10.
>
[21][21][21][61]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > >
> > > >
> > > >
> > > >
> >
>
----------------------------------------------------------------------
> > -
> > > > This is the FTPAPI mailing list. To unsubscribe,
please
go
> to:
> > > >
[22][22][22][62]http://www.scottklement.com/mailman/listinfo/ftpapi
> > > >
> >
>
----------------------------------------------------------------------
> > -
> > > >
> > >
> >
>
----------------------------------------------------------------------
> > -
> > > This is the FTPAPI mailing list. To unsubscribe, please
go to:
> > >
[23][23][23][63]http://www.scottklement.com/mailman/listinfo/ftpapi
> > >
> >
>
----------------------------------------------------------------------
> > -
> > >
> > >
> > > [Anhang "RPGsources.zip" gelöscht von Thomas
Raddatz/OBI/DE]
> > >
> >
>
----------------------------------------------------------------------
> > -
> > > This is the FTPAPI mailing list. To unsubscribe, please
go to:
> > >
[24][24][24][64]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.
> >
> > References
> >
> > 1.
> >
[25][25][65]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
.
> > 14beta3_20110204_1609.zip
> >
> > 2.
>
[26][26][66]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
.14b
eta2
> _
> > 3. [27][27][67]http://schemas.xmlsoap.org/soap/envelope/
> > 4. [28][28][68]http://siebel.com/asi/
> > 5.
[29][29][69]http://www.siebel.com/xml/BT%20Agile%20Update%20LO
> > 6.
[30][30][70]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> > 7.
[31][31][71]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 8.
[32][32][72]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 9.
[33][33][73]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 10.
[34][34][74]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 11.
[35][35][75]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 12.
[36][36][76]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> > 13. [37][37][77]http://schemas.xmlsoap.org/soap/envelope/
> > 14. [38][38][78]http://siebel.com/asi/
> > 15.
[39][39][79]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
> > 16.
[40][40][80]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> > 17.
[41][41][81]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 18.
[42][42][82]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 19.
[43][43][83]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 20.
[44][44][84]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 21.
[45][45][85]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 22.
[46][46][86]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 23.
[47][47][87]http://www.scottklement.com/mailman/listinfo/ftpapi
> > 24.
[48][48][88]http://www.scottklement.com/mailman/listinfo/ftpapi
> >
> >
> > [Anhang "test009" gelöscht von Thomas Raddatz/OBI/DE] [Anhang
> > "test010" gelöscht von Thomas Raddatz/OBI/DE]
> >
>
----------------------------------------------------------------------
> -
> > This is the FTPAPI mailing list. To unsubscribe, please go
to:
> >
[49][49][89]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.
>
> References
>
> 1.
[50][90]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14b
eta3
_
> 2.
[51][91]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14b
et
> 3. [52][92]http://schemas.xmlsoap.org/soap/envelope/
> 4. [53][93]http://siebel.com/asi/
> 5. [54][94]http://www.siebel.com/xml/BT%20Agile%20Update%2
> 6.
[55][95]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 7. [56][96]http://www.scottklement.com/mailman/listinfo/ftpapi
> 8. [57][97]http://www.scottklement.com/mailman/listinfo/ftpapi
> 9. [58][98]http://www.scottklement.com/mailman/listinfo/ftpapi
> 10. [59][99]http://www.scottklement.com/mailman/listinfo/ftpapi
> 11. [60][100]http://www.scottklement.com/mailman/listinfo/ftpapi
> 12.
[61][101]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 13. [62][102]http://schemas.xmlsoap.org/soap/envelope/
> 14. [63][103]http://siebel.com/asi/
> 15. [64][104]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
> 16.
[65][105]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 17. [66][106]http://www.scottklement.com/mailman/listinfo/ftpapi
> 18. [67][107]http://www.scottklement.com/mailman/listinfo/ftpapi
> 19. [68][108]http://www.scottklement.com/mailman/listinfo/ftpapi
> 20. [69][109]http://www.scottklement.com/mailman/listinfo/ftpapi
> 21. [70][110]http://www.scottklement.com/mailman/listinfo/ftpapi
> 22. [71][111]http://www.scottklement.com/mailman/listinfo/ftpapi
> 23. [72][112]http://www.scottklement.com/mailman/listinfo/ftpapi
> 24. [73][113]http://www.scottklement.com/mailman/listinfo/ftpapi
> 25.
[74][114]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 26.
[75][115]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14
beta2
_
> 27. [76][116]http://schemas.xmlsoap.org/soap/envelope/
> 28. [77][117]http://siebel.com/asi/
> 29. [78][118]http://www.siebel.com/xml/BT%20Agile%20Update%20LO
> 30.
[79][119]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 31. [80][120]http://www.scottklement.com/mailman/listinfo/ftpapi
> 32. [81][121]http://www.scottklement.com/mailman/listinfo/ftpapi
> 33. [82][122]http://www.scottklement.com/mailman/listinfo/ftpapi
> 34. [83][123]http://www.scottklement.com/mailman/listinfo/ftpapi
> 35. [84][124]http://www.scottklement.com/mailman/listinfo/ftpapi
> 36.
[85][125]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 37. [86][126]http://schemas.xmlsoap.org/soap/envelope/
> 38. [87][127]http://siebel.com/asi/
> 39. [88][128]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
> 40.
[89][129]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
> 41. [90][130]http://www.scottklement.com/mailman/listinfo/ftpapi
> 42. [91][131]http://www.scottklement.com/mailman/listinfo/ftpapi
> 43. [92][132]http://www.scottklement.com/mailman/listinfo/ftpapi
> 44. [93][133]http://www.scottklement.com/mailman/listinfo/ftpapi
> 45. [94][134]http://www.scottklement.com/mailman/listinfo/ftpapi
> 46. [95][135]http://www.scottklement.com/mailman/listinfo/ftpapi
> 47. [96][136]http://www.scottklement.com/mailman/listinfo/ftpapi
> 48. [97][137]http://www.scottklement.com/mailman/listinfo/ftpapi
> 49. [98][138]http://www.scottklement.com/mailman/listinfo/ftpapi
>
>
>
>
----------------------------------------------------------------------
-
> This is the FTPAPI mailing list. To unsubscribe, please go to:
> [99][139]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.
References
1.
[140]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14bet
2.
[141]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14
3. [142]http://schemas.xmlsoap.org/soap/envelope/
4. [143]http://siebel.com/asi/
5. [144]http://www.siebel.com/xml/BT%20Agile%20Updat
6. [145]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
7. [146]http://www.scottklement.com/mailman/listinfo/ftpapi
8. [147]http://www.scottklement.com/mailman/listinfo/ftpapi
9. [148]http://www.scottklement.com/mailman/listinfo/ftpapi
10. [149]http://www.scottklement.com/mailman/listinfo/ftpapi
11. [150]http://www.scottklement.com/mailman/listinfo/ftpapi
12. [151]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
13. [152]http://schemas.xmlsoap.org/soap/envelope/
14. [153]http://siebel.com/asi/
15. [154]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
16. [155]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
17. [156]http://www.scottklement.com/mailman/listinfo/ftpapi
18. [157]http://www.scottklement.com/mailman/listinfo/ftpapi
19. [158]http://www.scottklement.com/mailman/listinfo/ftpapi
20. [159]http://www.scottklement.com/mailman/listinfo/ftpapi
21. [160]http://www.scottklement.com/mailman/listinfo/ftpapi
22. [161]http://www.scottklement.com/mailman/listinfo/ftpapi
23. [162]http://www.scottklement.com/mailman/listinfo/ftpapi
24. [163]http://www.scottklement.com/mailman/listinfo/ftpapi
25. [164]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
26.
[165]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta
2
27. [166]http://schemas.xmlsoap.org/soap/envelope/
28. [167]http://siebel.com/asi/
29. [168]http://www.siebel.com/xml/BT%20Agile%20Update%20LO
30. [169]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
31. [170]http://www.scottklement.com/mailman/listinfo/ftpapi
32. [171]http://www.scottklement.com/mailman/listinfo/ftpapi
33. [172]http://www.scottklement.com/mailman/listinfo/ftpapi
34. [173]http://www.scottklement.com/mailman/listinfo/ftpapi
35. [174]http://www.scottklement.com/mailman/listinfo/ftpapi
36. [175]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
37. [176]http://schemas.xmlsoap.org/soap/envelope/
38. [177]http://siebel.com/asi/
39. [178]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
40. [179]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
41. [180]http://www.scottklement.com/mailman/listinfo/ftpapi
42. [181]http://www.scottklement.com/mailman/listinfo/ftpapi
43. [182]http://www.scottklement.com/mailman/listinfo/ftpapi
44. [183]http://www.scottklement.com/mailman/listinfo/ftpapi
45. [184]http://www.scottklement.com/mailman/listinfo/ftpapi
46. [185]http://www.scottklement.com/mailman/listinfo/ftpapi
47. [186]http://www.scottklement.com/mailman/listinfo/ftpapi
48. [187]http://www.scottklement.com/mailman/listinfo/ftpapi
49. [188]http://www.scottklement.com/mailman/listinfo/ftpapi
50.
[189]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta
3_
51.
[190]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14bet
52. [191]http://schemas.xmlsoap.org/soap/envelope/
53. [192]http://siebel.com/asi/
54. [193]http://www.siebel.com/xml/BT%20Agile%20Update%2
55. [194]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
56. [195]http://www.scottklement.com/mailman/listinfo/ftpapi
57. [196]http://www.scottklement.com/mailman/listinfo/ftpapi
58. [197]http://www.scottklement.com/mailman/listinfo/ftpapi
59. [198]http://www.scottklement.com/mailman/listinfo/ftpapi
60. [199]http://www.scottklement.com/mailman/listinfo/ftpapi
61. [200]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
62. [201]http://schemas.xmlsoap.org/soap/envelope/
63. [202]http://siebel.com/asi/
64. [203]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
65. [204]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
66. [205]http://www.scottklement.com/mailman/listinfo/ftpapi
67. [206]http://www.scottklement.com/mailman/listinfo/ftpapi
68. [207]http://www.scottklement.com/mailman/listinfo/ftpapi
69. [208]http://www.scottklement.com/mailman/listinfo/ftpapi
70. [209]http://www.scottklement.com/mailman/listinfo/ftpapi
71. [210]http://www.scottklement.com/mailman/listinfo/ftpapi
72. [211]http://www.scottklement.com/mailman/listinfo/ftpapi
73. [212]http://www.scottklement.com/mailman/listinfo/ftpapi
74. [213]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
75.
[214]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta
2_
76. [215]http://schemas.xmlsoap.org/soap/envelope/
77. [216]http://siebel.com/asi/
78. [217]http://www.siebel.com/xml/BT%20Agile%20Update%20LO
79. [218]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
80. [219]http://www.scottklement.com/mailman/listinfo/ftpapi
81. [220]http://www.scottklement.com/mailman/listinfo/ftpapi
82. [221]http://www.scottklement.com/mailman/listinfo/ftpapi
83. [222]http://www.scottklement.com/mailman/listinfo/ftpapi
84. [223]http://www.scottklement.com/mailman/listinfo/ftpapi
85. [224]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
86. [225]http://schemas.xmlsoap.org/soap/envelope/
87. [226]http://siebel.com/asi/
88. [227]http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
89. [228]http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
90. [229]http://www.scottklement.com/mailman/listinfo/ftpapi
91. [230]http://www.scottklement.com/mailman/listinfo/ftpapi
92. [231]http://www.scottklement.com/mailman/listinfo/ftpapi
93. [232]http://www.scottklement.com/mailman/listinfo/ftpapi
94. [233]http://www.scottklement.com/mailman/listinfo/ftpapi
95. [234]http://www.scottklement.com/mailman/listinfo/ftpapi
96. [235]http://www.scottklement.com/mailman/listinfo/ftpapi
97. [236]http://www.scottklement.com/mailman/listinfo/ftpapi
98. [237]http://www.scottklement.com/mailman/listinfo/ftpapi
99. [238]http://www.scottklement.com/mailman/listinfo/ftpapi
----------------------------------------------------------------------
-
This is the FTPAPI mailing list. To unsubscribe, please go to:
[239]http://www.scottklement.com/mailman/listinfo/ftpapi
----------------------------------------------------------------------
-
References
1. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
2. mailto:avinash_miraskar@xxxxxxxxxxx
3. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
4. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
5. mailto:thomas.raddatz@xxxxxx
6. mailto:thomas.raddatz@xxxxxx
7. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
8. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
9. mailto:avinash_miraskar@xxxxxxxxxxx
10. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
11. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
12. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV'
13. mailto:thomas.raddatz@xxxxxx
14. mailto:thomas.raddatz@xxxxxx
15. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
16. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14
17. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
18. mailto:avinash_miraskar@xxxxxxxxxxx
19. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
20. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
21. mailto:thomas.raddatz@xxxxxxxxxxx
22. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
23. mailto:thomas.raddatz@xxxxxx
24. mailto:thomas.raddatz@xxxxxx
25. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
26. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
27. http://schemas.xmlsoap.org/soap/envelope/
28. http://siebel.com/asi/
29. http://www.siebel.com/xml/BT%20Agile%20Up
30. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
31. mailto:avinash_miraskar@xxxxxxxxxxx
32. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
33. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
34. mailto:thomas.raddatz@xxxxxxxxxxx
35. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
36. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
37. http://siebel.com/asi/:Mapics
38. mailto:thomas.raddatz@xxxxxx
39. mailto:thomas.raddatz@xxxxxx
40. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
41. http://siebel.com/asi/:Mapics_spcTE
42. http://siebel.com/asi/:Mapics_spcTE
43. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
44. mailto:avinash_miraskar@xxxxxxxxxxx
45. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
46. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
47. http://www.scottklement.com/mailman/listinfo/ftpapi
48. http://www.scottklement.com/mailman/listinfo/ftpapi
49. http://www.scottklement.com/mailman/listinfo/ftpapi
50. http://www.scottklement.com/mailman/listinfo/ftpapi
51. http://www.scottklement.com/mailman/listinfo/ftpapi
52. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v
53. http://schemas.xmlsoap.org/soap/envelope/
54. http://siebel.com/asi/
55. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
56. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
57. http://www.scottklement.com/mailman/listinfo/ftpapi
58. http://www.scottklement.com/mailman/listinfo/ftpapi
59. http://www.scottklement.com/mailman/listinfo/ftpapi
60. http://www.scottklement.com/mailman/listinfo/ftpapi
61. http://www.scottklement.com/mailman/listinfo/ftpapi
62. http://www.scottklement.com/mailman/listinfo/ftpapi
63. http://www.scottklement.com/mailman/listinfo/ftpapi
64. http://www.scottklement.com/mailman/listinfo/ftpapi
65. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
66. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14b
67. http://schemas.xmlsoap.org/soap/envelope/
68. http://siebel.com/asi/
69. http://www.siebel.com/xml/BT%20Agile%20Update%20LO
70. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
71. http://www.scottklement.com/mailman/listinfo/ftpapi
72. http://www.scottklement.com/mailman/listinfo/ftpapi
73. http://www.scottklement.com/mailman/listinfo/ftpapi
74. http://www.scottklement.com/mailman/listinfo/ftpapi
75. http://www.scottklement.com/mailman/listinfo/ftpapi
76. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
77. http://schemas.xmlsoap.org/soap/envelope/
78. http://siebel.com/asi/
79. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
80. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
81. http://www.scottklement.com/mailman/listinfo/ftpapi
82. http://www.scottklement.com/mailman/listinfo/ftpapi
83. http://www.scottklement.com/mailman/listinfo/ftpapi
84. http://www.scottklement.com/mailman/listinfo/ftpapi
85. http://www.scottklement.com/mailman/listinfo/ftpapi
86. http://www.scottklement.com/mailman/listinfo/ftpapi
87. http://www.scottklement.com/mailman/listinfo/ftpapi
88. http://www.scottklement.com/mailman/listinfo/ftpapi
89. http://www.scottklement.com/mailman/listinfo/ftpapi
90. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta3
91. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14bet
92. http://schemas.xmlsoap.org/soap/envelope/
93. http://siebel.com/asi/
94. http://www.siebel.com/xml/BT%20Agile%20Update%2
95. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
96. http://www.scottklement.com/mailman/listinfo/ftpapi
97. http://www.scottklement.com/mailman/listinfo/ftpapi
98. http://www.scottklement.com/mailman/listinfo/ftpapi
99. http://www.scottklement.com/mailman/listinfo/ftpapi
100. http://www.scottklement.com/mailman/listinfo/ftpapi
101. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
102. http://schemas.xmlsoap.org/soap/envelope/
103. http://siebel.com/asi/
104. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
105. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
106. http://www.scottklement.com/mailman/listinfo/ftpapi
107. http://www.scottklement.com/mailman/listinfo/ftpapi
108. http://www.scottklement.com/mailman/listinfo/ftpapi
109. http://www.scottklement.com/mailman/listinfo/ftpapi
110. http://www.scottklement.com/mailman/listinfo/ftpapi
111. http://www.scottklement.com/mailman/listinfo/ftpapi
112. http://www.scottklement.com/mailman/listinfo/ftpapi
113. http://www.scottklement.com/mailman/listinfo/ftpapi
114. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
115. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta2
116. http://schemas.xmlsoap.org/soap/envelope/
117. http://siebel.com/asi/
118. http://www.siebel.com/xml/BT%20Agile%20Update%20LO
119. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
120. http://www.scottklement.com/mailman/listinfo/ftpapi
121. http://www.scottklement.com/mailman/listinfo/ftpapi
122. http://www.scottklement.com/mailman/listinfo/ftpapi
123. http://www.scottklement.com/mailman/listinfo/ftpapi
124. http://www.scottklement.com/mailman/listinfo/ftpapi
125. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
126. http://schemas.xmlsoap.org/soap/envelope/
127. http://siebel.com/asi/
128. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
129. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
130. http://www.scottklement.com/mailman/listinfo/ftpapi
131. http://www.scottklement.com/mailman/listinfo/ftpapi
132. http://www.scottklement.com/mailman/listinfo/ftpapi
133. http://www.scottklement.com/mailman/listinfo/ftpapi
134. http://www.scottklement.com/mailman/listinfo/ftpapi
135. http://www.scottklement.com/mailman/listinfo/ftpapi
136. http://www.scottklement.com/mailman/listinfo/ftpapi
137. http://www.scottklement.com/mailman/listinfo/ftpapi
138. http://www.scottklement.com/mailman/listinfo/ftpapi
139. http://www.scottklement.com/mailman/listinfo/ftpapi
140. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14bet
141. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14
142. http://schemas.xmlsoap.org/soap/envelope/
143. http://siebel.com/asi/
144. http://www.siebel.com/xml/BT%20Agile%20Updat
145. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
146. http://www.scottklement.com/mailman/listinfo/ftpapi
147. http://www.scottklement.com/mailman/listinfo/ftpapi
148. http://www.scottklement.com/mailman/listinfo/ftpapi
149. http://www.scottklement.com/mailman/listinfo/ftpapi
150. http://www.scottklement.com/mailman/listinfo/ftpapi
151. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
152. http://schemas.xmlsoap.org/soap/envelope/
153. http://siebel.com/asi/
154. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
155. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
156. http://www.scottklement.com/mailman/listinfo/ftpapi
157. http://www.scottklement.com/mailman/listinfo/ftpapi
158. http://www.scottklement.com/mailman/listinfo/ftpapi
159. http://www.scottklement.com/mailman/listinfo/ftpapi
160. http://www.scottklement.com/mailman/listinfo/ftpapi
161. http://www.scottklement.com/mailman/listinfo/ftpapi
162. http://www.scottklement.com/mailman/listinfo/ftpapi
163. http://www.scottklement.com/mailman/listinfo/ftpapi
164. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
165. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta2
166. http://schemas.xmlsoap.org/soap/envelope/
167. http://siebel.com/asi/
168. http://www.siebel.com/xml/BT%20Agile%20Update%20LO
169. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
170. http://www.scottklement.com/mailman/listinfo/ftpapi
171. http://www.scottklement.com/mailman/listinfo/ftpapi
172. http://www.scottklement.com/mailman/listinfo/ftpapi
173. http://www.scottklement.com/mailman/listinfo/ftpapi
174. http://www.scottklement.com/mailman/listinfo/ftpapi
175. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
176. http://schemas.xmlsoap.org/soap/envelope/
177. http://siebel.com/asi/
178. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
179. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
180. http://www.scottklement.com/mailman/listinfo/ftpapi
181. http://www.scottklement.com/mailman/listinfo/ftpapi
182. http://www.scottklement.com/mailman/listinfo/ftpapi
183. http://www.scottklement.com/mailman/listinfo/ftpapi
184. http://www.scottklement.com/mailman/listinfo/ftpapi
185. http://www.scottklement.com/mailman/listinfo/ftpapi
186. http://www.scottklement.com/mailman/listinfo/ftpapi
187. http://www.scottklement.com/mailman/listinfo/ftpapi
188. http://www.scottklement.com/mailman/listinfo/ftpapi
189. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta3_
190. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14bet
191. http://schemas.xmlsoap.org/soap/envelope/
192. http://siebel.com/asi/
193. http://www.siebel.com/xml/BT%20Agile%20Update%2
194. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
195. http://www.scottklement.com/mailman/listinfo/ftpapi
196. http://www.scottklement.com/mailman/listinfo/ftpapi
197. http://www.scottklement.com/mailman/listinfo/ftpapi
198. http://www.scottklement.com/mailman/listinfo/ftpapi
199. http://www.scottklement.com/mailman/listinfo/ftpapi
200. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
201. http://schemas.xmlsoap.org/soap/envelope/
202. http://siebel.com/asi/
203. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
204. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
205. http://www.scottklement.com/mailman/listinfo/ftpapi
206. http://www.scottklement.com/mailman/listinfo/ftpapi
207. http://www.scottklement.com/mailman/listinfo/ftpapi
208. http://www.scottklement.com/mailman/listinfo/ftpapi
209. http://www.scottklement.com/mailman/listinfo/ftpapi
210. http://www.scottklement.com/mailman/listinfo/ftpapi
211. http://www.scottklement.com/mailman/listinfo/ftpapi
212. http://www.scottklement.com/mailman/listinfo/ftpapi
213. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
214. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1.14beta2_
215. http://schemas.xmlsoap.org/soap/envelope/
216. http://siebel.com/asi/
217. http://www.siebel.com/xml/BT%20Agile%20Update%20LO
218. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
219. http://www.scottklement.com/mailman/listinfo/ftpapi
220. http://www.scottklement.com/mailman/listinfo/ftpapi
221. http://www.scottklement.com/mailman/listinfo/ftpapi
222. http://www.scottklement.com/mailman/listinfo/ftpapi
223. http://www.scottklement.com/mailman/listinfo/ftpapi
224. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
225. http://schemas.xmlsoap.org/soap/envelope/
226. http://siebel.com/asi/
227. http://www.siebel.com/xml/BT%20Agile%20Update%20LOV
228. http://www.tools400.de/Downloads/Freeware/Beta/WSDL2RPG_v1
229. http://www.scottklement.com/mailman/listinfo/ftpapi
230. http://www.scottklement.com/mailman/listinfo/ftpapi
231. http://www.scottklement.com/mailman/listinfo/ftpapi
232. http://www.scottklement.com/mailman/listinfo/ftpapi
233. http://www.scottklement.com/mailman/listinfo/ftpapi
234. http://www.scottklement.com/mailman/listinfo/ftpapi
235. http://www.scottklement.com/mailman/listinfo/ftpapi
236. http://www.scottklement.com/mailman/listinfo/ftpapi
237. http://www.scottklement.com/mailman/listinfo/ftpapi
238. http://www.scottklement.com/mailman/listinfo/ftpapi
239. http://www.scottklement.com/mailman/listinfo/ftpapi
HTTPAPI Ver 1.23 released 2008-04-24 OS/400 Ver V6R1M0 New iconv() objects set, PostRem=1208. PostLoc=0. ProtRem=819. ProtLoc=0 http_persist_open(): entered http_long_ParseURL(): entered DNS resolver retrans: 2 DNS resolver retry : 2 DNS resolver options: x'00000136' DNS default domain: AD.AGI DNS server found: 10.10.1.5 DNS server found: 10.11.16.197 http_persist_post(): entered http_long_ParseURL(): entered do_post(): entered POST /eai_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&UserName=SADMIN&Password=S@DM1N HTTP/1.1 Host: sblUATWEB01.ad.agi User-Agent: http-api/1.23 Expect: 100-continue Content-Length: 2938 Content-Type: text/xml SOAPAction: "document/http://siebel.com/asi/:UpSertAccount" recvresp(): entered HTTP/1.1 100 Continue SetError() #13: HTTP/1.1 100 Continue sendraw(): entered <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://siebel.com/asi/" xmlns:xsdLocal1="http://www.siebel.com/xml/BT%20Account%20IO%20-%20Zest"><soapenv:Body><tns:UpSertAccount_Input><tns:Process_spcInstance_spcId>string</tns:Process_spcInstance_spcId><tns:Account_spcId>string</tns:Account_spcId><tns:Object_spcId>string</tns:Object_spcId><tns:Siebel_spcOperation_spcObject_spcId>string</tns:Siebel_spcOperation_spcObject_spcId><xsdLocal1:ListOfBtAccountIo_Zest><xsdLocal1:Account><xsdLocal1:PAName>zesttest</xsdLocal1:PAName><xsdLocal1:PAMAPICSNum>888999</xsdLocal1:PAMAPICSNum><xsdLocal1:PAFGLocation>Plocn</xsdLocal1:PAFGLocation><xsdLocal1:PAZestReference>003</xsdLocal1:PAZestReference><xsdLocal1:PASpecialNotes>string</xsdLocal1:PASpecialNotes><xsdLocal1:PAImportantInfo>string</xsdLocal1:PAImportantInfo><xsdLocal1:PAType>International</xsdLocal1:PAType><xsdLocal1:PABGSJurisdiction>Italy</xsdLocal1:PABGSJurisdiction><xsdLocal1:PABTJurisdiction>Italy</xsdLocal1:PABTJurisdiction><xsdLocal1:PAServiceRegion>International</xsdLocal1:PAServiceRegion><xsdLocal1:ListOfAccount_BusinessAddress><xsdLocal1:Account_BusinessAddress><xsdLocal1:PAAddressLine1>Address</xsdLocal1:PAAddressLine1><xsdLocal1:PAAddressLine2>string</xsdLocal1:PAAddressLine2><xsdLocal1:PACity>New York</xsdLocal1:PACity><xsdLocal1:PAState>string</xsdLocal1:PAState><xsdLocal1:PACountry>string</xsdLocal1:PACountry><xsdLocal1:PAPostalCode>string</xsdLocal1:PAPostalCode></xsdLocal1:Account_BusinessAddress></xsdLocal1:ListOfAccount_BusinessAddress><xsdLocal1:ListOfBtAccountZest><xsdLocal1:BtAccountZest><xsdLocal1:CAName>Child2</xsdLocal1:CAName><xsdLocal1:CAFGLocation>Testloc2</xsdLocal1:CAFGLocation><xsdLocal1:CAZestReference>003</xsdLocal1:CAZestReference><xsdLocal1:CASpecialNotes>string</xsdLocal1:CASpecialNotes><xsdLocal1:CAImportantInfo>string</xsdLocal1:CAImportantInfo><xsdLocal1:CAType>International</xsdLocal1:CAType><xsdLocal1:CABGSJurisdiction>Italy</xsdLocal1:CABGSJurisdiction><xsdLocal1:CABTJurisdiction>Italy</xsdLocal1:CABTJurisdiction><xsdLocal1:CAServiceRegion>International</xsdLocal1:CAServiceRegion><xsdLocal1:ListOfBTAccountZest_BusinessAddress><xsdLocal1:BTAccountZest_BusinessAddress><xsdLocal1:CAAddressLine1>CAddr1</xsdLocal1:CAAddressLine1><xsdLocal1:CAAddressLine2>string</xsdLocal1:CAAddressLine2><xsdLocal1:CACity>New York</xsdLocal1:CACity><xsdLocal1:CAState>string</xsdLocal1:CAState><xsdLocal1:CACountry>string</xsdLocal1:CACountry><xsdLocal1:CAPostalCode>string</xsdLocal1:CAPostalCode></xsdLocal1:BTAccountZest_BusinessAddress></xsdLocal1:ListOfBTAccountZest_BusinessAddress></xsdLocal1:BtAccountZest></xsdLocal1:ListOfBtAccountZest></xsdLocal1:Account></xsdLocal1:ListOfBtAccountIo_Zest><tns:Error_spcCode>string</tns:Error_spcCode><tns:Error_spcMessage>string</tns:Error_spcMessage></tns:UpSertAccount_Input></soapenv:Body></soapenv:Envelope> recvresp(): entered HTTP/1.1 400 Bad Request Connection: close Date: Tue, 19 Jul 2011 07:52:10 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET eaihttprespstatus: 400 dispatcherrortext: [0] Unknown Part 'http://www.siebel.com/xml/BT%20Account%20IO%20-%20Zest:ListOfBtAccountIo_Zest' for operation 'UpSertAccount' exists in SOAP message.(SBL-EAI-04304) (IDS_EAI_WS_MISSING_ARG) siebel-error-symbol-1: IDS_EAI_WS_MISSING_ARG cache-control: no-cache, must-revalidate, max-age=0 pragma: no-cache siebel-error-message-1: Unknown Part 'http://www.siebel.com/xml/BT%20Account%20IO%20-%20Zest:ListOfBtAccountIo_Zest' for operation 'UpSertAccount' exists in SOAP message.(SBL-EAI-04304) content-type: text/xml;charset=UTF-8 content-length: 1034 SetError() #13: HTTP/1.1 400 Bad Request recvdoc parms: identity 1034 header_load_cookies() entered recvdoc(): entered SetError() #0: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Unknown Part 'http://www.siebel.com/xml/BT%20Account%20IO%20-%20Zest:ListOfBtAccountIo_Zest' for operation 'UpSertAccount' exists in SOAP message.(SBL-EAI-04304)</faultstring><detail><siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault"><siebelf:logfilename>EAIObjMgr_enu_0050_52428822.log</siebelf:logfilename><siebelf:errorstack><siebelf:error><siebelf:errorcode>SBL-EAI-04304</siebelf:errorcode><siebelf:errorsymbol>IDS_EAI_WS_MISSING_ARG</siebelf:errorsymbol><siebelf:errormsg>Unknown Part 'http://www.siebel.com/xml/BT%20Account%20IO%20-%20Zest:ListOfBtAccountIo_Zest' for operation 'UpSertAccount' exists in SOAP message.(SBL-EAI-04304)</siebelf:errormsg></siebelf:error></siebelf:errorstack></siebelf:siebdetail></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> SetError() #13: HTTP/1.1 400 Bad Request http_close(): entered
Attachment:
WS0001
Description: Binary data
Attachment:
WS0002
Description: Binary data
Attachment:
AccountImportwsdl.wsdl
Description: Binary data
----------------------------------------------------------------------- This is the FTPAPI mailing list. To unsubscribe, please go to: http://www.scottklement.com/mailman/listinfo/ftpapi -----------------------------------------------------------------------