cancel
Showing results for 
Search instead for 
Did you mean: 

Java web service :- Service url redirect issue

anesh_kumar
Active Participant
0 Kudos

Hi

I have created a web service in java and it is working good

we tried to redirect the same web service using CISCO which is causing problem

when we tried to consume the web service using new url ( redirected URL ) it is not picking up the service

below is the redirected WSDL and service URL

<!-- Generated by WSDLDefinitionsParser -->

u2212

<wsdl:definitions name="ZWS00600Wsd" targetNamespace="urn:ZWS00600Wsd">

<wsdl:import location="http://pa.comapnyname.go:80/ZWS00600/Config1/bindings?wsdl&style=document" namespace="urn:ZWS00600Wsd/Config1/document"/>

u2212

<wsdl:service name="ZWS00600">

u2212

<wsdl:port name="Config1Port_Document" binding="bns0:Config1Binding">

<soap:address location="http://qa.comapnyname.go:80/ZWS00600/Config1?style=document"/>

</wsdl:port>

</wsdl:service>

</wsdl:definitions>

service url: https://pa.comapnyname.go/ZWS00600/Config1?wsdl

could any one please help us ?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

anesh_kumar
Active Participant
0 Kudos

solved