• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

WSDL in Flash Builder 4 not working, but does in Flex Builder 3

Explorer ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

Hi,

I was going to open up a bug in the adobe bug list, but before I did that I wanted to double check with the forums.

We have a lot of old flex3 projects that make a connection to our SOAP services.  To generrate the .wsdl files for these services we use an old program called XFire.  http://xfire.codehaus.org/Download  We are using version 1.1.1

In Flex Builder 3 (which we sadly still have to use) we are able to generate the code for the SOAP services, using the wizard perfectly.  Everything works fine.

However, when I tried to get the office to upgrade to Flash Builder 4, we discovered that our .wsdl files can not be converted.  The error we recieve is:

There was an error during service introspection.

  src-resolve.4.2: Error resolving component 'ns1:Vidget'. It was detected that 'ns1:Vidget' is in namespace 'http://model.tvhive.attractv.com', but components from this namespace are not referenceable from schema document 'http://services.attractv.net/newtvhive/services/VidgetServiceImpl?wsdl'. If this is the incorrect namespace, perhaps the prefix of 'ns1:Vidget' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'http://services.attractv.net/newtvhive/services/VidgetServiceImpl?wsdl'.

Updating our Soap service calls is not an option, nor is changing their files. They are old and have been used for a long time.  The import wizard works fine in Flex Builder 3, and I'd really like to update to Flash Builder 4, but this is stoping us.
Thank you.
If I should report this as a bug, which section should I report it in?  Thank you.

Views

2.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

Can you file it at http://bugs.adobe.com/flex under

Flex Builder / Flash Builder category.

Thanks

-Sunil

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

Ok, I created the bug here:

https://bugs.adobe.com/jira/browse/FB-30959

Let me know if I should change or add anything to the bug report.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

it may be the issue that i had

add a reference nulling out w3.org

otherwise it would be a real problem with your service

can you provide a url link to your wsdl for a sanity check ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

There was a url in the original post:  Here  http://services.attractv.net/newtvhive/services/VidgetServiceImpl?wsdl

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

sorry missed that

here is mine

 

http://50.19.125.248/greeter03?wsdl

yours looks a bit blank even compared to mine !

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

For your URL I get a different error than I get for mine.

It might be that not all the files are in the correct server.
Also, don't just look at the link, look at the page source, sometimes stuff is hidden.

On yours I got:

There was an error during service introspection.

WSDLException (at /wsdl:definitions/wsdl:types/xsd:schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at 'http://dbsvr/greeter03?xsd=xsd1', relative to 'http://50.19.125.248/greeter03?wsdl'.: java.net.UnknownHostException: dbsvr

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

which version of flex or flashbuilder are you using. sorry if you already stated it.

i am using FB4 release

my wcf is written in Visual Studio 2010 c#

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 03, 2011 May 03, 2011

Copy link to clipboard

Copied

I'm using both FB4 premium, and the new FB4.5 release, same result in both.

If you look closely at the error I posted, I think you will see that its trying to access some database that I don't have permision to access, or it can't find.  Not 100% on that.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
May 06, 2011 May 06, 2011

Copy link to clipboard

Copied

LATEST

i added this to my hosts file in windows\system32\drivers\etc

50.19.125.248     dbsvr

0.0.0.0          www.w3.org

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines