A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Invalid endpoint port ' ' specified for channel definition

  1. #1
    God Bless AMFPHP
    Join Date
    May 2004
    Location
    in a far far place
    Posts
    144

    Invalid endpoint port ' ' specified for channel definition

    Hello guys I just downloaded my copy of flex 3 beta 2 and it returns an error while trying to invoke remoteobjects Invalid endpoint port ' ' specified for channel definition 'xxxxx' is there something new with the remoteobject?

    thanx in advance :-D
    Programming is literature, webdesign is art
    Check out my blog at www.asb-labs.com/blog Preguntas??? ---> Respuestas www.asb-labs.com/board >hablemos de flash en español<

  2. #2
    Junior Member
    Join Date
    Nov 2007
    Posts
    1

    Just have to add port

    Hey - Had the same problem and all I had to do was add the port to the url:

    OLD:

    <endpoint uri="http://10.0.0.229/amf/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>

    NEW:

    <endpoint uri="http://10.0.0.229:80/amf/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center