Message
From
01/10/2006 09:19:08
 
 
To
29/09/2006 11:12:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Oracle
Miscellaneous
Thread ID:
01158145
Message ID:
01158438
Views:
23
Can anyone advise whehter this is correct or not?

It appears the time required for the endenvelope command is linked to the size of the soap transmission. But I still think the time is excessive. Is there any way to speed it up?

Jason

>I am building a SOAP message and am finding the time for the endEnvelope command to be excessive.
>
>The basic structure is the following:
>
>*** replace the < and > with ( and )
>
>(pickTicket-list)
> (pickTicket state="delete")
> (pickTicketId)163036(/pickTicketId)
> (pickTicketDetail-list /)
> (/pickTicket)
>
>.
>. additional tickets
>.
>(/pickTicket-list)
>
>In the structure I have about 300 pick tickets.
>
>When I execute the endEnvelope on the serializer the coverage profiler says it takes 45 seconds. That sounds excessive to me. Is this reasonable or is it excessive? Is there any way to speed this up?
>
>Jason
Previous
Reply
Map
View