Namespace Problem? COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String strUserName) - Is this Correct?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Namespace Problem? COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String strUserName) - Is this Correct?

    Is this normal or a Namespace Problem when it duplicates COLMAN.Portal
    2 times?

    Example: COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String
    strUserName)

    Here is the full Stack Error:

    Server was unable to process request. --> Object reference not set to
    an instance of an object.

    SOAP Exception StackTrace: at
    System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
    message, WebResponse response, Stream responseStream, Boolean
    asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    methodName, Object[] parameters)
    at COLMAN.Portal.wsColman.PortalService.IsPwdTemporar y(String
    strUserName, String strPwd, Int32 intUserID)
    at COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String
    strUserName)

    I can consume this web service fine from my development pc but once
    deployed to the production box I receive these errors on consumption.
    The web service browser Invoke methods work perfectly on production
    box.

    Any ideas would be helpful.

    Tom

    webmaster@sanjamar.com Guest

  2. Similar Questions and Discussions

    1. Problem with flex and atg portal
      Can we help me about flex integration in ATG application : my ATG application use portal atg functions and my jsp page are composed of three gears...
    2. webdesign portal
      http://www.neosintesi.info/tools tnKs
    3. help me use a portal
      I have a customer service database to which I want to add a repeat contact field, which I'll call regression. Basically, if there is an existing...
    4. Remove portal row bug ?
      Hi all, I'm using FMP 5.0v3 for development in a very small network. I recently needed a portal somewhere and noticed I couldn't remove a portal...
    5. Oracle Portal (procedure PORTAL.home)
      Hi everybody, i have an important and urgent question and i hope someone can answer me. Yesterday i've involuntary canceled the PORTAL.home...
  3. #2

    Default Re: Namespace Problem? COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String strUserName) - Is this Correct?

    The web service is in namespace COLMAN.wsColman and the consuming web
    application is in COLMAN.Portal. This setup is somehow causing the
    problem. When I create a dummy/test web application with no namespace
    and deploy it, it consumes the web service great.

    Any Ideas?

    Thanks,

    Tom

    [email]webmaster@sanjamar.com[/email] wrote:
    > Is this normal or a Namespace Problem when it duplicates COLMAN.Portal
    > 2 times?
    >
    > Example: COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String
    > strUserName)
    >
    > Here is the full Stack Error:
    >
    > Server was unable to process request. --> Object reference not set to
    > an instance of an object.
    >
    > SOAP Exception StackTrace: at
    > System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
    > message, WebResponse response, Stream responseStream, Boolean
    > asyncCall)
    > at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    > methodName, Object[] parameters)
    > at COLMAN.Portal.wsColman.PortalService.IsPwdTemporar y(String
    > strUserName, String strPwd, Int32 intUserID)
    > at COLMAN.Portal.COLMAN.Portal.Customer.IsPwdTemporar y(String
    > strUserName)
    >
    > I can consume this web service fine from my development pc but once
    > deployed to the production box I receive these errors on consumption.
    > The web service browser Invoke methods work perfectly on production
    > box.
    >
    > Any ideas would be helpful.
    >
    > Tom
    webmaster@sanjamar.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139