[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Rokas Valantinas

7/10/2003 10:02:00 AM

There is a problem to configure firewall for webservices:

I'm using char type as one of my webservice method param.
Automatically generated wsdl schema file contains definition for this type:

<definitions xmlns:s1="http:microsoft.com/wsdl/types/" ...

and imported namespace:

<s:import namespace="http:microsoft.com/wsdl/types/" /> .

This url is not valid. Has it changed ? or shoud I change it manually ?