[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-19 Thread Silvano Jr

Thank you for exposing the solution, guys.
I work with Tatto and I have made the modifications on the file and we
were able to generate the proxy.

Do you have an estimated date for the next release?

Regards,
Silvano

On Nov 19, 2007 8:14 AM, Matthew Peters <[EMAIL PROTECTED]> wrote:
>
> Rob is exactly right.
>
> If you change two lines in SCA/Bindings/soap/
> ServiceDescriptionGenerator.php to add the namespace prefix "wsdl" to
> the generated wsdl, it will validate. Sorry about that.
>
> I have checked in a change which will be in the next release.
>
> Line 196 should read
> $types_element  = ''
>
> Line 286 should read
> $types_element .= '  '. "\n";
>
>
> Matthew
>
>
> > The type element needs to be within the wsdl namespace (http://
> > schemas.xmlsoap.org/wsdl/).
> > .NET code generator tool must be validating the WSDL against the WSDL
> > schema.
> >
> > Rob
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---



[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-19 Thread Matthew Peters

Rob is exactly right.

If you change two lines in SCA/Bindings/soap/
ServiceDescriptionGenerator.php to add the namespace prefix "wsdl" to
the generated wsdl, it will validate. Sorry about that.

I have checked in a change which will be in the next release.

Line 196 should read
$types_element  = ''

Line 286 should read
$types_element .= '  '. "\n";


Matthew

> The type element needs to be within the wsdl namespace (http://
> schemas.xmlsoap.org/wsdl/).
> .NET code generator tool must be validating the WSDL against the WSDL
> schema.
>
> Rob
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---



[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-14 Thread Rob

Hi Caroline,

Caroline Maynard wrote:

> It's sad but true that different programs don't have the same criteria
> for deciding what is valid WSDL. If you look back in the mailing list or
> in our bugs list, you'll see there have been a couple of issues about
> the .NET tools being quite picky compared to Tuscany (the Apache library
> that we use to implement this stuff). It's only with real examples like
> yours that we can home in  on the discrepancies, so thanks for sending
> them. We'll take a look and see what can be done.

The type element needs to be within the wsdl namespace (http://
schemas.xmlsoap.org/wsdl/).
.NET code generator tool must be validating the WSDL against the WSDL
schema.

Rob


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---



[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-13 Thread Paul Scott


On Tue, 2007-11-13 at 10:50 -0200, Tatto de Castro wrote:
> Paul Scott, the problem happens with your wsdl too (error message
> follows below).
> 

If I am not mistaken, the nameSpace is (one) of the problems there. I
need to fully qualify that at least before you try again. Thanks Tatto,
appreciate the feedback. We will certainly need to help each other out
here!

--Paul
-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm 


[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-13 Thread Paul Scott

On Tue, 2007-11-13 at 10:23 +, Caroline Maynard wrote:

> Alive, just sleeping ...
> 

Sleep, whats that? Coffee ;)

> It's sad but true that different programs don't have the same criteria 
> for deciding what is valid WSDL. If you look back in the mailing list or 
> in our bugs list, you'll see there have been a couple of issues about 
> the .NET tools being quite picky compared to Tuscany (the Apache library 
> that we use to implement this stuff). It's only with real examples like 
> yours that we can home in  on the discrepancies, so thanks for sending 
> them. We'll take a look and see what can be done.

Agreed, absolutely! I have only just started out on this stuff, and it
seems really promising. I am going to try and expose a whole whack of
things from our framework being used to deliver e-learning in 16 African
countries in this method, so I will try and keep you all up to date as
well.

For some background on our project, please check out
http://avoir.uwc.ac.za

Will check in later again, I just have to try and figure out a decent
way of generating XSD for complexTypes generically...

--Paul
-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm 


[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-13 Thread Caroline Maynard

Paul Scott wrote:
> On Mon, 2007-11-12 at 15:16 -0200, Tatto de Castro wrote:
>> I'm having a strange problem when I try to use the Web Services
>> Description Language Tool (Wsdl.exe) from .NET Framework Tools. I'm
>> getting an error when I try to use the wsdl.exe to create the C#
>> client proxy class based on the wsdl generated by PHP (SCA_SDO).
> 
> Could you try and use the same tool for the URL
> http://fsiu.uwc.ac.za/chisimba_modules/webservices/server.php?wsdl as
> well? That service looks like the same type of thing as well and I would
> like to know if you get the same issue.
> 
> Are any of the project developers alive on this list?

Alive, just sleeping ...

It's sad but true that different programs don't have the same criteria 
for deciding what is valid WSDL. If you look back in the mailing list or 
in our bugs list, you'll see there have been a couple of issues about 
the .NET tools being quite picky compared to Tuscany (the Apache library 
that we use to implement this stuff). It's only with real examples like 
yours that we can home in  on the discrepancies, so thanks for sending 
them. We'll take a look and see what can be done.




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---



[phpsoa] Re: Error in Web Services Description Language Tool

2007-11-13 Thread Paul Scott

On Mon, 2007-11-12 at 15:16 -0200, Tatto de Castro wrote:
> I'm having a strange problem when I try to use the Web Services
> Description Language Tool (Wsdl.exe) from .NET Framework Tools. I'm
> getting an error when I try to use the wsdl.exe to create the C#
> client proxy class based on the wsdl generated by PHP (SCA_SDO).

Could you try and use the same tool for the URL
http://fsiu.uwc.ac.za/chisimba_modules/webservices/server.php?wsdl as
well? That service looks like the same type of thing as well and I would
like to know if you get the same issue.

Are any of the project developers alive on this list?

--Paul
-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~--~~~~--~~--~--~---

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm