Nusoap issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • johnmark@fastermail.com

    Nusoap issue

    I am running the same script in two different servers. I check nusoap
    debug trace aand found these two lines that are didferent which makes
    the script using the second line not to work properly. Does anyone know
    what could be cuasing this difference? That is why is the second line
    missing style value, use,
    and endpointType?

    call: operation=OpenC onnectionAndBeg inSession,
    namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc,
    use=encoded, endpointType=ws dl

    call: operation=OpenC onnectionAndBeg inSession,
    namespace=http://tempuri.org, soapAction=, rpcParams=, style

  • johnmark@fastermail.com

    #2
    Re: Nusoap issue


    johnmark@faster mail.com wrote:
    I am running the same script in two different servers. I check nusoap
    debug trace aand found these two lines that are didferent which makes
    the script using the second line not to work properly. Does anyone know
    what could be cuasing this difference? That is why is the second line
    missing style value, use,
    and endpointType?
    >
    call: operation=OpenC onnectionAndBeg inSession,
    namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc,
    use=encoded, endpointType=ws dl
    >
    call: operation=OpenC onnectionAndBeg inSession,
    namespace=http://tempuri.org, soapAction=, rpcParams=, style
    Never mind about this fount at the server was not writing the output
    file completely

    Comment

    Working...