WSDL without external resources

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

WSDL without external resources

Randy Coulman
I'd like to be able to embed most or all of my external WSDL files in methods in my code to make life simpler.  It looks like I should be able to have my #wsdlSchema method return a string, and that seems to work up until the time I have an import.

If I have something like:

            location="http://opcfoundation.org/webservices/XMLDA/1.0/"/>

in my method, then I get an error down in the guts of processing the import.  It looks like this code has been changed between 7.7.1 and 7.8 - I get different errors in both cases, but neither of them work.

Is there a way to make this work correctly?

Assuming that there is a way for this to work, I'd ultimately like to have the XMLDA WSDL in a method as well.  Is there a way to have an import like this work without going to an external resource?

Thanks,
Randy
--
Randy Coulman
[hidden email]

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc